How do i read "from" prop passed to Navigate component #279
Unanswered
shahid7292
asked this question in
Q&A
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I am using
Navigatecomponent to navigate to login page when my token gets expired.After re-login i would like to navigate to whichever page i was on previously.
I found you provide
fromprop on Navigate componentI would like to know how do i read what is the value of
fromprop on login pageAll reactions