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
An internal error is raised when the error tries to propagate.
Uncaught TypeError: Cannot read property 'return' of null
Uncaught TypeError: Cannot read property 'return' of null
at renderRoot (react-dom.development.js:12223)
at performWorkOnRoot (react-dom.development.js:12764)
at performWork (react-dom.development.js:12685)
at performSyncWork (react-dom.development.js:12662)
at requestWork (react-dom.development.js:12562)
at scheduleWorkImpl (react-dom.development.js:12437)
at scheduleWork (react-dom.development.js:12397)
at scheduleRootUpdate (react-dom.development.js:13025)
at updateContainerAtExpirationTime (react-dom.development.js:13053)
at Object.updateContainer (react-dom.development.js:13072)
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
An internal error is raised when the error tries to propagate.
Uncaught TypeError: Cannot read property 'return' of null
https://jsfiddle.net/thysultan/Luktwrdm/264/
What is the expected behavior?
Error should propagate to error boundary.
Which versions of React, and which browser / OS are affected by this issue? Did this work in previous versions of React?
16.3.0
The text was updated successfully, but these errors were encountered: