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
Since the object spread syntax is still a Stage 2 proposal for ECMAScript you'll need to use a transpiler such as Babel to use it in production. You can use your existing es2015 preset, install babel-plugin-transform-object-rest-spread and add it individually to the plugins array in your .babelrc.
http://redux.js.org/docs/recipes/UsingObjectSpreadOperator.html
The text was updated successfully, but these errors were encountered: