Skip to content

Extra check that always true #9

@Guria

Description

@Guria

from the sources:

const newState = JSON.parse(newValue);
    if (k === key && state !== newState)

state !== newState would always resolve to true since newState is just a newly created object returned from JSON parse

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions