-
Notifications
You must be signed in to change notification settings - Fork 840
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
ts(7016) error when trying to import icons #5305
Comments
Hey hey! Just wanted to let you know we can confirm this is an issue - if possible you should |
Thank you @constancecchen. Would you like me to close this issue? |
You can leave it open - we'd definitely like to fix this so consumers don't have to ignore these Typescript errors! |
👋 Hey there. This issue hasn't had any activity for 180 days. We'll automatically close it if that trend continues for another week. If you feel this issue is still valid and needs attention please let us know with a comment. |
👋 Hi there - this issue hasn't had any activity in 6 months. If the EUI team has not explicitly expressed that this is something on our roadmap, it's unlikely that we'll pick this issue up. We would sincerely appreciate a PR/community contribution if this is something that matters to you! If not, and there is no further activity on this issue for another 6 months (i.e. it's stale for over a year), the issue will be auto-closed. |
👋 Hi there - this issue hasn't had any activity in 6 months. If the EUI team has not explicitly expressed that this is something on our roadmap, it's unlikely that we'll pick this issue up. We would sincerely appreciate a PR/community contribution if this is something that matters to you! If not, and there is no further activity on this issue for another 6 months (i.e. it's stale for over a year), the issue will be auto-closed. |
Still valid 😬 |
Hello all,
I'm following the Getting Started page and am on the section of Failing Icons, as when I try and use them the console throws an error saying the icons cannot be found. After copying/pasting the sample code for appending the icon component cache I get this error:
Could not find a declaration file for module '@elastic/eui/es/components/icon/icon'. '/Users/jbuoncri/workspace/Symphony-Cerebrum/syc-ui/node_modules/@elastic/eui/es/components/icon/icon.js' implicitly has an 'any' type. Try
npm i --save-dev @types/elastic__euiif it exists or add a new declaration (.d.ts) file containing
declare module '@elastic/eui/es/components/icon/icon';``Here's what my code looks like. The message above appears when hovering over the error:
The text was updated successfully, but these errors were encountered: