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.

Release fix for StrictMode warnings

See original GitHub issue

Would it be possible to release a new version? The latest unreleased commit seems to include fixes for React StrictMode warnings about not using findDOMNode.

Issue Analytics

  • State:open
  • Created 4 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
stigkjcommented, Mar 10, 2020

Hi @ameerthehacker! Have you been able to look at this?

1reaction
ameerthehackercommented, Jan 14, 2020

@stigkj this has been in my backlog for a long time and I’m super sorry as It was a busy time, will do that this week for sure

Read more comments on GitHub >

github_iconTop Results From Across the Web

Strict Mode - React
StrictMode currently helps with: Identifying components with unsafe lifecycles; Warning about legacy string ref API usage; Warning about deprecated findDOMNode ...
Read more >
Fix <StrictMode> warnings #897 - reduxjs/react-redux - GitHub
Is it possible to replace componentWillReceiveProps because is deprecated to remove React 16+ warning.
Read more >
Using strict mode in React 18: A guide to its new behaviors
In this article, you'll learn about Strict Mode, its various features, and how the v18 release has improved its API.
Read more >
StrictMode - Android Developers
StrictMode is a developer tool which detects things you might be doing by accident and ... But don't feel compelled to fix everything...
Read more >
How to Enable React Strict Mode - Kent C. Dodds
Remember, your code will continue to work whether you're using strict mode and fixing the warnings or not. ... You can use <React.StrictMode...
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