Issue on React 16/ Compatibility with React 16
See original GitHub issueSo on React 16 I am getting an error:
Uncaught TypeError: Cannot read property 'object' of undefined
originating from this library
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (1 by maintainers)
Top Results From Across the Web
React v16.0 – React Blog
We're excited to announce the release of React v16.0! Among the changes are some long-standing feature requests, including fragments, ...
Read more >React 16 compatibility · Issue #498 · reactjs/react-modal
I just had a look at the code base and it seems like there are quite a few linting errors. It's not errors...
Read more >Not able to use React 16 library in react 17
Please use a development version of React for debugging, not the minified production version. The error is "Unable to find node on an...
Read more >Introduction · Enzyme - GitHub Pages
Are you here to check whether or not Enzyme is compatible with React 16? Are you currently using Enzyme 2.x? Great! Check out...
Read more >Issues and side effects with Reactive Web and Mobile apps ...
OutSystems uses React 16 as the default React version for the app runtime for Platform Server 11.12.0 and higher.
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 Free
Top 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
@ineil I tracked the error to radium which is a dependency to this library …if your codebase really depends on this library and you want to update to react 16…I would say its not ready yet…I had to switch to the uber vis for the time being charting library to be able to bump up to react 16…If you cant switch the library I would advise sticking to react 15.5 and below…I will assist where I can in updating this library to be compatible with react 16.
Hi, the react-easy-chart has just been updated to use the new prop-types module so can you please check if you still get this issue with version 0.3.0?