Hello, Is there any way to rename divs? Should I simply rename the tag? If so, I want to be sure it won't cause any problem. It would be really useful to quickly find elements that are initially hidden
It's been mentioned elsewhere but use standard HTML tags whenever possible for semantic purposes. If what you want is specifically to label items so they're easier to see in the element tree, use classes as salma mentioned or use components
👍1
Lucas G
22 hours ago
You won't normally break your app if you use custom tags, it's just generally preferred to stick to standard tags if possible