react-filter-box icon indicating copy to clipboard operation
react-filter-box copied to clipboard

Not working with typescript

Open kschrader02 opened this issue 7 years ago • 6 comments

Hi, I've been trying to integrate this library into my typescript project and haven't had much success. The documentation says that the library is built on typescript, but it seems to only be a js library. I did install typings and types, but I still get an error message to install @types/react-filter-box, although this does not exist. Can you please advise how to get this running with typescript? Thanks!

kschrader02 avatar Jan 10 '18 17:01 kschrader02

Hello @kschrader02 , could you use the react-filter-box on your typescript project or found another framework?

Vinicius-Almeida-94 avatar Jun 27 '19 16:06 Vinicius-Almeida-94

@Vinicius-Almeida-94 I could not use it with my typescript project and moved on. We ended up abandoning the project I was working on that would have possibly utilized this, so I don't have any alternatives to offer.

kschrader02 avatar Jun 27 '19 16:06 kschrader02

Ok, @kschrader02 , thanks for your answer anyway.

Vinicius-Almeida-94 avatar Jun 28 '19 08:06 Vinicius-Almeida-94

I believe the last merge doesn't solve the Typescript support issue. Can you define how to properly import ReactFilterBox component? It looks like this component is not a part of module after installation with npm install react-filter-box.

trco avatar Sep 30 '19 14:09 trco

I've updated with new version, can you try

nhabuiduc avatar Sep 30 '19 18:09 nhabuiduc

Running into this with typescript now.

https://github.com/nhabuiduc/react-filter-box/issues/23

mbourret avatar Nov 06 '19 22:11 mbourret