You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm testing your plugin for production use in my company running
react 17.0.2 in React.StrictMode
Wich is giving me warnings about your use of unsafe live cycle methods and the deprecated findDOMNode.
I would like to ask you, if you are planning to switch to functional components and/or refactor to in favor of using ref instead findDOMNode anytime soon?
I otherwise like your plugin very much and I do think it performs quite nice.
The text was updated successfully, but these errors were encountered:
I'm testing your plugin for production use in my company running
react 17.0.2 in React.StrictMode
Wich is giving me warnings about your use of unsafe live cycle methods and the deprecated findDOMNode.
I would like to ask you, if you are planning to switch to functional components and/or refactor to in favor of using ref instead findDOMNode anytime soon?
I otherwise like your plugin very much and I do think it performs quite nice.
The text was updated successfully, but these errors were encountered: