Skip to content

v1.0.7

Compare
Choose a tag to compare
@amen-souissi amen-souissi released this 09 Feb 19:49
· 34 commits to main since this release

Features

  • run selector if reference changes to enable use of dependencies
  • types: Add optional cancelRefetch field to ResultOptions interface

Bug Fixes

  • accept null values in mutate function
  • check if the navigator global is available before usage
  • make sure state is not updated when unmounted
  • update synchronously to make sure observers always have the latest state
  • single query methods should be exact by default
  • stop fetching pages when an infinite query unmounts