This repository was archived by the owner on Nov 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
has no exported member 'Dispatch'. #160
Comments
Confirm the issue. |
My English is not very good,I'm not sure if you understand what I'm talking about。 |
@wuchaoya I just want to say that I am able to reproduce this issue o my computer and I would like to get developers attention to this case. |
修改package里面的版本可以解决 |
with
|
Thank you very much. |
Might need to update the Readme.md file as well, in the Readme.md it's still using:
|
ACollectionOfAtoms
added a commit
to ACollectionOfAtoms/TypeScript-React-Starter
that referenced
this issue
Aug 23, 2018
`Dispatch` is no longer exported from `react-redux` but rather, `redux`: microsoft#160
Hello, is somewhere some script to execute and to fix it because I have to spend two hours to fix this case throughout my whole app? Thanks |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'll do it according to the instructions . There was a mistake
import { connect, Dispatch } from 'react-redux';
Failed to compile.
Module '"node_modules/@types/react-redux/index"' has no exported member 'Dispatch'.
The text was updated successfully, but these errors were encountered: