Add helpful message to the footer (#6548)

This commit is contained in:
Joshua Pollak
2020-01-30 16:22:48 -08:00
committed by GitHub
parent ed162a3c5e
commit 6ee4e919d6

View File

@@ -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 browsers developer console to further inspect this error."
line2="Open your browsers developer console to further inspect this error. Click the 'X' or hit ESC to dismiss this message."
/>
</ErrorOverlay>
);