You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Probably, some mistake from my side. But, I don't get the action inferred when all the type's fields are optional. Shouldn't toolkit infer the action type by the generic of PayloadAction?
ok:
with error:
The text was updated successfully, but these errors were encountered:
Yeah, but at that moment it cannot distinguish it any more from unknown or the empty type (that pretty much equals any).
Could be solvable though. I'll add it to the list.
Hi, thanks for the library.
Probably, some mistake from my side. But, I don't get the action inferred when all the type's fields are optional. Shouldn't toolkit infer the action type by the generic of
PayloadAction
?ok:

with error:

The text was updated successfully, but these errors were encountered: