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
Setup deep linking to view companies, people, missions
How to:
in routes/, update view route with a path like "/entity/:entityId" (should be entities!), "entityId" must be present in route context, ex: this.context.dispatch(pushRoute(routes.company.view, {companyId: this.props.company.get('_id')}))
Update selector to extract entity for the view with a check on state.routing.location, it may crash on isomorphic exec:
offer deep linking for all entities / pages
The text was updated successfully, but these errors were encountered: