How to detect if clientLoader
is still loading or pending?
#13318
Unanswered
davidbielik
asked this question in
Q&A
Replies: 1 comment
-
opened #13373 as a feature request |
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.
-
How can I detect when the clientLoader is still pending?
I've tried
useNavigation()
checkingBoolean(navigation.location) || navigation.state === 'loading'
- but it still shows asfalse
even though i've never resolved its promise?Beta Was this translation helpful? Give feedback.
All reactions