We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0bce76d + 21dc250 commit a138f79Copy full SHA for a138f79
README.md
@@ -392,7 +392,7 @@ Scrolls to top when one of the supplied dependencies changes. Can be used for in
392
Usage:
393
394
```typescript
395
-import useStateWithRef from '@freshheads/javascript-essentials/build/react/hooks/useScrollToTopOnDependencyChange';
+import useScrollToTopOnDependencyChange from '@freshheads/javascript-essentials/build/react/hooks/useScrollToTopOnDependencyChange';
396
397
const location = useLocation(); // react-router-dom
398
0 commit comments