aboeglin / react-router-v4-transition

React Router V4 Transition
MIT License
39 stars 6 forks source link

lifecycle hooks not triggering for redirects #20

Open ondrejrohon opened 6 years ago

ondrejrohon commented 6 years ago

Hi,

componentWillAppear and componentWillEnter are not triggering after redirect. Here is repository with minimum code to reproduce issue: https://github.com/ondrejrohon/react-router-v4-transition-issue-reproduce

Thanks