Skip to content

Typescript compiler fails when using react css themr with error Default export of the module has or is using private name 'TReactCSSThemrTheme' #73

Open
@sahilgupta202

Description

@sahilgupta202

Typescript Version : 2.4.2
React CSS Themr: 2.1.2

Replication Steps

  1. Create a component that uses themr.
    themr('Identifier')(ComponentName);
  2. Run the Typescript compiler

It will throw the following error
error TS4082: Default export of the module has or is using private name 'TReactCSSThemrTheme'.
error TS4082: Default export of the module has or is using private name 'ThemedComponentClass'.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions