NextJs Example
#1857
Replies: 1 comment 4 replies
-
I think it's just an error in the example. Feel free to open a PR that removes that prop, as you said, it's unused. A similar question came up before (#1365), and it rightfully confuses people :) |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Whilst looking at the NextJS example I am confused by one thing
In the post list component you have an isClient property
this isn't being passed from the page, and also does not seem to be used in usePosts to which it is being passed.
Is this not used, or am i missing something here. Many thanks
Beta Was this translation helpful? Give feedback.
All reactions