Sean Kelley
24a2b58a34
Remove myself as a maintainer of react-redux. ( #18801 )
2017-08-10 16:34:50 -07:00
Kenzie Togami
31996672cf
[react-redux] Add connectAdvanced from v5 ( #18488 )
2017-08-08 12:20:49 -07:00
Artem Malko
7353fa8519
[react-redux] Fix types for react-redux for connect without dispatchToProps ( #18334 )
...
* Fix types for react-redux for connect without dispatchToProps
* return typescript version
2017-07-24 11:46:06 -07:00
Alex
0a0270a40b
fix error TS2314
...
Generic type 'Component<P, S>' requires 2 type argument(s).
2017-07-10 09:37:07 +03:00
Tanguy Krotoff
ea9de8a518
Replace React.Component<(.*), (any|void|\{\}|null)> by React.Component<$1>
...
+ many manual adjustments
2017-06-19 13:35:50 +02:00
Tanguy Krotoff
eeb262e1d8
Update react to TypeScript 2.3
2017-06-19 13:34:54 +02:00
Blake Embrey
a6087cff80
Explicitly enable inference with connect()
2017-06-14 18:54:34 -04:00
Blake Embrey
f527af6ed3
Annotate react-redux more explicitly
2017-06-05 16:09:30 -04:00
Blake Embrey
2bc7feeb48
[react-redux] Expose dispatch with props ( #16652 )
2017-06-02 07:19:38 -07:00
Thomas Hasner
10a204d02d
Add overloads to account for mergeProps ( #16024 )
...
* Add overloads to account for `mergeProps`
This also provides better typings for users of `strictNullChecks`
* more overloads and tests
* accept `null | undefined`
* allow placeholder typings
* tests
* one `ComponentDecorator`
* tests
* no keyword
2017-04-26 11:52:32 -07:00
Thomas Hasner
416c0f9c3d
Use TOwnProps instead of IOwnProps
2017-04-18 13:51:36 -04:00
Tom Hasner
5f03934940
fix
2017-04-17 22:57:58 -04:00
Thomas Hasner
52371a816d
ComponentDecorator input accepts TOwnProps
2017-04-17 21:53:18 -04:00
Andy Hanson
354cec620d
Move all packages to a types directory
2017-03-24 14:27:52 -07:00