Skip to content

Commit

Permalink
remove unstable_renderSubtreeIntoContainer
Browse files Browse the repository at this point in the history
This is finally no longer used and can be deleted.
  • Loading branch information
kassens committed Jun 5, 2024
1 parent eb259b5 commit c9d7d92
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 c9d7d92

Please sign in to comment.