Breaking changes:
- Make Redux containers take
Props[OwnProps]
instead ofOwnProps
- Now Redux containers can access router props (e.g. location, history, and match).
- This enables to better separate container components and presentational components for components that need router props.
- Now Redux containers can access router props (e.g. location, history, and match).