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
What is the new or updated feature that you are suggesting?
A hook that allows you to prevent the navigation by passing a function that returns either an object or a boolean so that you can do a check or an operation before navigation
Why should this feature be included?
The useLocation and useEffect isn't enough for some use cases like hitting a home button in nav and if some changes need to be saved give the user a prompt or a modal, or doing an action in some routes before changing route
The text was updated successfully, but these errors were encountered:
What is the new or updated feature that you are suggesting?
A hook that allows you to prevent the navigation by passing a function that returns either an object or a boolean so that you can do a check or an operation before navigation
Why should this feature be included?
The useLocation and useEffect isn't enough for some use cases like hitting a home button in nav and if some changes need to be saved give the user a prompt or a modal, or doing an action in some routes before changing route
The text was updated successfully, but these errors were encountered: