Skip to content

Commit

Permalink
Remove checkReact (facebook#21132)
Browse files Browse the repository at this point in the history
I don't know what this is useful for but I suspect it was only useful at
FB and is not applicable to ES modules at FB nor elsewhere.
  • Loading branch information
sebmarkbage authored and koto committed Jun 15, 2021
1 parent 1e7187b commit 55ad209
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
1 change: 0 additions & 1 deletion packages/react-dom/src/client/ReactDOM.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
import type {ReactNodeList} from 'shared/ReactTypes';
import type {Container} from './ReactDOMHostConfig';

import '../shared/checkReact';
import {
findDOMNode,
render,
Expand Down
17 changes: 0 additions & 17 deletions packages/react-dom/src/shared/checkReact.js

This file was deleted.

0 comments on commit 55ad209

Please sign in to comment.