DefinitelyTyped/types/react-redux
Thomas Charlat 65b176eaef [react-redux]: decoration target props should not extend injected props, contravariance issue (#25228)
* feat(react-redux): add strict null check

* feat(react-redux): remove improper inference tests

Infered decorated typings would rely on the implicit and false
assumption that decorated component props extend injected props and
own props

#24922
#24913

* fix(react-redux): injected props and decorated component props intersection

* InjectedProps should not have to extend DecoratedProps
* DecoratedProps should not have to extend InjectedProps
* DecoratedProps should extend Intersection<InjectedProps, DecoratedProps>
* Remaining Props should be required on the decoration output

#24913
#24922

* feat(react-redux): add new commiters

* feat(react-redux): 2.9 keyof compatibility depends on Extract (2.8)
2018-05-07 12:34:04 -07:00
..
v5 [react-redux] Update for redux@4.0.0 (retry) (#25435) 2018-05-07 11:30:42 -07:00
index.d.ts [react-redux]: decoration target props should not extend injected props, contravariance issue (#25228) 2018-05-07 12:34:04 -07:00
package.json [react-redux] Update for redux@4.0.0 (retry) (#25435) 2018-05-07 11:30:42 -07:00
react-redux-tests.tsx [react-redux]: decoration target props should not extend injected props, contravariance issue (#25228) 2018-05-07 12:34:04 -07:00
tsconfig.json [react-redux]: decoration target props should not extend injected props, contravariance issue (#25228) 2018-05-07 12:34:04 -07:00
tslint.json