mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-09-26 02:50:27 +00:00
- 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.