Leo
Leo
If you go to the /docker directory of the repository, you'll find a `dockerfile`. From there, you can run `docker build` to build out the docker image, and then run...
> it doesn't help me much.. Didn't see these, try `npm run build-docker` or `yarn build-docker`.
I have found a fix for this issue, at least for me. I was using a remote development environment, and Visual Studio Code only port-forwarded port 3000. For the vite-websocket,...
Ah, I see. I'll look into it! 😄
Dont think so, but there is a fork [here](https://github.com/skjnldsv/vue-plyr)
That would be amazing :D
Good to know that I'm not alone on that. I'll check if this can be reproduced on win 10.
Sure! Sorry, didnt look at this issue for a while 😅 Here, this is the full stacktrace, doubt its of much use tho... ``` Uncaught (in promise) TypeError: can't access...
Just updated vue, doesn't change anything. Here is a minimal reproduction of the issue: [](https://stackblitz.com/edit/vue-plyr-ref-reprod)
any updates on this?