Files
story-studio/remotion/node_modules/@remotion/bundler/react-shim.js
2026-02-21 10:33:18 +01:00

8 lines
135 B
JavaScript

import * as React from 'react';
if (typeof globalThis === 'undefined') {
window.React = React;
} else {
globalThis.React = React;
}