DefinitelyTyped/types/react
Matt McCutchen 5610636ad2 react: Improve type checking of component static properties. (#30730)
- Copy properties from ComponentClass to the Component class.

- Recommend the react-typescript-helpers package for checking the
  defaultProps and propTypes at a component definition.

- As a fallback, have JSX.LibraryManagedAttributes check the
  defaultProps and propTypes every time a component is used.

- Fix test failures in dependent packages.

Fixes #28515.
Fixes #16967.
2018-11-30 06:24:18 +00:00
..
test react: Improve type checking of component static properties. (#30730) 2018-11-30 06:24:18 +00:00
v15 Merge pull request #30533 from morcerf/remove-from-codeowners 2018-11-28 12:43:51 -08:00
global.d.ts
index.d.ts react: Improve type checking of component static properties. (#30730) 2018-11-30 06:24:18 +00:00
package.json
tsconfig.json react, react-dom: Enable strictFunctionTypes. (#30748) 2018-11-22 04:51:57 +00:00
tslint.json