[wp-trac] [WordPress Trac] #61324: React: Upgrade to the new JSX transform
WordPress Trac
noreply at wordpress.org
Mon Jul 22 10:00:24 UTC 2024
#61324: React: Upgrade to the new JSX transform
---------------------------------------+-------------------------
Reporter: youknowriad | Owner: ellatrix
Type: enhancement | Status: closed
Priority: normal | Milestone: 6.6
Component: Build/Test Tools | Version:
Severity: normal | Resolution: fixed
Keywords: gutenberg-merge has-patch | Focuses: javascript
---------------------------------------+-------------------------
Comment (by youknowriad):
In [changeset:"58775" 58775]:
{{{
#!CommitTicketReference repository="" revision="58775"
Build Tools: Use umd builds provided by React instead of bundling our own
builds.
We tried moving away from the deprecated React UMD builds previously,
the problem we faced is that there's a warning that is triggered on the
console because we're not using a separate impact for `createRoot`.
This warning has been removed in React 19 along with the removal of the
UMD builds, so we should be able to revert this commit when we upgrade to
React 19 but for now, we need to restore the usage of the umd builds.
Props mamaduka.
See #61324.
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/61324#comment:8>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list