init commit
This commit is contained in:
7
remotion/node_modules/@remotion/bundler/react-shim.js
generated
vendored
Normal file
7
remotion/node_modules/@remotion/bundler/react-shim.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import * as React from 'react';
|
||||
|
||||
if (typeof globalThis === 'undefined') {
|
||||
window.React = React;
|
||||
} else {
|
||||
globalThis.React = React;
|
||||
}
|
||||
Reference in New Issue
Block a user