-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Closed
Labels
✔️ Resolution: AnsweredResolved because the question asked by the original author has been answered.Resolved because the question asked by the original author has been answered.Status: Resolvedarea-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor Componentsquestion
Description
Is there an existing issue for this?
- I have searched the existing issues
Describe the bug
When I bootstrap my Blazor application some strange unicode characters are added to the DOM.
They are only there for a slight moment, then they disappear.
They are inserted as a text node, the characters are 
They are causing issues with my layout since they are taking up space in the DOM, the layout kinda "jumps".
I have no idea what's causing this or how to reproduce it.
I have fully removed the UI component library (FluentUI for Blazor) but the unicode characters are still there.
Anyone have an idea of what could be causing this?
Expected Behavior
Not having strange unicode characters in the DOM
Steps To Reproduce
No response
Exceptions (if any)
No response
.NET Version
8.0.300
Anything else?
I am using Visual Studio.
Metadata
Metadata
Assignees
Labels
✔️ Resolution: AnsweredResolved because the question asked by the original author has been answered.Resolved because the question asked by the original author has been answered.Status: Resolvedarea-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor Componentsquestion