piotrwitek/react-redux-typescript-guide

Regarding 'Typing connected component with redux-thunk integration' section

NickSevens opened this issue · 1 comments

Hi @piotrwitek,
Regarding the section Typing connected component with redux-thunk integration:
I use the guide mentioned in the Warning of the docs, and this works very well in my case.

However, I was wondering if this was a temporary measure - or is this something future-proof, and still valid when updating redux-thunk, ts version, etc...?

Hey @NickSevens,
Thanks for the info, I guess they have merged the fix that was linked in the Warning section of the docs.
In this case, I think I could finally update the docs accordingly.