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:
Christopher Deutsch
2017-10-16 13:36:31 -05:00
committed by Andy
parent 7a99e7c48a
commit 9c1dc77ef4
4 changed files with 77 additions and 27 deletions

2
.github/CODEOWNERS vendored
View File

@@ -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