Skip to content

Commit

Permalink
remove unstable_renderSubtreeIntoContainer (#29771)
Browse files Browse the repository at this point in the history
remove unstable_renderSubtreeIntoContainer

This is finally no longer used and can be deleted.
  • Loading branch information
kassens authored Jun 12, 2024
1 parent 62af6b2 commit 93826c8
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 429 deletions.
1 change: 0 additions & 1 deletion packages/react-dom/src/ReactDOMFB.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,5 @@ export {
render,
unstable_batchedUpdates,
findDOMNode,
unstable_renderSubtreeIntoContainer,
unmountComponentAtNode,
} from './client/ReactDOMRootFB';
353 changes: 0 additions & 353 deletions packages/react-dom/src/__tests__/renderSubtreeIntoContainer-test.js

This file was deleted.

Loading

0 comments on commit 93826c8

Please sign in to comment.