mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-16 19:09:18 +08:00
Found some issues with the current type definitions: - extends `React.Props<T>` with incorrect type `T` (`T` should be component instance type, not component class type) - extends `React.ComponentClass` even if the component is created with `React.createClass` (should extend `ClassiComponentClass`).