How to detect if clientLoader
is still loading or pending?
#13318
Unanswered
davidbielik
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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