Sean Chamberlain

Results 3 comments of Sean Chamberlain

Please merge this PR @nickclaw :+1: this would be great!

@eaglus any chance of doing this mate so we can get this pushed through?

@markerikson This problem with react router is because you are using React.PureComponent. Read https://reacttraining.com/react-router/web/guides/dealing-with-update-blocking. My next question is why you are using a PureComponent when the component is stateless? You...