Skip to content

useState calls are duplicated #1

Open
@Laegel

Description

@Laegel

Since state is inferred from multiple sources (interface, updating state and getting state in any method), it should be deduplicated before creating calls.

Result:

const [things, setThings] = useState<Things | undefined>();
const [things, setThings] = useState<Things | undefined>();

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions