remotion 4.0.164 → 4.0.166
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.
|
@@ -226,7 +226,8 @@ const ResolveCompositionConfig = ({ children }) => {
|
|
|
226
226
|
return;
|
|
227
227
|
}
|
|
228
228
|
window.dispatchEvent(new CustomEvent('remotion.propsUpdatedExternally'));
|
|
229
|
-
|
|
229
|
+
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
230
|
+
}, [fastRefreshes]);
|
|
230
231
|
(0, react_1.useEffect)(() => {
|
|
231
232
|
var _a, _b, _c, _d, _e;
|
|
232
233
|
if (renderModalComposition && !isTheSame) {
|
package/dist/cjs/version.d.ts
CHANGED
package/dist/cjs/version.js
CHANGED
package/dist/esm/index.mjs
CHANGED
|
@@ -138,7 +138,7 @@ function truthy(value) {
|
|
|
138
138
|
}
|
|
139
139
|
|
|
140
140
|
// src/version.ts
|
|
141
|
-
var VERSION = "4.0.
|
|
141
|
+
var VERSION = "4.0.166";
|
|
142
142
|
|
|
143
143
|
// src/multiple-versions-warning.ts
|
|
144
144
|
var checkMultipleRemotionVersions = () => {
|
|
@@ -945,7 +945,7 @@ var ResolveCompositionConfig = ({ children }) => {
|
|
|
945
945
|
return;
|
|
946
946
|
}
|
|
947
947
|
window.dispatchEvent(new CustomEvent("remotion.propsUpdatedExternally"));
|
|
948
|
-
}, [fastRefreshes
|
|
948
|
+
}, [fastRefreshes]);
|
|
949
949
|
useEffect4(() => {
|
|
950
950
|
if (renderModalComposition && !isTheSame) {
|
|
951
951
|
const combinedProps = {
|
package/dist/esm/version.mjs
CHANGED