-
Notifications
You must be signed in to change notification settings - Fork 844
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
[Icons]: Icons SVG is not shown #6354
Comments
EuiIcon relies on a dynamic We do not have any vite scaffolding to test with, but if you could provide a reproducible environment we can take a deeper look at this. |
Hi @Tus1688! The bug you're seeing is due to us not fully supporting Vite/Rollup. A few Vite users have posted workarounds/patches here: #5463 (either patching EUI or using our SSR Closing this issue as a duplicate of the linked one, please feel free to continue the discussion there if needed. |
Thanks for replying, I will try to patching it as a workaround :) |
Thanks me later: https://gist.github.com/unckleg/5476ebd940d1d473387bb082e8c2929c |
I tried to use
<EuiIcon type='gear' size='xl' />
expected behaviours:
successfully render gear icon
observed result:
package.json
any kind of help is appreciated, thanks in advance 👍
The text was updated successfully, but these errors were encountered: