We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20160fa commit f0d2266Copy full SHA for f0d2266
README.md
@@ -48,9 +48,8 @@ page you choose. It does this by storing the scroll position of the element in
48
session storage and then restoring it when the user navigates back to the page
49
(very similar to how Remix handles scroll restoration for the `<body>`).
50
51
-This depends on React Router's `useBeforeUnload`, `useNavigation`, and
52
-`useLocation` hooks. It could probably be generalized to work with other
53
-routers. PRs welcome.
+This depends on React Router's `useNavigation` and `useLocation` hooks. It could
+probably be generalized to work with other routers. PRs welcome.
54
55
## Usage
56
0 commit comments