Skip to content

Bug: ℗ is escaped as text #35026

@lfuelling

Description

@lfuelling

React version: 19.2.0

Steps To Reproduce

Put ℗ into any react component text, or use this minimal component:

const Test = () => { return (<>&copysr;</>); }

Link to example: https://codesandbox.io/p/devbox/snowy-tree-xwdkyk

The current behavior

The page shows the text "&copysr;"

The expected behavior

The page should show ℗

Current Workaround

Input &#8471; to get ℗.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Resolution: StaleAutomatically closed due to inactivityStatus: UnconfirmedA potential issue that we haven't yet confirmed as a bug

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions