-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
enhancementNew feature or requestNew feature or request
Description
v4
Issue Type
- Bug
Description
Typings file (index.d.ts) contain invalid typings. Not only they are not compiling (typos, using "bool" instead of "boolean", "function" instead of "Function", but also they prevent me from using bootstrap styled-components (eg. components are not accepting props like a name on button, causing compilation error)
The temporary workaround is to manually delete typings file from node_modules. It works just fine then. Problem is that this workaround is fine when I'm developing on my pc, pretty unusable on the CI server.
Steps to reproduce
Just use bootstrap-styled in any typescript project... It won't compile
Versions
- v4: 3.1.5
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request