liqvid icon indicating copy to clipboard operation
liqvid copied to clipboard

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

Open ashraf2047 opened this issue 2 years ago • 0 comments

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)

ashraf2047 avatar Oct 11 '22 03:10 ashraf2047