Skip to content

Commit 6ee4e91

Browse files
authored
Add helpful message to the footer (#6548)
1 parent ed162a3 commit 6ee4e91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-error-overlay/src/containers/RuntimeErrorContainer.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class RuntimeErrorContainer extends PureComponent<Props, State> {
7979
/>
8080
<Footer
8181
line1="This screen is visible only in development. It will not appear if the app crashes in production."
82-
line2="Open your browser’s developer console to further inspect this error."
82+
line2="Open your browser’s developer console to further inspect this error. Click the 'X' or hit ESC to dismiss this message."
8383
/>
8484
</ErrorOverlay>
8585
);

0 commit comments

Comments
 (0)