We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c64971a commit 915fd56Copy full SHA for 915fd56
README.md
@@ -237,6 +237,6 @@ const pokemonLoader = baseLoader.extend({
237
transform: (q) => q, // Reapply default transform for query
238
});
239
240
-type Test = ReturnType<typeof pokemonLoader.useLoader>;
+type Test = ReturnType<typeof pokemonLoader>;
241
// { i_want: string; }
242
```
0 commit comments