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