Not compatible with new version of React (15.4.0)
See original GitHub issueLatest React (15.4.0) doesn’t expose internals through react/lib
anymore:
modulesModuleNotFoundError: Module not found: Error: Cannot resolve module 'react/lib/ReactInstanceMap'
From React blog:
However, there is a possibility that you imported private APIs from react/lib/*, or that a package you rely on might use them. We would like to remind you that this was never supported, and that your apps should not rely on internal APIs. The React internals will keep changing as we work to make React better.
Issue Analytics
- State:
- Created 7 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
React v15.4.0 – React Blog
Today we are releasing React 15.4.0. We didn't announce the previous minor releases on the blog because most of the changes were bug...
Read more >Could not resolve dependency error peer react@"^16.8.0
this command with --force, or --legacy-peer-deps npm ERR! to accept an incorrect (and potentially broken) dependency resolution. // package.json
Read more >npm install fails with react 17.0.1 and react-native 0.64.0 #2603
I think this issue isn't specific to react-native-paper , I'm getting the same from installing react-navigation .
Read more >react-datepicker - npm
We're always trying to stay compatible with the latest version of React. We can't support all older versions of React.
Read more >Migrating from v2 to v3 - Gatsby
First, you need to update your dependencies. Update Gatsby version. You need to update your package.json to use the latest version of Gatsby....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@Guria
react-konva
will be updated to work with react 16.Currently, I don’t have any plans to update the lib until react v16 official publish.
There’s a new thread about the React 16 beta:
Maybe somebody over there has ideas on how to migrate to a non
react/lib
approach.