liqvid
liqvid copied to clipboard
[BUG] Can't import the named export 'Children' from non EcmaScript module (only default export is available)
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)