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
Hi
Personally, I use AnyAction from redux as a workaround
I hope a real type will be created for the actions but it's quite tricky as it must be an object and a promise at the same time
Not sure if it's even possible
How can I get typed action in component?
When I try call
.then()
for action I get TS error Property 'then' does not exist on type but code worked.The text was updated successfully, but these errors were encountered: