dillon1000/react
Commit
Browse files Move type DOMContainer to HostConfig (#18112)
Exports from ReactDOM represents React's public API. This include types exported by React. At some point we'll start building Flow types from these files. The duplicate name between DOMContainer and Container seems confusing too since it was used in the same files even though they're the same.
Changed paths5 files
First-parent comparisonpackages/react-dom/src/client/ReactDOM.js ModifiedM packages/react-dom/src/client/ReactDOMHostConfig.js ModifiedM packages/react-dom/src/client/ReactDOMLegacy.js ModifiedM packages/react-dom/src/client/ReactDOMRoot.js ModifiedM packages/react-dom/src/events/ReactDOMEventReplaying.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…