dillon1000/react
Commit
Browse files 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.
Changed paths5 files
First-parent comparison.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 ModifiedPatch
Files changed
Rendering syntax-highlighted changes…