Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeScript error TS2456: Type alias circularly references itself #80

Closed
qanh96 opened this issue May 1, 2020 · 1 comment
Closed

TypeScript error TS2456: Type alias circularly references itself #80

qanh96 opened this issue May 1, 2020 · 1 comment

Comments

@qanh96
Copy link

qanh96 commented May 1, 2020

Thanks for the wonderful work.
I'm having a problem when using the version 2.10.0 with Angular. The version 2.8.6 (without TS type def file) works fine.

  • Paket Version

    • Angular-compiler: 8.2.3
    • Typescript: 3.5.3
    • timeline-chart from NPM: 2.10.0
  • Terminal Error Info

ERROR in node_modules/timelines-chart/dist/timelines-chart.d.ts:109:6 - error TS2456: Type alias 'TimelinesChartInstance' circularly references itself.rtInstance' circularly references itself.

109 type TimelinesChartInstance = TimelinesChartGenericInstance<TimelinesChartInstance>;
@vasturiano
Copy link
Owner

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants