Skip to content

Computed property is re-calculated even when nested computed property has not changed #732

Description

@GabrielMancik

I have computed property A which is dependent on X (@computedFrom('X')) and computed property B which is dependent on A (@computedFrom('A')).

My question is: if x changes, but the result of A does not should B be re-calculated?
It seems that it is. Is this by design? I was not expecting it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions