Should matchRoute({ pending: true })
match if pendingMs hasn't elapsed yet?
#209
tom-sherman
started this conversation in
General
Replies: 0 comments
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.
-
See https://codesandbox.io/s/pedantic-snowflake-hsd04?file=/src/index.tsx
Each post content is set to pending (indicated with opacity 50%) instantly when you navigate to a new route, even though the
pendingMs
hasn't elapsed yet.This seems confusing as it's different behaviour to when
pendingElement
shows. Am I thinking about it wrong?Beta Was this translation helpful? Give feedback.
All reactions