Commit Graph

9 Commits

Author SHA1 Message Date
Pho Huynh
8dcbb8e3a5 Change placeholder type from Node to any 2017-09-08 10:19:00 +07:00
Andy
5d6c651a1a Apply stricter lint rules (#19063) 2017-08-17 14:53:41 -07:00
Andy
af8b0d1294 FIx new lint errors (#18382) 2017-07-25 10:34:23 -07:00
myxvisual
90f3ef9cd7 fix: Fixed tsling no-trailing-whitespace error
Sorry, I was online editor, did not notice the trailing space...
2017-06-26 14:08:49 +08:00
myxvisual
505aa4bed3 Update react-lazyload-tests.tsx 2017-06-26 13:08:32 +08:00
myxvisual
9cb211daaa Add forceCheck for react-lazyload
forceCheck is available to manually trigger checking for elements in viewport. Helpful when LazyLoad components enter the viewport without resize or scroll events, e.g. when the components' container was hidden then become visible.
2017-06-26 13:06:41 +08: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
makoto abe
d82cb80219 Add type definitions for react-lazyload package. (#16807)
* Add type definitions for `react-lazyload` package.

* fix lint error.

* fix TypeScript Version
2017-05-31 23:39:55 -07:00