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
We currently get reload() exposed for refreshing the fetched data which is pretty awesome.
In some cases it would be nice to be able to specify a subset of the hook data to refresh. This could look something like this, with an optional parameter hookNames for example. reload(['fetch']); would only reload data for the fetch hook and leave the others as-is.
The text was updated successfully, but these errors were encountered:
We currently get
reload()
exposed for refreshing the fetched data which is pretty awesome.In some cases it would be nice to be able to specify a subset of the hook data to refresh. This could look something like this, with an optional parameter
hookNames
for example.reload(['fetch']);
would only reload data for the fetch hook and leave the others as-is.The text was updated successfully, but these errors were encountered: