dillon1000/react

Commit

Fix local react usage in DOM fixture (#32080)

The DOM fixture hasn't worked on local builds since the UMD support was
removed in https://github.com/facebook/react/pull/28735

Here we update the fixture to set the local experimental builds to
window. Some of the pages are still broken, such as hydration. But these
bugs exist on other versions as well and can be cleaned up separately.
Browse files
Changed paths5 files
First-parent comparison
M .github/workflows/runtime_build_and_test.yml ModifiedM fixtures/dom/package.json ModifiedM fixtures/dom/src/index.js ModifiedM fixtures/dom/src/react-loader.js ModifiedM fixtures/dom/yarn.lock Modified
Patch

Files changed

Rendering syntax-highlighted changes…