setState - typescript : Argument of type 'string' is not assignable to parameter of type 'never'
Receiving the following error:
for the line:
Context:
Why is the type "never" ?
1 Reply
because
user
can't index { user: UserStore } | object
since it contains object