Question
ai4process
GB
Last activity: 22 May 2024 5:29 EDT
Dev studio opens inside dev studio
I made a theme that is giving me some errors. Here is my themes JSON file and the
When I try to open my JSON file in dev studio to fix the error, A second dev studio opens inside the first one. Below is a screenshot of what is happening. The actual JSON file does not open, it simply takes me to the front page of dev studio.
this leaves me with some questions
1) why is dev studio opening inside dev studio instead of my test_theme.json file.
2) how can i open my json file?
3) when i check https://github.com/styled-components/polished/blob/main/src/internalHelpers/errors.md#5 to see the details of the error, it basically say it cant parse a string into hex. But why not? "#cfcfcf" seem like a perfectly good string with a hex colour inside.