Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(svelte): misplaced second argument in TSDoc (#3113)

authored by

Jovi De Croock and committed by
GitHub
a28a58f5 b7659037

+2 -1
+2 -1
packages/svelte-urql/src/subscriptionStore.ts
··· 127 127 * newNotification { id, text } 128 128 * } 129 129 * `, 130 + * }, 130 131 * function combineNotifications(notifications = [], data) { 131 132 * return [...notifications, data.newNotification]; 132 133 * }, 133 - * }); 134 + * ); 134 135 * ``` 135 136 */ 136 137 export function subscriptionStore<