mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-29 17:04:33 +00:00
Updated react-autosuggest for version 9.3.X (#20442)
`react-autosuggest` had some breaking changes.
Previously Autosuggest was defined with `any` props which meant no type checking was happening.
New definition enables type checking when using `Autosuggest` component.
```
declare class Autosuggest extends React.Component<Autosuggest.AutosuggestProps> {}
```
This commit is contained in:
committed by
Andy
parent
7a99e7c48a
commit
9c1dc77ef4
2
.github/CODEOWNERS
vendored
2
.github/CODEOWNERS
vendored
@@ -2504,7 +2504,7 @@
|
||||
/types/react/v15/ @bbenezech @pzavolinsky @digiguru @ericanderson @morcerf @tkrotoff @DovydasNavickas @onigoetz
|
||||
/types/react/ @johnnyreilly @bbenezech @pzavolinsky @digiguru @ericanderson @morcerf @tkrotoff @DovydasNavickas @onigoetz @richseviora
|
||||
/types/react-app/ @prakarshpandey
|
||||
/types/react-autosuggest/ @nicolas-schmitt @pjo256 @robessog @tbayne
|
||||
/types/react-autosuggest/ @nicolas-schmitt @pjo256 @robessog @tbayne @cdeutsch
|
||||
/types/react-body-classname/ @mhegazy
|
||||
/types/react-bootstrap/ @walkerburgin @vsiao @danilojrr @Batbold-Gansukh @octatone @chengsieuly @katbusch
|
||||
/types/react-bootstrap-date-picker/ @LKay @ssi-hu-antal-bodnar
|
||||
|
||||
Reference in New Issue
Block a user