-
-
Notifications
You must be signed in to change notification settings - Fork 458
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
(core) - Expose client.subscription shortcut method #838
(core) - Expose client.subscription shortcut method #838
Conversation
🦋 Changeset is good to goLatest commit: 8b0d96d We got this. This PR includes changesets to release 1 package
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 |
@kitten I did not bother adding tests because |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mostly just some suggestions around the docs additions :) Thanks again for picking this up!
Co-authored-by: Phil Plückthun <phil@kitten.sh>
Co-authored-by: Phil Plückthun <phil@kitten.sh>
Co-authored-by: Phil Plückthun <phil@kitten.sh>
@kitten Can you please publish this soon? I realized this is also problem with a web project when running a subscription from XState machine. I know I can workaround that easily, but I would rather have the |
@FredyC We’re currently batching up several changes for a larger release cycle. If you’d like to use this change right now you can use it from the cache review packages that CodeSandbox CI publishes to its CDN |
Resolves #837
Summary
Expose
client.subscription
to be correctly recognized by the exchange.Set of changes
An only small addition to
@urql/core
API.