-
Hi everyone, I've been searching for the answer for a while but I couldn't find it anywhere on the docs or the web :( For instance, in
If anyone could help me with this, that would be great! |
Beta Was this translation helpful? Give feedback.
Answered by
molefrog
Jul 3, 2024
Replies: 1 comment
-
The easiest way (if you are using a |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ohpaul
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The easiest way (if you are using a
useBrowserLocation
hook which is the default), is to use the native History API:history.back()
(history
is a global object).