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
In [email protected], it will cause error: Uncaught Error: Invariant Violation: React.render(): Invalid component element. This may be caused by unintentionally loading two independent copies of React.
But change the code to React.render(<ReactApp />,mountNode),it will be correct.
The text was updated successfully, but these errors were encountered:
In [email protected], it will cause error:
Uncaught Error: Invariant Violation: React.render(): Invalid component element. This may be caused by unintentionally loading two independent copies of React.
But change the code to
React.render(<ReactApp />,mountNode)
,it will be correct.The text was updated successfully, but these errors were encountered: