Nerajno / gulp-jest

Gulp plugin for the Jest test lib
MIT License
53 stars 43 forks source link

Remove use of React.tools to remove warnings #23

Closed lemiii closed 8 years ago

lemiii commented 8 years ago

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

alansouzati commented 8 years ago

done