react-router-role-authorization
react-router-role-authorization copied to clipboard
Check permission when link to other route which has same component
IMHO, #2 will be caused when link to other route which has same component.
componentWillMount
is NOT triggered when transition between same components.
This PR check permission when when link to other route which has same component also.