Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(query-async-storage-persister): support wider range of types #4639

Merged
merged 2 commits into from Dec 14, 2022

Commits on Dec 14, 2022

  1. fix(query-async-storage-persister): support wider range of types

    interfaces like localforage return a Promise<T> from setItem; we don't really care, as long as it's a Promise
    TkDodo committed Dec 14, 2022
    Copy the full SHA
    9f5f9ef View commit details
    Browse the repository at this point in the history
  2. chore: stabilize test

    set a staleTime so that we don't get an additional fetch after the component re-mounts
    TkDodo committed Dec 14, 2022
    Copy the full SHA
    154e601 View commit details
    Browse the repository at this point in the history