Replies: 1 comment
-
before making the redirection, you can fetch the data that you will fetch on the route B on the route A |
Beta Was this translation helpful? Give feedback.
0 replies
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 have a view called 'A' and a view called 'B'.
The 'A' view navigates to the view 'B'
But the view 'B' had a error getting the data IN THE LOADER
So I want to know how can I avoid to change the page. Not ony the URL but I need to mantain the state of the 'A' view
Beta Was this translation helpful? Give feedback.
All reactions