sickdyd / react-search-autocomplete

A search box that filters the provided array of objects
https://sickdyd.github.io/react-search-autocomplete
MIT License
218 stars 82 forks source link

Types #36

Closed Eclipseop closed 2 years ago

Eclipseop commented 2 years ago

Is there currently / will there be an effort to convert to typescript / adding a .d.ts?

sickdyd commented 2 years ago

@Eclipseop Hello! Definitiely it's in my plans. Right now I'm kind of busy with work so I don't have a date for this, but it's something I wanted to implement for a long time...

sickdyd commented 2 years ago

Closed and added request to todo list.

sickdyd commented 2 years ago

@Eclipseop TS was implemented in version 6.0.0!

gignupg commented 2 years ago

@sickdyd TS stopped working since version 7.0.0! You can also see this on NPM. Since version 7.0.0 the TS icon is missing:

Screenshot from 2022-06-20 21-41-51

Screenshot from 2022-06-20 21-44-00

sickdyd commented 2 years ago

@gignupg Fixed in the latest release!