react-bootstrap/react-bootstrap-typescript

bs-Properties are not supported in type definitions

geepy opened this issue · 5 comments

geepy commented

I am trying to convert my bootstrap-react app to TypeScript. Almost everything works fine, but all of the "bs" attributes are not present in the type definitions.
I regularly use "bsClass" and "bsSize" on all react-bootstrap controls, but I get an "property does not exist" error from the ts compiler.
How would I go for that?

Guenter

Any update on this issue?? I am facing the same problem
@geepy @jquense @christhomas

@christhomas bsClass for button is missing, I added that and created a pull request #12 Please verify and merge it asap.

its merged

you should find a new npm module now, with version 0.0.9

cool, why not close this issue for now?