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
I recently started using this library and noticed that it injects a CSS class named .tooltip into my application. Since .tooltip is a very common class name, it conflicts with my own tooltip styles, causing unintended UI issues.
It would be great if the library could use a more unique or prefixed class name (e.g. .wx-tooltip) to prevent conflicts.