Closed tomaash closed 6 years ago
As there are decisions to be made in those hooks depending on target route (nextPath) we need to pass it into them as well.
nextPath
pass nextPath to onEnter, beforeExit and onExit lifecycle hooks
onEnter
beforeExit
onExit
Released!
As there are decisions to be made in those hooks depending on target route (
nextPath
) we need to pass it into them as well.pass
nextPath
toonEnter
,beforeExit
andonExit
lifecycle hooks