I am new to React/Redux and have a problem with state.
TrajectContainer.jsx
class TrajectContainer extends React.Component { con
I had similar issue add withRouter() like this:
withRouter()
export default withRouter(connect(mapStateToProps, mapDispatchToProps)(TrajectContainer));