We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 091a338 commit ee9a20eCopy full SHA for ee9a20e
docs/docs/intro.md
@@ -46,7 +46,7 @@ const Pokemon = withLoader((props, { queries }) => {
46
<div>{/* ... */}</div>
47
</article>
48
);
49
-});
+}, loader);
50
```
51
52
## Playground
0 commit comments