Skip to content

v3.0.0-beta.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@dhis2-bot dhis2-bot released this 07 Sep 12:03
· 103 commits to beta since this 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
    new fetching attribute that is now returned by the useDataQuery hook instead.