i-like-robots/react-tags

Update @types/react-tag-autocomplete to better support TypeScript

Closed this issue · 1 comments

Steps to Reproduce

Steps to reproduce the problem:

  1. yarn add react-tag-autocomplete @types/react-tag-autocomplete
  2. ClassNames definition is outdated
Object literal may only specify known properties, and 'searchWrapper' does not exist in type 'ClassNames'.

Your environment

  • react-tag-autocomplete": "^6.2.0",
  • "@types/react-tag-autocomplete": "^6.1.1",

I don't maintain the @types/react-tag-autocomplete package but if you wish to contribute to the DefinitelyTyped project which does then the definition file which needs updating is here