-
- Downloads
Fix onEntering and onExit error
Replace the lines responsible for these errors: ``` Warning: Failed prop type: The prop `onEntering` of `ForwardRef(Menu)` is deprecated. Use the `TransitionProps` prop instead. ``` ``` Warning: Failed prop type: The prop `onExit` of `ForwardRef(Menu)` is deprecated. Use the `TransitionProps` prop instead. ```
Please register or sign in to comment