Data loading. Old page changes to new state just before new page is loaded. #142
Replies: 1 comment
-
It was issue with vue core, transition/suspense. Removing transition component fixed it. |
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 setup which roughly resembles this
product/[slug]
. Based on slug I load data using loader. In the same component. Let's say I go from pageproduct/a
toproduct/b
just before new page shows up, I see flashing of new state inside old page. I understand why this happens, but it is not ideal, so is there a way to mark old page loaders, as not reactive, so state doesn't change?My router
Beta Was this translation helpful? Give feedback.
All reactions