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.

Strict mode compatibility

See original GitHub issue

RV makes use of findDOMNode in WindowScroller and that’s deprecated in recent versions of react. You might want to switch this to using refs instead. 😃

Issue Analytics

  • State:open
  • Created 4 years ago
  • Reactions:19
  • Comments:15 (2 by maintainers)

github_iconTop GitHub Comments

12reactions
meotimdihiacommented, Apr 1, 2022

@bvaughn please take a look at this problem. It is annoying and takes up space when seeing it at the browser’s console. And we can’t suppress this warning too.

5reactions
mika-kakicommented, Apr 21, 2020

I’d appreciate a fix for this. Thanks for great work!

Read more comments on GitHub >

github_iconTop Results From Across the Web

ECMAScript 5 Strict Mode | Can I use... Support tables ...
1 Partial support in older Safari refers to strict mode still accepting a lot of JS that should be considered invalid. Can I...
Read more >
Strict mode - JavaScript - MDN Web Docs
JavaScript's strict mode is a way to opt in to a restricted variant ... error become non-errors is always considered backwards-compatible.
Read more >
Browser Compatibility Testing of ECMAScript 5 Strict Mode
Chrome version 4 to 12 doesn't supports. Chrome version 13 to 70 supports JAVASCRIPT ECMAScript 5 Strict Mode. Mozilla Firefox. Firefox version 2...
Read more >
Checking for strict mode compatibility in Javascript before ...
The check won't work, and isn't needed. If the browser doesn't support strict mode, it'll simply treat the strict mode declaration as a ......
Read more >
JavaScript: Strict Mode support in Browsers and Backward ...
What if my browser, especially older versions, does not support Strict Mode? ... Since the Strict mode is declared as a string, it...
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