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
at somewhere in the Application, when the user hit "konnichiha" button, then it's invoked: FlowRouter.go('konnichiha');
then the URL appears on the browser turn to https://domain.com/konnichiha, then its content changes to layout of "main" template,
but the URL path still appears as https://domain.com/konnichiha, I think it should be https://domain.com/sayonara instead.
I'm looking on the readme but have not found any way to change the path manually without reloading the page.
I think this is a bug of FlowRouter.
The text was updated successfully, but these errors were encountered:
let's say I have 2 Routes:
and
at somewhere in the Application, when the user hit "konnichiha" button, then it's invoked:
FlowRouter.go('konnichiha');
then the URL appears on the browser turn to https://domain.com/konnichiha, then its content changes to layout of "main" template,
but the URL path still appears as https://domain.com/konnichiha, I think it should be https://domain.com/sayonara instead.
I'm looking on the readme but have not found any way to change the path manually without reloading the page.
I think this is a bug of FlowRouter.
The text was updated successfully, but these errors were encountered: