v3.0.0-beta.2
Pre-release
Pre-release
3.0.0-beta.2 (2021-09-07)
Bug Fixes
- use-data-query: enable swr by default (76cb34a)
BREAKING CHANGES
- use-data-query: loading will only be set to true when fetching and if there is no data. If there
is data, loading will be false during fetching. This means that stale data will be shown during
fetches by default. If you'd like to opt out of showing stale data during loading you can use the
newfetching
attribute that is now returned by the useDataQuery hook instead.