@remotion/player
Advanced tools
Comparing version 4.0.258 to 4.0.259
@@ -46,3 +46,6 @@ "use strict"; | ||
(0, react_1.useState)(() => (0, use_remotion_license_acknowledge_js_1.acknowledgeRemotionLicenseMessage)(Boolean(acknowledgeRemotionLicense), logLevel)); | ||
const component = remotion_1.Internals.useLazyComponent(componentProps); | ||
const component = remotion_1.Internals.useLazyComponent({ | ||
compProps: componentProps, | ||
componentName: 'Player', | ||
}); | ||
(0, validate_initial_frame_js_1.validateInitialFrame)({ initialFrame, durationInFrames }); | ||
@@ -49,0 +52,0 @@ const [frame, setFrame] = (0, react_1.useState)(() => ({ |
@@ -42,3 +42,6 @@ "use strict"; | ||
(0, react_1.useImperativeHandle)(ref, () => rootRef.current, []); | ||
const Component = remotion_1.Internals.useLazyComponent(componentProps); | ||
const Component = remotion_1.Internals.useLazyComponent({ | ||
compProps: componentProps, | ||
componentName: 'Thumbnail', | ||
}); | ||
const [emitter] = (0, react_1.useState)(() => new event_emitter_js_1.ThumbnailEmitter()); | ||
@@ -45,0 +48,0 @@ const passedInputProps = (0, react_1.useMemo)(() => { |
@@ -6,3 +6,3 @@ { | ||
"name": "@remotion/player", | ||
"version": "4.0.258", | ||
"version": "4.0.259", | ||
"description": "React component for embedding a Remotion preview into your app", | ||
@@ -32,3 +32,3 @@ "main": "dist/cjs/index.js", | ||
"dependencies": { | ||
"remotion": "4.0.258" | ||
"remotion": "4.0.259" | ||
}, | ||
@@ -48,3 +48,3 @@ "peerDependencies": { | ||
"eslint": "9.14.0", | ||
"@remotion/eslint-config-internal": "4.0.258" | ||
"@remotion/eslint-config-internal": "4.0.259" | ||
}, | ||
@@ -51,0 +51,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
507529
11167
+ Addedremotion@4.0.259(transitive)
- Removedremotion@4.0.258(transitive)
Updatedremotion@4.0.259