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
But return type of startWindowSaga function is not compatible with AnyAction type and I must wrote huge patch.
What's the normal way for typing initialActions functions ?
The text was updated successfully, but these errors were encountered:
I wrote a small tutorial project (project is working)
https://github.com/Ulibka68/otus_react_dz/tree/Les23/7-try-to-type
Inside project I'm write getModule function exactly as widget example:
link
I'm type my function using this type:
But return type of startWindowSaga function is not compatible with AnyAction type and I must wrote huge patch.
What's the normal way for typing initialActions functions ?
The text was updated successfully, but these errors were encountered: