piotrwitek / react-redux-typescript-guide

The complete guide to static typing in "React & Redux" apps using TypeScript
https://piotrwitek.github.io/react-redux-typescript-guide/
MIT License
13.35k stars 1.09k forks source link

Typo in Store Types #202

Closed kmwarter closed 4 years ago

kmwarter commented 4 years ago

Description

RootState type is added twice. I think that you meant to include Store in the types here.

Related issues:

-NA

Checklist