Remove findDOMNode www shim (#25998)

This shim is no longer needed on www, in fact I had already deleted it
there and it's currently not on www. See D42503692 which is trying to
add it back as I didn't realize this file was synced from GitHub.
This commit is contained in:
Jan Kassens 2023-01-13 16:27:03 -05:00 committed by GitHub
parent 379dd741e9
commit 0e31dd028e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 15 deletions

View File

@ -1,15 +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.
*
* @flow
* @format
*/
'use strict';
const {findDOMNode} = require('ReactDOM');
module.exports = findDOMNode;