You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Am i allowed to call the render method on the handler multiple times on each:
Router.run(routes, function (Handler, state) ... ?
React.render(, document.getElementById('example'));
i try to update the data prop with some async operations.
i first noticed that willTransitionFrom isn't fired after the first history back/forward navigation.
seems like this is because
prevRoutes in 355 is empty