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

Проблема с импортом некоторых компонентов #55

Open
Godis715 opened this issue Apr 26, 2021 · 0 comments

Comments

@Godis715
Copy link

Добрый день!

Возникла небольшая проблема при импорте компонентов Legend, LegendItem, LineChart:

import { LinearChart } from "@consta/widgets/LinearChart";
Cannot find module '@consta/widgets/LinearChart' or its corresponding type declarations.  TS2307

С компонентом BarChart такой проблемы не возникает.

Чтобы разобраться, в чем проблема, изучил код компонентов установленной библиотеки в node_modules. Оказывается, для компонентов Legend, LegendItem, LineChart почему-то отсутствуют файлы index.js и index.d.ts, из-за чего приходится делать импорт непосредственно файла графика следующим образом:

import { LinearChart } from "@consta/widgets/LinearChart/LinearChart";

Сама проблема не является критичной, однако может ввести в заблуждение из-за того, что для разных компонентов приходится по-разному осуществлять импорт.

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