Hello everybody.
I was just working on a sketch when, by accident, I pressed some keys in my keyboard (don’t know if this has to do with it but it happened immediately after so I think it does) and now every time I start the sketch I receive the following error messages:
p5 had problems creating the global function “createElement”, possibly because your code is already using that name as a variable. You may want to rename your variable to something else.
You just changed the value of “hue”, which was a p5 function. This could cause problems later if you’re not careful.
When I open other sketches it bugs out and I also receive other error messages.
Any clues? Please help me fix it because it makes the web editor practically unusable.