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 20d8307 commit 2f6eddeCopy full SHA for 2f6edde
contributors.yml
@@ -82,6 +82,7 @@
82
- clonemycode
83
- Cmoen11
84
- codeape2
85
+- coolport
86
- coryhouse
87
- ctnelson1997
88
- cvbuelow
docs/api/hooks/useNavigate.md
@@ -101,7 +101,7 @@ navigate(1);
101
102
Be cautious with `navigate(number)`. If your application can load up to a
103
route that has a button that tries to navigate forward/back, there may not be
104
-a `[`History`](https://developer.mozilla.org/en-US/docs/Web/API/History)
+a [`History`](https://developer.mozilla.org/en-US/docs/Web/API/History)
105
entry to go back or forward to, or it can go somewhere you don't expect
106
(like a different domain).
107
0 commit comments