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
React has not been loaded correctly. Please expose your version of React as global variables named 'React', 'ReactDOM' and 'ReactDOMServer', or enable the 'LoadReact' configuration option to use the built-in version of React.
#552
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
We are experiencing this issue after we upgraded React and ReactDOM to 16.4.1. We bundle our own React with webpack and we can verify that React, ReactDOM and ReactDOMServer are exposed as global variables. We narrowed down the problem to the ReactDom version, after we backed to ReactDOM 16.4.0 the issue disappears (React still on 16.4.1). Any ideas?
Thanks!
The text was updated successfully, but these errors were encountered:
We are experiencing this issue after we upgraded React and ReactDOM to 16.4.1. We bundle our own React with webpack and we can verify that React, ReactDOM and ReactDOMServer are exposed as global variables. We narrowed down the problem to the ReactDom version, after we backed to ReactDOM 16.4.0 the issue disappears (React still on 16.4.1). Any ideas?
Thanks!
The text was updated successfully, but these errors were encountered: