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.
This commit is contained in:
Jan Kassens
2024-03-12 11:31:34 -04:00
committed by GitHub
parent 89021fb4ec
commit eb33bd7477

View File

@@ -1,12 +0,0 @@
/**
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
'use strict';
const ReactDOM = require('ReactDOM');
module.exports = ReactDOM.unstable_renderSubtreeIntoContainer;