@samitouri / QOS-React / commits / eb33bd7477

Remove renderSubtreeIntoContainer_DO_NOT_USE (#28526)

Since D54648741 we no longer need this shim. NOTE: There is still some work left to remove the `unstable_renderSubtreeIntoContainer` export.

Jan Kassens committed Mar 12, 2024 at 11:31 UTC eb33bd74779df6e91c54a47e8f07b22b72a073c7
1 file changed -12
scripts/rollup/shims/facebook-www/renderSubtreeIntoContainer_DO_NOT_USE.js deleted
-12
@@ -1,12 +0,0 @@
1 -/**
2 - * Copyright (c) Meta Platforms, Inc. and affiliates.
3 - *
4 - * This source code is licensed under the MIT license found in the
5 - * LICENSE file in the root directory of this source tree.
6 - */
7 -
8 -'use strict';
9 -
10 -const ReactDOM = require('ReactDOM');
11 -
12 -module.exports = ReactDOM.unstable_renderSubtreeIntoContainer;