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
Switch multiple times between any page and page C. Error happens on the second time and will break page rendering after 1st element.
What is expected?
No error
What is actually happening?
"Unhandled error during execution of scheduler flush" --> "Cannot read property 'cloneNode' of null"
Problem is related to [email protected] — downgrading to [email protected] solves the problem.
Problem can also be worked around by wrapping page content in a div.
Version
3.1.2
Reproduction link
https://codesandbox.io/s/happy-euclid-610gx
Steps to reproduce
Switch multiple times between any page and page C. Error happens on the second time and will break page rendering after 1st element.
What is expected?
No error
What is actually happening?
"Unhandled error during execution of scheduler flush" --> "Cannot read property 'cloneNode' of null"
Problem is related to [email protected] — downgrading to [email protected] solves the problem.
Problem can also be worked around by wrapping page content in a div.
Smells the same as #4023, #4031 and #4030
The text was updated successfully, but these errors were encountered: