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
Couldn't get the routing from PokemonPreviewPage back to ListPage. Kept complaining about this.props.router being null. Solved via wrapping ala <Route ... component={withRouter(PokemonPage)}.
The text was updated successfully, but these errors were encountered:
Stumbled on this as well, is this a limitation with react-router-relay?
It seemed like routing never worked while going through all the steps, but I ignored until step-7 when I started to investigate and noticed the routing went from this.props.router in the branches to this.context.router in the solutions.
Couldn't get the routing from PokemonPreviewPage back to ListPage. Kept complaining about this.props.router being null. Solved via wrapping ala <Route ... component={withRouter(PokemonPage)}.
The text was updated successfully, but these errors were encountered: