mirror of
https://github.com/facebook/react.git
synced 2026-02-24 04:33:04 +00:00
* Renamed "ReactDOM-fb" imports to "ReactDOM" in www shims * Removed ReactDOMComponentTree_DO_NOT_USE.js
16 lines
302 B
JavaScript
16 lines
302 B
JavaScript
/**
|
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
*
|
|
* This source code is licensed under the MIT license found in the
|
|
* LICENSE file in the root directory of this source tree.
|
|
*
|
|
* @flow
|
|
* @format
|
|
*/
|
|
|
|
'use strict';
|
|
|
|
const {findDOMNode} = require('ReactDOM');
|
|
|
|
module.exports = findDOMNode;
|