Replies: 1 comment
-
I can't reproduce your problem https://codesandbox.io/s/2446-forked-e4nbnn?file=/src/App.js Fetcher no longer accepts multiple arguments in v2. Maybe this is the cause of your problem ? |
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.
-
Bug report
Description / Observed Behavior
When
query
is undefined useSWR will fail silently and will not trigger any error.in v 1.3.0 undefined wouldn't casue this issue.
Expected Behavior
Request should succeed.
Additional Context
SWR update from 1.3.0 to 2.0.4
Add any other context about the problem here.
Beta Was this translation helpful? Give feedback.
All reactions