Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Any type errors when compile. #232

Closed
fwh1990 opened this issue Jan 13, 2019 · 1 comment
Closed

Any type errors when compile. #232

fwh1990 opened this issue Jan 13, 2019 · 1 comment

Comments

@fwh1990
Copy link

fwh1990 commented Jan 13, 2019

Version: 6.2.0

node_modules/connected-react-router/index.d.ts:45:29 - error TS7006: Parameter 'state' implicitly has an 'any' type.

45   export function getAction(state): RouterActionType;
                               ~~~~~

node_modules/connected-react-router/index.d.ts:46:27 - error TS7006: Parameter 'state' implicitly has an 'any' type.

46   export function getHash(state): string;
                             ~~~~~

node_modules/connected-react-router/index.d.ts:47:31 - error TS7006: Parameter 'state' implicitly has an 'any' type.

47   export function getLocation(state): Location;
                                 ~~~~~

node_modules/connected-react-router/index.d.ts:48:29 - error TS7006: Parameter 'state' implicitly has an 'any' type.

48   export function getSearch(state): string;
                               ~~~~~

@supasate
Copy link
Owner

Closing as duplicated with #231.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants