Groups not working as intended with links. #18689
Replies: 1 comment 1 reply
-
This is because your SVGs contain duplicate IDs, and IDs have to be unique in HTML: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I encountered this issue while building a project where using groups with links does not work as intended.
To reproduce, just copy and paste the code below into the Tailwind CSS playground.
I was trying to make an SVG visible when a link is hovered over, but it only works for the first link.
Now, for the other link, it only works when the first link is hovered, showing the image.
Beta Was this translation helpful? Give feedback.
All reactions