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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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