Skip to content

TypeScript #157

@vinterdo

Description

@vinterdo

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions