SWR only fetches through auto-revalidation, never on page load. #1243
Unanswered
tessamerrill
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
Uh oh!
There was an error while loading. Please reload this page.
-
I have this code:
When it does auto-revalidate, the
data
statement never runs. On page load it never fetches the data needed, leaving an infinite load. What do I do? (I can provide more code as needed)Beta Was this translation helpful? Give feedback.
All reactions