question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Correct work with React 15.2.0

See original GitHub issue

In 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:closed
  • Created 7 years ago
  • Reactions:1
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

8reactions
malte-wesselcommented, Jul 4, 2016

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.

1reaction
fdaciukcommented, Jul 13, 2016

Nice job @malte-wessel! Thanks a lot! ❤️ 💃 ✨

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found