Basant

Results 12 comments of Basant

Any updates on this, I've the same issue with this image [SVG Image](https://d9yce0v7jgjpv.cloudfront.net/appicons/people.svg) See this snack, [Snack Link](https://snack.expo.dev/@basant-hootboard/svguri)

Or even better ```ts const handleInteractOutside = (ev: Event) => { // Prevent dismissing the dialog when clicking on a toast const isToastItem = (ev.target as Element)?.closest('[data-sonner-toaster]') if (isToastItem) ev.preventDefault()...