withRouter missing
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)}.
Aw man. Problems around router are clearly the most reported issues. It's on my list but can't look into it right now.
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.
Ah total misread your issue @skimming. Wrapping withRouter is more ideal than using this.context.