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

Circular definition of import alias #252

Open
DavidHdezGro opened this issue Mar 29, 2021 · 0 comments
Open

Circular definition of import alias #252

DavidHdezGro opened this issue Mar 29, 2021 · 0 comments

Comments

@DavidHdezGro
Copy link

Hi, I have updated Qdt-Components to 3.0.2 in Angular (7.3.9) after follow instructions for this new version (I was working with Qdt Components 2.x.x) and trying to compile, I have the next error:

ERROR in node_modules/qdt-components/types/qdt-components.d.ts(370,18): error TS2303: Circular definition of import alias 'palette'.
node_modules/qdt-components/types/qdt-components.d.ts(697,18): error TS2303: Circular definition of import alias 'axis'.
node_modules/qdt-components/types/qdt-components.d.ts(698,18): error TS2303: Circular definition of import alias 'box'.
node_modules/qdt-components/types/qdt-components.d.ts(699,18): error TS2303: Circular definition of import alias 'point'.
node_modules/qdt-components/types/qdt-components.d.ts(700,18): error TS2303: Circular definition of import alias 'lineArea'.
node_modules/qdt-components/types/qdt-components.d.ts(701,18): error TS2303: Circular definition of import alias 'grid'.
node_modules/qdt-components/types/qdt-components.d.ts(702,18): error TS2303: Circular definition of import alias 'labels'.
node_modules/qdt-components/types/qdt-components.d.ts(703,18): error TS2303: Circular definition of import alias 'range'.
node_modules/qdt-components/types/qdt-components.d.ts(704,18): error TS2303: Circular definition of import alias 'tooltip'.
node_modules/qdt-components/types/qdt-components.d.ts(705,18): error TS2303: Circular definition of import alias 'legend'.

Can anyone help me? Or what configuration I am missing?

Regards

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

1 participant