Skip to content

Minor type/comparison error in shortpath of the augmented editors commit function #3346

Open
@mhsdesign

Description

transientValueRaw has the type:

type TransientValueRaw = { value: any }

and will never equal to the unpacked plain value variable

should be;

if (transientValueRaw.value === value 

im too afraid to change it ^^

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions