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
We include the owner name ("Please check the render method of Bar.") but not the full parent stack which we show for some of our other warnings like key warnings and prop types. We should call into ReactComponentTreeHook to get the full stack if possible.
The text was updated successfully, but these errors were encountered:
When you do
<Foo />
but Foo is not a valid string or function, we show an error message:react/src/isomorphic/classic/element/ReactElementValidator.js
Line 196 in 92c84a6
We include the owner name ("Please check the render method of Bar.") but not the full parent stack which we show for some of our other warnings like key warnings and prop types. We should call into ReactComponentTreeHook to get the full stack if possible.
The text was updated successfully, but these errors were encountered: