Skip to content

Commit 0e2c9e7

Browse files
committed
react
1 parent 11f7dc5 commit 0e2c9e7

File tree

4 files changed

+25
-3
lines changed

4 files changed

+25
-3
lines changed

src/redturtle/reactbundle/browser/static/dist/react.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/redturtle/reactbundle/browser/static/dist/react.min.js.LICENSE.txt

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
/**
2+
* @license React
3+
* react-dom-client.production.js
4+
*
5+
* Copyright (c) Meta Platforms, Inc. and affiliates.
6+
*
7+
* This source code is licensed under the MIT license found in the
8+
* LICENSE file in the root directory of this source tree.
9+
*/
10+
111
/**
212
* @license React
313
* react-dom.production.js
@@ -17,3 +27,13 @@
1727
* This source code is licensed under the MIT license found in the
1828
* LICENSE file in the root directory of this source tree.
1929
*/
30+
31+
/**
32+
* @license React
33+
* scheduler.production.js
34+
*
35+
* Copyright (c) Meta Platforms, Inc. and affiliates.
36+
*
37+
* This source code is licensed under the MIT license found in the
38+
* LICENSE file in the root directory of this source tree.
39+
*/

src/redturtle/reactbundle/browser/static/dist/react.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
import React from 'react';
2-
import ReactDOM from 'react-dom';
2+
//import ReactDOM from 'react-dom';
3+
import * as ReactDOM from 'react-dom/client';
4+
35

46
window.React = React;
57
window.ReactDOM = ReactDOM;

0 commit comments

Comments
 (0)