sonner icon indicating copy to clipboard operation
sonner copied to clipboard

Links are not working in description element

Open wottpal opened this issue 3 months ago • 3 comments

Example:

  toast.success('Success', {
    description: `View <a href="https://google.com" target="_blank">Google</a>`,
  })

The link is rendering correctly and is detected by Chrome, but it isn't clickable. I assume some wrapper is preventing event propagation. 🤔

wottpal avatar Apr 30 '24 20:04 wottpal