Type definitions in TouchRipple.d.ts are not in sync with TouchRipple.js #11803
Labels
component: ButtonBase
The React component.
good first issue
Great for first contributions. Enable to learn the contribution process.
typescript
Type definitions in TouchRipple.d.ts are not in sync with TouchRipple.js
The TouchRippleClassKey is defined as
export type TouchRippleClassKey =
| 'root'
| 'wrapper'
| 'wrapperLeaving'
| 'wrapperPulsate'
| 'ripple'
| 'rippleVisible'
| 'ripplePulsate';
While the one actually implemented in TouchRipple.js has "child" instead of "wrapper", "childLeaving" instead of "wrapperLeaving" and "childPulsate" instead of "wrapperPulsate"
Expected Behavior
Current Behavior
Steps to Reproduce (for bugs)
Context
Your Environment
The text was updated successfully, but these errors were encountered: