mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-25 11:30:03 +00: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`).