-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
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
Error: Cannot read properties of undefined (reading 'createContext') #431
Comments
You need to use our Vite plugin as well. |
As far as I can see, you're using a predefined build, it doesn't require any Vite plugin, as the code is already built in the npm package. |
Any idea how i fix the reading 'createContext' error? |
I would appreciate it if you could prepare some reproducible code sample for us (repo or zip). |
Same error here, after building using
Though it works fine without the
|
This errors occurs after build the project. In development time don't happs.
I'm using Vite to build.
My vite.config.ts file:
The text was updated successfully, but these errors were encountered: