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
Remove deprecated lifecycle from <Interval /> and fix its treeshaking (#91)
In this diff I replaced deprecated `componentWillReceiveProps` with
`componentDidUpdate` which should be used for side effects (which
implements this component).
To fix Interval component treeshakability I got rid from `defaultProps`
static property.
0 commit comments