remotion 4.0.0-fastlambda.6 → 4.0.0-fastlambda.9

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.
@@ -1,4 +1,4 @@
1
- remotion:build: cache hit, replaying output 977659a5ad5e4b07
1
+ remotion:build: cache hit, replaying output 4a4ef92a893fde14
2
2
  remotion:build: 
3
3
  remotion:build: > remotion@3.0.7 build /Users/jonathanburger/remotion/packages/core
4
4
  remotion:build: > tsc -d
package/dist/Img.js CHANGED
@@ -26,9 +26,10 @@ const ImgRefForwarding = ({ onLoad, onError, ...props }, ref) => {
26
26
  }
27
27
  }, [handle, onError]);
28
28
  (0, react_1.useEffect)(() => {
29
+ console.log('mounting', props.src);
29
30
  return () => {
30
31
  (0, delay_render_1.continueRender)(handle);
31
- console.log('unmounting');
32
+ console.log('unmounting', props.src);
32
33
  };
33
34
  }, []);
34
35
  return (0, jsx_runtime_1.jsx)("img", { ...props, ref: ref, onLoad: didLoad, onError: didGetError }, void 0);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "remotion",
3
- "version": "4.0.0-fastlambda.6+3b694d162",
3
+ "version": "4.0.0-fastlambda.9+8c78f400e",
4
4
  "description": "Render videos in React",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -55,5 +55,5 @@
55
55
  "publishConfig": {
56
56
  "access": "public"
57
57
  },
58
- "gitHead": "3b694d16238f7ecf4056bcca4435489dae534aa6"
58
+ "gitHead": "8c78f400e8fd0f5038b1874d8884f58cbacf966b"
59
59
  }