I have a random “<” in my application. I assume it was a mistake I made somewhere.
Any suggestions on how to quickly locate this character in the editor in order to remove? Inspector is not giving me anything.
I have a random “<” in my application. I assume it was a mistake I made somewhere.
Any suggestions on how to quickly locate this character in the editor in order to remove? Inspector is not giving me anything.
You your application in the debugging mode. Click the button “inspect”. Then click on your random element and you’ll see the element’s details including the name to locate this element in the editor.
Thanks @shpak.serhiy
For anyone in the future - the stray character was in my HTML Head which is why Bubble debugger / inspector wasn’t helping me identify the perpetrator.
This topic was automatically closed after 70 days. New replies are no longer allowed.