chore: Add react compiler workaround (#4227)

This commit is contained in:
Olivier Bouillet
2024-10-10 07:24:11 +02:00
committed by GitHub
parent 2c19a4770d
commit 4c9db2845b

View File

@@ -2,4 +2,5 @@ import Video from './Video';
export {VideoDecoderProperties} from './VideoDecoderProperties';
export * from './types';
export type {VideoRef} from './Video';
export {Video};
export default Video;