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
Expected result
After setState, I get the prompt when navigating away.
Actual result
No prompt is shown when navigating away
Code changes that's needed
Move declaration of handleBeforeunload inside of the function passed to useEffect. Update the dependencies of useEffect to [value].
The text was updated successfully, but these errors were encountered:
Initally
Subsequently
Expected result
After setState, I get the prompt when navigating away.
Actual result
No prompt is shown when navigating away
Code changes that's needed
Move declaration of handleBeforeunload inside of the function passed to useEffect. Update the dependencies of useEffect to
[value]
.The text was updated successfully, but these errors were encountered: