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
iamsaksham commented
Any update on this issue?? I am facing the same problem
@geepy @jquense @christhomas
iamsaksham commented
@christhomas bsClass for button is missing, I added that and created a pull request #12 Please verify and merge it asap.
christhomas commented
its merged
christhomas commented
you should find a new npm module now, with version 0.0.9
iamsaksham commented
cool, why not close this issue for now?