mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-22 11:57:27 +08:00
Add helpful message to the footer (#6548)
This commit is contained in:
@@ -79,7 +79,7 @@ class RuntimeErrorContainer extends PureComponent<Props, State> {
|
||||
/>
|
||||
<Footer
|
||||
line1="This screen is visible only in development. It will not appear if the app crashes in production."
|
||||
line2="Open your browser’s developer console to further inspect this error."
|
||||
line2="Open your browser’s developer console to further inspect this error. Click the 'X' or hit ESC to dismiss this message."
|
||||
/>
|
||||
</ErrorOverlay>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user