Replies: 3 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
I have observed the same behaviour in Teams. It might have been resolved in the most recent "New" version though: |
Beta Was this translation helpful? Give feedback.
0 replies
-
This appears to be the same issue as discussed here: It seems like I have fixed this by adding |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm facing a rather strange problem with fluent ui icons sometimes not showing correctly in my SPA:
If I reload the application, the icons usually show correctly again (though once in a while the unicode jumble sticks for several reloads):
When my app starts, I'm calling
initializeIcons(undefined, { disableWarnings: true });
I'm not seeing any console or network errors.
I would greatly appreciate any insights, suggestions, or guidance on potential causes and where I should focus my attention to pinpoint and rectify the problem.
Beta Was this translation helpful? Give feedback.
All reactions