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 1699f35 commit ba7e37eCopy full SHA for ba7e37e
contributors.yml
@@ -212,6 +212,7 @@
212
- kachun333
213
- Kakamotobi
214
- kantuni
215
+- kaoths
216
- kapil-patel
217
- kapilepatel
218
- KaranRandhir
docs/api/hooks/useNavigate.md
@@ -103,7 +103,7 @@ navigate(1);
103
104
Be cautious with `navigate(number)`. If your application can load up to a
105
route that has a button that tries to navigate forward/back, there may not be
106
-a `[`History`](https://developer.mozilla.org/en-US/docs/Web/API/History)
+a [`History`](https://developer.mozilla.org/en-US/docs/Web/API/History)
107
entry to go back or forward to, or it can go somewhere you don't expect
108
(like a different domain).
109
0 commit comments