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
When using React.addons.TestUtils a warning should be thrown, since the addons entry point is deprecated as of 15.5.0 (as per the official documentation)
The error that should be thrown is: React.addons.TestUtils is deprecated since React 15.5.0, use ReactDOM.TestUtils instead.