React.__spread is deprecated
Closed this issue · 1 comments
maxs15 commented
Had this error with react 15.0.1
React.__spread is deprecated and should not be used. Use Object.assign directly or another helper function with similar semantics. You may be seeing this warning due to your compiler. See https://fb.me/react-spread-deprecation for more details.
olahol commented
Thank you for the pull request, merged.