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
neither firefox nor chrome can complete the loading, for different reasons, but still; had to set cookies to extra-permissive to even get this far tbh
The text was updated successfully, but these errors were encountered:
I had the same problem!
Here's what I did:
Go to any of the component pages (e.g. https://c0bra.github.io/svelma/components/input)
Click Codesandbox
In package.json change
"svelte": "latest",
to
"svelte": "^3.0.0",
Save package.json (Ctrl+S)
In the Browser tab click the reload button (it doesn't seem to automatically reload)
Sorry, something went wrong.
fix(doc): fix Codesandbox examples
1070a1e
For some reason svelte does not work with "latest" in CodeSandbox. Using the latest v3 seems to work, however. Fixes c0bra#84
🎉 This issue has been resolved in version 0.3.3 🎉
The release is available on:
Your semantic-release bot 📦🚀
Successfully merging a pull request may close this issue.
neither firefox nor chrome can complete the loading, for different reasons, but still;
had to set cookies to extra-permissive to even get this far tbh
The text was updated successfully, but these errors were encountered: