Files
react/scripts/rollup/shims/facebook-www/renderSubtreeIntoContainer.js
2018-04-10 16:53:36 +01:00

13 lines
304 B
JavaScript

/**
* Copyright (c) 2013-present, Facebook, Inc.
*
* 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-fb');
module.exports = ReactDOM.unstable_renderSubtreeIntoContainer;