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
Applications can monkey patch a backwards compatible React.__spread function, but it would be preferable for React to come with a compatibility shim function.
The text was updated successfully, but these errors were encountered:
If you use TypeScript or an older version of babel, React 15.0.0 yields errors "React.__spread is not a function".
See this issue: microsoft/TypeScript#7959
Applications can monkey patch a backwards compatible React.__spread function, but it would be preferable for React to come with a compatibility shim function.
The text was updated successfully, but these errors were encountered: