The template helper {{currentRouteOption '<option_name>'}} uses the non-reactive FlowRouter.current() API call.
The documentation makes this explicit. It also provides a way to explicitly trigger reactivity to a helper function.
Use FlowRouter.watchPathChange() to have the the helper function triggered every time a route path changes.
The template helper
{{currentRouteOption '<option_name>'}}uses the non-reactiveFlowRouter.current()API call.The documentation makes this explicit. It also provides a way to explicitly trigger reactivity to a helper function.
Use
FlowRouter.watchPathChange()to have the the helper function triggered every time a route path changes.