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 difference is checking if (reactRoot.parentNode). Seems like it's null due to some prior cleanup steps.
The text was updated successfully, but these errors were encountered:
trusktr
changed the title
[BUG] reactRoot doesn't need to be removed from parentNode if parent already destroyed.
[BUG] DOMElement's reactRoot doesn't need to be removed from parentNode if parent already destroyed.
Sep 1, 2015
Here's a temporary fix:
the difference is checking
if (reactRoot.parentNode)
. Seems like it'snull
due to some prior cleanup steps.The text was updated successfully, but these errors were encountered: