-
-
Notifications
You must be signed in to change notification settings - Fork 97
Open
Description
Started a new CRA to and added withSize like so:
export default withSize()(App);
The console is throwing off warnings like this, so Changes they are a coming!
Warning: findDOMNode is deprecated in StrictMode. findDOMNode was passed an instance of SizeMeReferenceWrapper which is inside StrictMode. Instead, add a ref directly to the element you want to reference. Learn more about using refs safely here: https://fb.me/react-strict-mode-find-node
in div (created by SizeMePlaceholder)
in SizeMePlaceholder (created by SizeMeRenderer(App))
in SizeMeReferenceWrapper (created by SizeMeRenderer(App))
in SizeMeRenderer(App) (created by SizeMe(App))
in SizeMe(App) (at src/index.js:9)
in StrictMode (at src/index.js:8)
tscizzlebg, devnazir, georgiossalonad, Micheille, Pavinati and 26 more
Metadata
Metadata
Assignees
Labels
No labels