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
Copy file name to clipboardExpand all lines: compiled/facebook-www/WARNINGS
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -367,7 +367,6 @@
367
367
"contextTypes was defined as an instance property on %s. Use a static property to define contextTypes instead."
368
368
"copyWithRename() expects paths of the same length"
369
369
"copyWithRename() expects paths to be the same except for the deepest key"
370
-
"createRoot(): Creating roots directly with document.body is discouraged, since its children are often manipulated by third-party scripts and browser extensions. This may lead to subtle reconciliation issues. Try using a container element created for your app."
371
370
"disabledDepth fell below zero. This is a bug in React. Please file an issue."
372
371
"dispatchCommand was called with a ref that isn't a native component. Use React.forwardRef to get access to the underlying native component"
373
372
"flushSync was called from inside a lifecycle method. React cannot flush when React is already rendering. Consider moving this call to a scheduler task or micro task."
@@ -384,9 +383,7 @@
384
383
"lazy: Expected the result of a dynamic import() call. Instead received: %s\n\nYour code should look like: \n const MyComponent = lazy(() => import('./MyComponent'))\n\nDid you accidentally put curly braces around the import?"
385
384
"memo: The first argument must be a component. Instead received: %s"
386
385
"propTypes was defined as an instance property on %s. Use a static property to define propTypes instead."
387
-
"render(): Rendering components directly into document.body is discouraged, since its children are often manipulated by third-party scripts and browser extensions. This may lead to subtle reconciliation issues. Try rendering into a container element created for your app."
388
386
"render(...): Expected the last optional `callback` argument to be a function. Instead received: %s."
389
-
"render(...): It looks like the React-rendered content of the root container was removed without using React. This is not supported and will cause errors. Instead, call root.unmount() to empty a root's container."
390
387
"render(...): It looks like the React-rendered content of this container was removed without using React. This is not supported and will cause errors. Instead, call ReactDOM.unmountComponentAtNode to empty a container."
391
388
"render(...): Replacing React-rendered children with a new root component. If you intended to update the children of this node, you should instead have the existing children update their state and render the new components instead of calling ReactDOM.render."
392
389
"render(...): does not support the second callback argument. To execute a side effect after rendering, declare it in a component body with useEffect()."
0 commit comments