@remotion/bundler 3.2.30 → 3.2.32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/renderEntry.js +1 -1
- package/package.json +4 -4
package/dist/renderEntry.js
CHANGED
|
@@ -95,7 +95,7 @@ let cleanupVideoContainer = () => {
|
|
|
95
95
|
let cleanupExplainerContainer = () => {
|
|
96
96
|
explainerContainer.innerHTML = '';
|
|
97
97
|
};
|
|
98
|
-
const waitForRootHandle = (0, remotion_1.delayRender)('Loading root component');
|
|
98
|
+
const waitForRootHandle = (0, remotion_1.delayRender)('Loading root component - See https://remotion.dev/docs/troubleshooting/loading-root-component if you experience a timeout');
|
|
99
99
|
const WaitForRoot = () => {
|
|
100
100
|
const [Root, setRoot] = (0, react_1.useState)(() => remotion_1.Internals.getRoot());
|
|
101
101
|
(0, react_1.useEffect)(() => {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@remotion/bundler",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.32",
|
|
4
4
|
"description": "Bundler for Remotion",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"css-loader": "5.2.7",
|
|
27
27
|
"esbuild": "0.14.19",
|
|
28
28
|
"react-refresh": "0.9.0",
|
|
29
|
-
"remotion": "3.2.
|
|
29
|
+
"remotion": "3.2.32",
|
|
30
30
|
"style-loader": "2.0.0",
|
|
31
31
|
"webpack": "5.74.0"
|
|
32
32
|
},
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"react": "^18.0.0",
|
|
52
52
|
"react-dom": "^18.0.0",
|
|
53
53
|
"typescript": "^4.7.0",
|
|
54
|
-
"vitest": "
|
|
54
|
+
"vitest": "0.18.0"
|
|
55
55
|
},
|
|
56
56
|
"keywords": [
|
|
57
57
|
"remotion",
|
|
@@ -64,5 +64,5 @@
|
|
|
64
64
|
"publishConfig": {
|
|
65
65
|
"access": "public"
|
|
66
66
|
},
|
|
67
|
-
"gitHead": "
|
|
67
|
+
"gitHead": "4f7ab3637405d140041f898f95f78c99943d1b40"
|
|
68
68
|
}
|