works fine on page load, but not after that... experimenting with this a little demonstrates that the there is no reactive update going on. for example adding this `on(:click)` handler works around the problem ```ruby NavLink("/#{path}", active_class: :selected) { path.camelize }.on(:click) { force_update! } ``` This means the problem must be around NavLink or the containing component is not getting a reactive update. This could be because of other changes made in hyper-react during 1.0.0.lap development
works fine on page load, but not after that...
experimenting with this a little demonstrates that the there is no reactive update going on.
for example adding this
on(:click)handler works around the problemThis means the problem must be around NavLink or the containing component is not getting a reactive update.
This could be because of other changes made in hyper-react during 1.0.0.lap development