urql-graphql / urql

The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
https://urql.dev/goto/docs
MIT License
8.57k stars 444 forks source link

fix(core): Add missing teardown handling to ssrExchange #3386

Closed kitten closed 10 months ago

kitten commented 10 months ago

Resolves #3384

Summary

This adds a missing exception for forwarding teardown operations. Without this exception, teardown operations would be swallowed for operations recorded by the ssrExchange which would then trigger unnecessarily in some cases and could be turned into results.

Set of changes

changeset-bot[bot] commented 10 months ago

🦋 Changeset detected

Latest commit: 9369dfba1146b3ae8966940a22646ba1b22162d2

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package | Name | Type | | ---------- | ----- | | @urql/core | Patch |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR