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
children.js:123 Uncaught (in promise) TypeError: n2.contains is not a function
at S (children.js:123:16)
at O (index.js:246:4)
at S (children.js:85:3)
at O (index.js:246:4)
at B (render.js:37:2)
at _render (main.ts:109:7)
It seems that fresh root fragments of islands are missing contains method.
Fresh island rendering is broken in preact 1.22.1
Bug
It seems that fresh root fragments of islands are missing
contains
method.Bug reason
The PR replace isConnected with parentDom.contains #4421 breaks fresh island rendering with new
contains
method.The text was updated successfully, but these errors were encountered: