-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Default toast messages not appearing and positioning issue after upgrading to v3.17.1 #10633
Comments
Please add a reproduction in order for us to be able to investigate. Depending on the quality of reproduction steps, this issue may be closed if no reproduction is provided. Why was this issue marked with the
|
having the same positioning issue. this happens with any kind of toast not just with the default ones. found out if i disable these styles i can see the toasts to be well positioned again: :where([data-sonner-toaster][data-y-position="bottom"]) {
bottom: var(--offset-bottom);
} :where([data-sonner-toaster][data-x-position="right"]) {
right: var(--offset-right);
} |
Fixes #10633 Sonner had an upstream [update](https://github.com/emilkowalski/sonner/releases/tag/v.1.7.2) that moves offsets to a variables, some end projects were installing 1.7.2 whereas in our monorepo we have 1.7.0 hence it wasn't being caught internally.
Describe the Bug
npm i
but still the same.npx create-payload-app@latest -t blank
bug-repro.mp4
Link to the code that reproduces this issue
https://github.com/payloadcms/payload
Reproduction Steps
npx create-payload-app@latest -t blank
Which area(s) are affected? (Select all that apply)
area: ui
Environment Info
The text was updated successfully, but these errors were encountered: