You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 5, 2025. It is now read-only.
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: