-
Notifications
You must be signed in to change notification settings - Fork 619
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(Toast): unreachable behind overlays #2650
Conversation
commit: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It actually works but one thing I don't understand is there is no data-sonner-toaster
in the DOM π€
Ikr? π€£ But considering that radix-vue is a port of the react version, that bases its toaster on Sonner, there might be some pollution that works in our favor. Once we migrate to Reka, and if things do change, we just update the search (even just a |
@sandros94 I was testing to remove this code now that we migrated to Reka UI and it does seem to work anyway. Would you mind confirming that we can remove this safely? |
Let me double check |
@benjamincanac yes, I double confirm that the |
Thanks for the confirmation, no need to open a PR I'm in the middle of refactoring this already. I'll rename |
We still have the issue with the Toasts when using a Drawer but this might be due to the fact that it's still using |
Ah great! It only needs
probably π€ |
@sandros94 Check out: |
Looks great π |
π Linked issue
Resolves #2646
β Type of change
π Description
The fix is composed into two parts:
DialogContent
if the overed element is a toasterno updates to the vitest's snapshots are required
π Checklist