## Error Type Runtime TypeError ## Error Message can't access property "appendChild", this.getPane() is undefined at _initContainer (file://E:/IA/Produccion/Personal/Solajero/.next/dev/static/chunks/node_modules_177okfr._.js:9464:18) at onAdd (file://E:/IA/Produccion/Personal/Solajero/.next/dev/static/chunks/node_modules_177okfr._.js:9293:18) at _layerAdd (file://E:/IA/Produccion/Personal/Solajero/.next/dev/static/chunks/node_modules_177okfr._.js:5656:18) at whenReady (file://E:/IA/Produccion/Personal/Solajero/.next/dev/static/chunks/node_modules_177okfr._.js:3812:26) at addLayer (file://E:/IA/Produccion/Personal/Solajero/.next/dev/static/chunks/node_modules_177okfr._.js:5708:18) at addTo (file://E:/IA/Produccion/Personal/Solajero/.next/dev/static/chunks/node_modules_177okfr._.js:5603:17) at BaseTiles.useEffect (src/components/models/ModelsMap.tsx:124:10) at ModelsMap (src/components/models/ModelsMap.tsx:143:7) at ModelsView (src/components/models/ModelsView.tsx:303:13) at HomePage (src/app/[locale]/page.tsx:124:42) ## Code Frame 122 | const base = L.tileLayer(cfg.base, { pane: 'tilePane' }); 123 | const labels = L.tileLayer(cfg.labels, { pane: 'markerPane' }); > 124 | base.addTo(map); | ^ 125 | labels.addTo(map); 126 | return () => { base.remove(); labels.remove(); }; 127 | }, [map, light]); Next.js version: 16.2.12 (Turbopack)