-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Playing around with this lib and encountered the following error for what looks like a simple setup.
The requested module '/node_modules/dashjs/dist/dash.all.debug.js?v=f211ddad' does not provide an export named 'default'
My imports
import { SolidPlyr } from 'solid-plyr';
import { SourceInfo } from 'plyr';
JSX
<SolidPlyr source={currentSolidPlyrObjectURL()!} />
And finally currentSolidPlyrObjectURL is set to
let si: SourceInfo = {
type: 'video',
sources: [{
src: videoObjectURL,
type: 'video/mp4',
size: 720,
}
]
};
setCurrentSolidPlyrObjectURL(si);
misogihagi
Metadata
Metadata
Assignees
Labels
No labels