We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm struggling to get this to work with SvelteKit. Would be great to support it if possible.
The text was updated successfully, but these errors were encountered:
Not sure what the problem is, but we updated reactPlayer to the latest version in v1.4.0 – maybe that fixes it for you?
Sorry, something went wrong.
I've tried again and found that adding /src to the import works: import { Player } from "svelte-react-player/src"; This is the first time I've had to do that for a package so not sure what the issue would be. Reference: https://stackoverflow.com/questions/64957437/external-dependencies-not-working-in-nav-svelte
import { Player } from "svelte-react-player/src";
No branches or pull requests
I'm struggling to get this to work with SvelteKit. Would be great to support it if possible.
The text was updated successfully, but these errors were encountered: