|
When using this on Next.js, we get an error unless we set |
Answered by
razor-x
Jun 14, 2023
Replies: 1 comment
|
I think this is out of scope for this library as "use client" would need to be added to every file here. Next.js users can add use client to their parent component. Happy to reopen this one if you are a Next.js user and have a suggestion. |
0 replies
Answer selected by
razor-x
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

I think this is out of scope for this library as "use client" would need to be added to every file here. Next.js users can add use client to their parent component.
Happy to reopen this one if you are a Next.js user and have a suggestion.