Good evening. I’m new to the coding world and have run into a confusing issue regarding code editors.
I’m currently working on my survey project and based on some reading, decided to build it in codesandbox.io instead of codepen. At one point, I refreshed the preview screen and came up with an error message saying
“TypeError
Cannot read property ‘parsed’ of undefined”
It was followed by a bunch of code that I couldnt understand and googling the issue came up with no help. I manage to find a random space in a tag close that i dont rememeber being there (plus the preview worked fine up until this point) so i cleaned it up and the page worked as normal.
After finishing the html and moving to css, I entered a basic css item and the error came back. I deleted the line of css and the error remains.
I copied all of my code over to codepen and it works just fine so it leads me to believe that Im doing something wrong in the app itself.
Can anyone fill me in on what I’m doing wrong? I’m fine finishing this project in codepen but based on a lot of forums, it seems advised that I move on to a more robust code editor and get comfortable with it.
Thanks in advance.