[ ] I have searched the issues of this repository and believe that this is not a duplicate.
Current Behavior 😯
When trying to use TransitionProps within the ExpansionPanel component, I get the following warning: 'React does not recognize the TransitionProps prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase transitionprops instead. If you accidentally passed it from a parent component, remove it from the DOM element.'
I am thus unable to tie event callbacks to the Transition component, which I need for integration testing.
This is either an issue with Material UI or one of its dependencies 'react-transition-group'
Expected Behavior 🤔
ExpansionPanel accepts and processes TransitionProps in the same manner that that the TextField component processes InputProps
Current Behavior 😯
When trying to use TransitionProps within the ExpansionPanel component, I get the following warning: 'React does not recognize the
TransitionProps
prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercasetransitionprops
instead. If you accidentally passed it from a parent component, remove it from the DOM element.'I am thus unable to tie event callbacks to the Transition component, which I need for integration testing.
This is either an issue with Material UI or one of its dependencies 'react-transition-group'
Expected Behavior 🤔
ExpansionPanel accepts and processes TransitionProps in the same manner that that the TextField component processes InputProps
Steps to Reproduce 🕹
https://codesandbox.io/s/sharp-chebyshev-3wxwp
Steps:
Context 🔦
I am unable to employ event callbacks when transitions are complete in the ExpansionPanel component.
Your Environment 🌎
I am using PyCharm 2018.3 on a Windows 10 machine