File tree Expand file tree Collapse file tree 3 files changed +3
-7
lines changed
Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 5656 "dependencies" : {
5757 "dom-helpers" : " ^3.4.0" ,
5858 "loose-envify" : " ^1.4.0" ,
59- "prop-types" : " ^15.6.2" ,
60- "react-lifecycles-compat" : " ^3.0.4"
59+ "prop-types" : " ^15.6.2"
6160 },
6261 "devDependencies" : {
6362 "@babel/cli" : " ^7.4.3" ,
Original file line number Diff line number Diff line change 11import * as PropTypes from 'prop-types'
22import React from 'react'
33import ReactDOM from 'react-dom'
4- import { polyfill } from 'react-lifecycles-compat'
54
65import { timeoutsShape } from './utils/PropTypes'
76import TransitionGroupContext from './TransitionGroupContext'
@@ -546,4 +545,4 @@ Transition.ENTERING = 2
546545Transition . ENTERED = 3
547546Transition . EXITING = 4
548547
549- export default polyfill ( Transition )
548+ export default Transition
Original file line number Diff line number Diff line change 11import PropTypes from 'prop-types'
22import React from 'react'
3- import { polyfill } from 'react-lifecycles-compat'
43import TransitionGroupContext from './TransitionGroupContext'
54
6-
75import {
86 getChildMapping ,
97 getInitialChildMapping ,
@@ -169,4 +167,4 @@ TransitionGroup.propTypes = {
169167
170168TransitionGroup . defaultProps = defaultProps
171169
172- export default polyfill ( TransitionGroup )
170+ export default TransitionGroup
You can’t perform that action at this time.
0 commit comments