You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
Can anyone help me? Or what configuration I am missing?
Regards
The text was updated successfully, but these errors were encountered: