You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 28, 2023. It is now read-only.
The SWR API allows users to opt out of fetching by having a
null
key:I think we can support that too with our API. We can accept
null
and/or a function that resolves into a null/object to allow conditional fetchingThe text was updated successfully, but these errors were encountered: