The error with Plyr #2790
andrey-sylka
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, cant find similar issue in internet but i have got this error
And it is happened only on Mac. On Windows computer all works fine
We are try to use Plyr with svelte
and problem with the import
import Plyr from "plyr";
we install plyr as npm package
It can be fixed with lazy loading, for example import it in onMount, to be sure that it runs in browser. but it is weird that it works differently on Mac and Windows
Thank you in advance if someone can help with any ideas...
Beta Was this translation helpful? Give feedback.
All reactions