Skip to content

@urql/exchange-persisted@4.1.1

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Dec 08:07
· 144 commits to main since this release
f39165d

Patch Changes

  • Warn about cached persisted-miss results in development, when a persistedExchange() sees a persisted-miss error for a result that's already seen a persisted-miss error (i.e. two misses). This shouldn't happen unless something is caching persisted errors and we should warn about this appropriately
    Submitted by @kitten (See #3442)