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
This is related to new alpha 13 of the react package that breaks the proptypes import.
This was my fault because I installed react alpha manually and it added ^ automatically. To fix this if you have similar issues change: "react": "^16.0.0-alpha.12" to "react": "16.0.0-alpha.12" to prevent auto update to version 13
`npm install` / `yarn install` auto updates to `16.0.0-alpha.13` which
breaks the proptypes import.
Removing caret to prevent auto update to `alpha.13`.
For more information:
facebook/react-native#14454
`npm install` / `yarn install` auto updates to `16.0.0-alpha.13` which
breaks the proptypes import.
Removing caret to prevent auto update to `alpha.13`.
For more information:
facebook/react-native#14454
facebook
locked as resolved and limited conversation to collaborators
Jun 11, 2018
React native 0.45.1 broken for me after updating node_modules folder from 0.45.0 to 0.45.1
The text was updated successfully, but these errors were encountered: