You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use CustomEvent for PubSub and TypedEventTarget impl (#1761)
* Use CustomEvent for PubSub and TypedEventTarget impl
* :sweaty_face:
* chore(dependencies): updated changesets for modified dependencies
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Copy file name to clipboardExpand all lines: website/src/pages/v3/features/subscriptions.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -405,7 +405,7 @@ The `createPubSub` function allows you to specify a custom [`EventTarget`](https
405
405
406
406
The minimal `EventTarget` implementation is described by the [`TypedEventTarget` interface](https://github.com/dotansimha/graphql-yoga/blob/master/packages/event-target/typed-event-target/src/typed-event-target.ts).
407
407
408
-
Yoga comes with an `EventTarget` implementation for [Redis Pub/Sub](https://redis.io/docs/manual/pubsub/).import {PackageCmd} from '@theguild/components';
408
+
Yoga comes with an `EventTarget` implementation for [Redis Pub/Sub](https://redis.io/docs/manual/pubsub/).
0 commit comments