You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version 0.5.0
React version: 16.3.2
React-DOM version: 16.3.2
React
I receive the following when integrating this module into a create-react-app. It looks like that the react-transition-group has props that are no longer valid. Can anyone confirm this?
index.js:2178 Warning: React does not recognize the `transitionName` prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase `transitionname` instead. If you accidentally passed it from a parent component, remove it from the DOM element.
in div (created by TransitionGroup)
in TransitionGroup (created by XHRUploader)
in div (created by XHRUploader)
in div (created by XHRUploader)
index.js:2178 Warning: React does not recognize the `transitionEnterTimeout` prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase `transitionentertimeout` instead. If you accidentally passed it from a parent component, remove it from the DOM element.
The text was updated successfully, but these errors were encountered:
Version 0.5.0
React version: 16.3.2
React-DOM version: 16.3.2
React
I receive the following when integrating this module into a
create-react-app
. It looks like that thereact-transition-group
has props that are no longer valid. Can anyone confirm this?The text was updated successfully, but these errors were encountered: