Closed kevinguard closed 6 years ago
It's most likely an issue with react-transition-group. We need the latest version installed.
Make sure your dependencies are up to date. It should be working. Feel free to provide a reproduction repository if it doesn't so we can dig into it.
[ X ] I have searched the issues of this repository and believe that this is not a duplicate.
Expected Behavior
1.0.0.beta
components with inner ripples on clicks should display correct ripples.Current Behavior
Currently I have both
material-ui@0.19.4
andmaterial-ui@1.0.0.beta
within the same project where I usewebpack 3.10.0
to build and bundle my application. So far I haven't had any problem with0.19.4
components, though, those imported from1.0.0.beta
with supposedly inner ripples like buttons are missing the ripples. In other words, clicks do not produce any ripple in the components, though, they correctly react to mouse hovers.Steps to Reproduce (for bugs)
The following is a simple component where buttons are rendered correctly but no ripples are shown on clicks:
Context
This issue is affecting all components which inner ripples, e.g., buttons.
Your Environment
My project
package.json
: