Replies: 1 comment
-
@bllakcn would you mind creating a minimal repro on stackblitz? I would be happy to help |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to code along with the official guide on Setup With Nextjs page.
When i get to the part where we create the provider for the context:
i get the following ts and eslint errors:
This is the case when i export this function as it is shown in the docs. I tried to move this to another client component (which is in this case the
providers.tsx
) the errors vanished. I could not understand what was causing it. Is there anyone that had the same issue?Beta Was this translation helpful? Give feedback.
All reactions