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.

docs(svelte): correct unpause code example (#3261)

authored by

Elija Sorensen and committed by
GitHub
3a8fecbd 00c840ff

+1 -1
+1 -1
docs/basics/svelte.md
··· 243 243 }); 244 244 245 245 function unpause() { 246 - $todos.resume(); 246 + todos.resume(); 247 247 } 248 248 </script> 249 249