Skip to content
This repository was archived by the owner on Sep 20, 2020. It is now read-only.
This repository was archived by the owner on Sep 20, 2020. It is now read-only.

Sticky states get reloaded unexpectedly #131

@arthastft

Description

@arthastft

Hello christopher,
Say I have following states structure:

parent1: { sticky: true }
parent1.child1: { sticky: true }
parent1.child2: { sticky: false }

parent2: { sticky: false }
parent2.child1: { sticky: false }

When I do: parent1.child1 => parent2.child1 => parent1.child1, it works normally.
But when: parent1.child1 => parent2.child1 => parent1.child2 => parent1.child1, parent1.child1 gets reloaded.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions