Skip to content

Strange unicode characters added to DOM #56069

@divvjson

Description

@divvjson

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 &#xFEFF

hmm

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

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions