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
Tried to get it to work forever with Next.js v12, but no luck. Some of my struggles were documented here:
#71
Even after importing the Voiceflow component dynamically, the kept throwing a useState is undefined error at this line:
useState is undefined
https://github.com/voiceflow/demo-react-chat/blob/main/src/context.tsx#L25
I'd then be shown this Invalid Hook Call error, which was a red herring:
Invalid Hook Call
https://legacy.reactjs.org/warnings/invalid-hook-call-warning.html
Upgrading to Next.js fixed most of my problems (if not all of them: #76)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Tried to get it to work forever with Next.js v12, but no luck. Some of my struggles were documented here:
#71
Even after importing the Voiceflow component dynamically, the kept throwing a
useState is undefined
error at this line:I'd then be shown this
Invalid Hook Call
error, which was a red herring:https://legacy.reactjs.org/warnings/invalid-hook-call-warning.html
Upgrading to Next.js fixed most of my problems (if not all of them: #76)
The text was updated successfully, but these errors were encountered: