Error Message "createContext
is not a function" In Next.js Project
#4006
Unanswered
DragonOsman
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a Next project I'm trying to build that uses Formik for the forms, and I'm getting the error I mentioned in the title as (as a TypeError) because of a piece of code on the user registration page.
The full error message:
Here's the registration page and here's file with the
registrationSchema
export.Full message with the error:
Did I do something wrong with how I used the Formik stuff?
If needed for further reference, here's the link to the repository itself.
Beta Was this translation helpful? Give feedback.
All reactions