You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The title of this issue speaks for itself.
With the hydration on, I get this error logged in my console. Looks like hydration matched the structure, but failed to append Node to the textNode. If the Node is type of textNode the appendChild method fails.
Hm, I should fork this repository to see what's going on...
The text was updated successfully, but these errors were encountered:
dominikkrulak
changed the title
Uncaught HierarchyRequestError: Failed to execute 'appendChild' on 'Node': This node type does not support this method.(hydration: true)
Uncaught HierarchyRequestError: Failed to execute 'appendChild' on 'Node': This node type does not support this method.{hydration: true}
Oct 14, 2024
dominikkrulak
changed the title
Uncaught HierarchyRequestError: Failed to execute 'appendChild' on 'Node': This node type does not support this method.{hydration: true}
Uncaught HierarchyRequestError: Failed to execute 'appendChild' on 'Node': This node type does not support this method. With {hydration: true}Oct 14, 2024
dominikkrulak
changed the title
Uncaught HierarchyRequestError: Failed to execute 'appendChild' on 'Node': This node type does not support this method. With {hydration: true}
Uncaught HierarchyRequestError: Failed to execute 'appendChild' on 'Node': This node type does not support this method. ({hydration: true})
Oct 14, 2024
index.html
test.html
test.js
The title of this issue speaks for itself.
With the hydration on, I get this error logged in my console. Looks like hydration matched the structure, but failed to append
Node
to thetextNode
. If theNode
is type oftextNode
theappendChild
method fails.The text was updated successfully, but these errors were encountered: