You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In case, when for example a link component is defined and there is a sidebar-link selector, it is going to mangle the selector as a (for link) and sidebar-a (for sidebar link)
To prevent this behavior right now, the only way is to configure sidebar-link in the ignoredAreas 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
The text was updated successfully, but these errors were encountered:
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 ignoredThis 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
The text was updated successfully, but these errors were encountered: