Correct work with React 15.2.0
See original GitHub issueIn new version React throw warnings if you try to add unknow props for in DOM Element. (https://github.com/facebook/react/releases/tag/v15.2.0)
If I pass https://github.com/facebook/react/releases/tag/v15.2.0
property for example, I had this React warning:
warning.js:44 Warning: Unknown prop `hideTracksWhenNotNeeded` on <div> tag. Remove this prop from the element. For details, see https://fb.me/react-unknown-prop
in div (created by Scrollbars)
Issue Analytics
- State:
- Created 7 years ago
- Reactions:1
- Comments:5 (3 by maintainers)
Top Results From Across the Web
React v15.0 – React Blog
We believe React will work in its current form there but we will not be prioritizing any efforts to fix new issues that...
Read more >react 15.2.0 vulnerabilities | Snyk
Automatically find and fix vulnerabilities affecting your projects. Snyk scans for vulnerabilities (in both your packages & their dependencies) and provides ...
Read more >React 15.2.0 issue · Issue #345 · gcanti/tcomb-form - GitHub
I can confirm that the bug exists and that the suggested fix works for 15.2.0. My stupid simple fix is only a few...
Read more >The package react@15.2.1 does not satisfy its siblings ...
When trying to npm install I get these errors. Can't get why it's not running if I'm using the latest version of React....
Read more >дэн on Twitter: "React 15.2.0 is out! Big thanks to the community ...
React 15.2.0 is out! ... Fix severe perf problems in component tree devtool by sophiebits · Pull Request #6770 ... Indeed, great work...
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
Thx for reporting! Fixing this should be easy. I’m currently busy, but I think I’ll release a new version next week with this issue fixed.
Nice job @malte-wessel! Thanks a lot! ❤️ 💃 ✨