liqvidjs / liqvid

Library for interactive videos in React
https://liqvidjs.org
MIT License
754 stars 39 forks source link

[BUG] Can't import the named export 'Children' from non EcmaScript module (only default export is available) #30

Open ashraf2047 opened 1 year ago

ashraf2047 commented 1 year ago

I installed liqvid via npm and tried importing the components like so:

import { Player, Script } from "liqvid";

After compiling, this is result from the console:

Can't import the named export 'Children' from non EcmaScript module (only default export is available)