-
Notifications
You must be signed in to change notification settings - Fork 67
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 are missing #1495
Comments
Hello @cerenbattal, thanks for your insights - I’ve attempted to recreate the issue across different browsers and frameworks, but so far, I haven’t been able to replicate it. Also your code sandbox seems to work just fine on my site, can you verify that the icon in your code sandbox is not working? Otherwise i would recommend trying to upgrade to the newest iX version an see if this resolves your problem. |
Hi @matthiashader, unfortunately, we do not have any reproducing steps for this bug. It just happens sporadically. I've just installed all the required npm packages on the code sandbox with the exact versions that we use on our project. I assume that this bug might not be related to the device's OS version. But I want to ask anyway, is there any possibility? |
Do you still recommend upgrading iX to 2.5.0? |
Hello @cerenbattal - yes, I would at least try. Alternatively, I can offer you to write to our team email to organize a call so we can check it together. Without any possibility of reproducing the issue, it’s really hard to say where the problem is. ([email protected]) |
Hi @matthiashader, I got the same error today. We use ix-react 2.5.0. This is the error line in the chunk file: As I said, we use webpack. |
Prerequisites
What happened?
Hi,
We develop a product with React. We use webpack as a module bundler. However, we are having issues displaying ix icons. Sometimes they are completely missing on the whole UI. We do not have any specific case or scenario to reproduce this issue. Please see the screenshots below:
The icons that are on the screenshots above (and all the icons on our UI) are all IxIcon components. They are gone
sporadically on all the UI. Here is our package.json:
What type of frontend framework are you seeing the problem on?
React
Which version of iX do you use?
v2.4.0
Code to produce this issue.
The text was updated successfully, but these errors were encountered: