-
-
Notifications
You must be signed in to change notification settings - Fork 9
Closed
Labels
🐞 bugSomething isn't workingSomething isn't working
Description
Describe the bug
-
In case, when for example a
link
component is defined and there is asidebar-link
selector, it is going to mangle the selector asa
(for link) andsidebar-a
(for sidebar link) -
To prevent this behavior right now, the only way is to configure
sidebar-link
in theignoredAreas
option to be ignored -
This could possibly by solved by checking, if the character at the beginning is a "word" character or start of a string. This check should applied only if the selector to replace starts with a word character.
Reproduction
The same as description
Logs
No response
System Info
- Linux, Node 16
Metadata
Metadata
Assignees
Labels
🐞 bugSomething isn't workingSomething isn't working