Replies: 1 comment
-
Does it change if you instead |
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
-
I'm trying to show a loading bar whenever the page is still loading (whether accessing directly or after clicking a link), but I useNavigation() always has an
idle
state. It's neverloading
.Basically I have a loader, which fetches some data and in my component (root.tsx) I'm doing this:
What can be the problem here?
Beta Was this translation helpful? Give feedback.
All reactions