-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not working with typescript #8
Comments
Hello @kschrader02 , could you use the react-filter-box on your typescript project or found another framework? |
@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. |
Ok, @kschrader02 , thanks for your answer anyway. |
I believe the last merge doesn't solve the Typescript support issue. Can you define how to properly import |
I've updated with new version, can you try |
Running into this with typescript now. |
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!The text was updated successfully, but these errors were encountered: