Skip to content

remove backticks in NativeDOM.cpp#57573

Open
etodanik wants to merge 1 commit into
react:mainfrom
etodanik:patch-2
Open

remove backticks in NativeDOM.cpp#57573
etodanik wants to merge 1 commit into
react:mainfrom
etodanik:patch-2

Conversation

@etodanik

Copy link
Copy Markdown
Contributor

MSVC is highly allergic to backticks in #pragma and will panic with error C2018: unknown character '0x60'

Summary:

I'm currently preparing my React Native for Unreal Engine OOT platform, and as part of that I'm compiling with MSVC. MSVC doesn't tolerate the backticks here.

Changelog:

[GENERAL] [FIXED] - fixed MSVC compilation of NativeDOM.cpp by removing backticks

Test Plan:

Check that MSVC no longer complains about backticks

MSVC is highly allergic to backticks in #pragma and will panic with error C2018: unknown character '0x60'
@meta-cla meta-cla Bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Jul 16, 2026
@etodanik

Copy link
Copy Markdown
Contributor Author

Pinging some latest maintainers of this file to hopefully get this little fix in
@rubennorte @christophpurrer @sammy-SC

@facebook-github-tools facebook-github-tools Bot added the Shared with Meta Applied via automation to indicate that an Issue or Pull Request has been shared with the team. label Jul 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. Shared with Meta Applied via automation to indicate that an Issue or Pull Request has been shared with the team.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant