Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[React DevTools] Improve DevTools UI when Inspecting a user Component that Throws an Error #24248

Merged
merged 15 commits into from
May 6, 2022
Prev Previous commit
Next Next commit
better error message
mondaychen committed May 5, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 2eda8672b53dc572ad43bca14a61516a3ae27463
Original file line number Diff line number Diff line change
@@ -169,8 +169,8 @@ export default class ErrorBoundary extends Component<Props, State> {
info={
mondaychen marked this conversation as resolved.
Show resolved Hide resolved
<>
React DevTools encountered an unknown hook. This is probably
because the package is out of date. To fix, upgrade the package
to the most recent version.
because the react-debug-tools package is out of date. To fix,
upgrade the React DevTools to the most recent version.
</>
}
/>