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
This PR fixes React `findDOMNode` deprecation warning.
https://reactjs.org/docs/strict-mode.html#warning-about-deprecated-finddomnode-usage
This makes sure the component is compatible with upcoming concurrent mode.
It's a breaking change and requires a major release because it adds a node to the DOM, we could use `display: contents;` as suggested by React.
0 commit comments