Skip to content
This repository was archived by the owner on Oct 19, 2018. It is now read-only.
This repository was archived by the owner on Oct 19, 2018. It is now read-only.

active_class attribute on NavLink has stopped working in latest lap #15

@catmando

Description

@catmando

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

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions