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 need the ability to prevent navigation in case the user decides to refresh the page. I was thinking we could do this w a <Prompt beforeUnload> prop that might be used in lieu of a message prop.
Related: Custom beforeunload messages are removed in Chrome 51. We should probably warn if someone tries to use both beforeUnload and message.
The text was updated successfully, but these errors were encountered:
We need the ability to prevent navigation in case the user decides to refresh the page. I was thinking we could do this w a
<Prompt beforeUnload>
prop that might be used in lieu of amessage
prop.Related: Custom
beforeunload
messages are removed in Chrome 51. We should probably warn if someone tries to use bothbeforeUnload
andmessage
.The text was updated successfully, but these errors were encountered: