We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NextJS integration doesn't seem to work whether I use a client side page or a server side page
The text was updated successfully, but these errors were encountered:
Are you using AppRouter? I think we have tested with Pages router only.
Sorry, something went wrong.
Have you tried to wrap the Typeform component in a custom component with the use client; on top?
use client;
Hi @SohamNagi . I dont have much experience with the Next.js App Router, but it looks like you need to use client component.
In a recent PR #657 I am updating demo-nextjs to latest version of next and also including examples for the App Router. Hope this helps 🤞
demo-nextjs
next
ref
embedRef
No branches or pull requests
NextJS integration doesn't seem to work whether I use a client side page or a server side page
The text was updated successfully, but these errors were encountered: