-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat:
useHistory
option to use native window.history instead of Nex…
…t.js router, true by default BREAKING CHANGE: For Next.js, `useUrlState` hook will use `window.history` for navigation by default, to opt out pass `useUrlState({ useHistory: false })`
- Loading branch information
asmyshlyaev177
committed
Nov 2, 2024
1 parent
a508404
commit 6cb1a41
Showing
10 changed files
with
121 additions
and
95 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.