John Reilly
|
07352da21a
|
Merge pull request #17288 from tkrotoff/react-default-type-arguments
Change React.Component<P, S> to React.Component<P = {}, S = {}>
|
2017-06-22 19:18:47 +01:00 |
|
Diogo Franco
|
127d50604e
|
Add missing type annotation
|
2017-06-21 18:31:26 +09:00 |
|
Tanguy Krotoff
|
b81d97133a
|
Merge branch 'master' into react-default-type-arguments
|
2017-06-20 22:39:06 +02: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 |
|
Oden
|
294e98d261
|
Use React.ComponentType
|
2017-06-19 00:24:18 -07:00 |
|
Oden
|
f10aa9bbdc
|
Update react-loadable types for v4.
Changes: https://github.com/thejameskyle/react-loadable/pull/46
|
2017-06-16 20:21:58 -07:00 |
|
Diogo Franco
|
bf2a72285c
|
Add type definitions for react-loadable (#16118)
* Add definitions for react-loadable
* Add react-loadable/babel
* Add explicit export
|
2017-04-26 08:05:55 -07:00 |
|