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.tools makes use of an undocumented feature - React.__spread. Error started popping up in React v15.0.0 when they removed this undocumented api. It was added back in v15.0.1 with a depreciation warning.
Since react-tools is no longer supported, please switch to something else such as babel.
React.tools makes use of an undocumented feature -
React.__spread
. Error started popping up in React v15.0.0 when they removed this undocumented api. It was added back in v15.0.1 with a depreciation warning.Since react-tools is no longer supported, please switch to something else such as babel.
See facebook/react/pull/6444 for details
The text was updated successfully, but these errors were encountered: