Closed VrajPatelK closed 3 weeks ago
Hi @VrajPatelK, I think that either you were viewing the V1 docs or seeing a cached version of the page as we were updating the UI docs to reflect the release of V2 yesterday. At least on my end https://docs.medusajs.com/ui/components/toast is showing the correct component.
Hitting the "x" button on a Toaster in V2 also works as expected, so closing this issue. If you are facing any issues with the V2 version of the toaster then feel free to re-open the issue.
Bug report
Describe the bug
Toast
component, the appearance differed from what was shown in the documentation. The actualToast
( shown in image-1) does not match the design of the one in the documentation ( shown in image-2).dismissable
is set totrue
.System information
v2
"@medusajs/ui-preset": "preview"
"@medusajs/ui": "preview"
v20.13.1
postgresql^15.1
macOS
chrome
Steps to reproduce the behavior
Toast
component in the documentation.Toast
component using the provided code.Toast
with what is shown in the documentation.Expected behavior
Toast
component should match the design and behavior shown in the documentation ( shown in image-2).dismissable
is set totrue
( shown in image-2).Screenshots
Image1 (While Implementation)
Image:2 (Inside Docs)
Code snippets