-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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>();Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working