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
* IndexLinkContainer:
* Wrapped `withRouter` as default export,
* Now exports original component separately
* LinkContainer:
* Wrapped `withRouter` as default export,
* Now exports original component separately
* `contextTypes` validation has been removed
* `propTypes` now expects `history` object, as it is expected to be wrapped `withRouter`
* `this.context.router.history` references replaced with `this.props.history`
* Tests updated to deal with wrapped component vs real component references
* git ignore updates
0 commit comments