-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
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
[material-ui][Button] Broken ripple effect with Pigment CSS #43619
Comments
Hey @Nayeem-XTREME, thanks for the report! In the codesandbox you shared, I see the ripple working as expected: Screen.Recording.2024-09-05.at.11.23.44.movAm I missing something? |
@DiegoAndai Ops sorry!! Might be a https://codesandbox.io/p/devbox/x9xflf Recording.2024-09-05.231020.mp4 |
@DiegoAndai Any update on this? |
This comment has been minimized.
This comment has been minimized.
@Nayeem-XTREME sorry for the delay, we're investigating the issue 😊 |
I've found the core issue. While I look for a proper fix, a quick fix here is to add/update your browserlist such that template literals are not transpiled (obviously assuming that you are only supporting such browsers or node versions). For ex, I added this in the
|
This issue has been closed. If you have a similar problem but not exactly the same, please open a new issue. Note We value your feedback @Nayeem-XTREME! How was your experience with our support team? |
Steps to reproduce
Link to live example: (required)
https://codesandbox.io/p/devbox/x9xflf
Steps:
Current behavior
After upgrading
@pigment-css/nextjs-plugin
to0.0.21
or0.0.22
, the ripple effect is not working.Expected behavior
The ripple effect should work.
Context
No response
Your environment
npx @mui/envinfo
Search keywords: Ripple Effect
The text was updated successfully, but these errors were encountered: