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
Hello,
I am getting an unexpected token error in your example. If I remove ":" and change it to "}" the app compiles but video will not load.
I tried all of the example files and switch loads the first video, but not any youtube videos.
Best, Yannick
The text was updated successfully, but these errors were encountered:
Is this an error from something like VSCode? It should work, I just verified locally.
The switch example has buttons for youtube and oceans, which seems to be working for me.
switch
Sorry, something went wrong.
hm I build with svelte so maybe it is an error from their side?
npm run build
[email protected] build vite build
vite v3.1.0 building for production...
✓ 8 modules transformed.
[vite-plugin-svelte]
/Users/.../src/routes/planksexplanation/+page.svelte:13:29 Expected }
error during build: ParseError: Expected } at error (file:///Users/yannick...node_modules/svelte/compiler.mjs:17746:19)
No branches or pull requests
Hello,
I am getting an unexpected token error in your example.
If I remove ":" and change it to "}" the app compiles but video will not load.
I tried all of the example files and switch loads the first video, but not any youtube videos.
Best,
Yannick
The text was updated successfully, but these errors were encountered: