-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Bug: New languages don't work #76
Labels
Comments
I will look into this. |
I tried to reproduce the issue, but I wasn’t able to replicate it this time. It was likely happening because of the breaking changes we made to the Zustand store when we altered the structure of the local store. |
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
What did you do?
What did you expect to happen?
I would expect to see the default CSS code and the CSS AST.
What actually happened?
I saw "Error: o is undefined".
Participation
Additional comments
This appears to be related to how we are storing the state of Code Explorer in localStorage. When I deleted all localStorage entries and reloaded the page, everything worked as expected.
The text was updated successfully, but these errors were encountered: