S
SolidJS11mo ago
belst

TypeError: Cannot read properties of undefined (reading 'remove') at reconcileArrays

I get this during a refetch() call of a resource. Pretty hard to debug and see what actually gets called where and so on. gets cought and rethrown in runComputation
2 Replies
belst
belst11mo ago
now I get:
DOMException: Failed to execute 'replaceChild' on 'Node': The node to be replaced is not a child of this node.
at reconcileArrays (http://127.0.0.1:3000/node_modules/.vite/deps/chunk-NPAOOBYK.js?v=e9ef6e3c:167:24)
at insertExpression (http://127.0.0.1:3000/node_modules/.vite/deps/chunk-NPAOOBYK.js?v=e9ef6e3c:536:9)
at Object.fn (http://127.0.0.1:3000/node_modules/.vite/deps/chunk-NPAOOBYK.js?v=e9ef6e3c:519:42)
at runComputation (http://127.0.0.1:3000/node_modules/.vite/deps/chunk-GR3KCGPV.js?v=e9ef6e3c:762:22)
at updateComputation (http://127.0.0.1:3000/node_modules/.vite/deps/chunk-GR3KCGPV.js?v=e9ef6e3c:747:3)
at runTop (http://127.0.0.1:3000/node_modules/.vite/deps/chunk-GR3KCGPV.js?v=e9ef6e3c:851:7)
at runUserEffects (http://127.0.0.1:3000/node_modules/.vite/deps/chunk-GR3KCGPV.js?v=e9ef6e3c:963:7)
at http://127.0.0.1:3000/node_modules/.vite/deps/chunk-GR3KCGPV.js?v=e9ef6e3c:923:7
at batch (http://127.0.0.1:3000/node_modules/.vite/deps/chunk-GR3KCGPV.js?v=e9ef6e3c:441:14)
at completeUpdates (http://127.0.0.1:3000/node_modules/.vite/deps/chunk-GR3KCGPV.js?v=e9ef6e3c:922:5)
DOMException: Failed to execute 'replaceChild' on 'Node': The node to be replaced is not a child of this node.
at reconcileArrays (http://127.0.0.1:3000/node_modules/.vite/deps/chunk-NPAOOBYK.js?v=e9ef6e3c:167:24)
at insertExpression (http://127.0.0.1:3000/node_modules/.vite/deps/chunk-NPAOOBYK.js?v=e9ef6e3c:536:9)
at Object.fn (http://127.0.0.1:3000/node_modules/.vite/deps/chunk-NPAOOBYK.js?v=e9ef6e3c:519:42)
at runComputation (http://127.0.0.1:3000/node_modules/.vite/deps/chunk-GR3KCGPV.js?v=e9ef6e3c:762:22)
at updateComputation (http://127.0.0.1:3000/node_modules/.vite/deps/chunk-GR3KCGPV.js?v=e9ef6e3c:747:3)
at runTop (http://127.0.0.1:3000/node_modules/.vite/deps/chunk-GR3KCGPV.js?v=e9ef6e3c:851:7)
at runUserEffects (http://127.0.0.1:3000/node_modules/.vite/deps/chunk-GR3KCGPV.js?v=e9ef6e3c:963:7)
at http://127.0.0.1:3000/node_modules/.vite/deps/chunk-GR3KCGPV.js?v=e9ef6e3c:923:7
at batch (http://127.0.0.1:3000/node_modules/.vite/deps/chunk-GR3KCGPV.js?v=e9ef6e3c:441:14)
at completeUpdates (http://127.0.0.1:3000/node_modules/.vite/deps/chunk-GR3KCGPV.js?v=e9ef6e3c:922:5)
belst
belst11mo ago