-
-
Notifications
You must be signed in to change notification settings - Fork 12
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 while using useStore #25
Comments
How do you server JSON file with translations? |
Actually I don't want to use JSON files for now. I want to use default translations in the component. |
Sorry, have no idea. Code looks fine. Maybe some strange bug with Preact? |
I copied the code from |
Hello.
I'm using
Preact
+vite-plugin-ssr
anduseStore
gives me an error:TypeError: Cannot read properties of undefined (reading '__H')
So far, I haven't been able to figure out what the problem is. Maybe I'm doing something wrong.
Example
It would be great if anyone has any ideas
Thanks
The text was updated successfully, but these errors were encountered: