Skip to content
New issue

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

codesandbox example isnt working #84

Closed
ghost opened this issue Jan 16, 2021 · 2 comments · Fixed by #85
Closed

codesandbox example isnt working #84

ghost opened this issue Jan 16, 2021 · 2 comments · Fixed by #85
Labels

Comments

@ghost
Copy link

ghost commented Jan 16, 2021

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

svelma-firefox

svelma-chrome

@bmaupin
Copy link
Contributor

bmaupin commented Jan 22, 2021

I had the same problem!

Here's what I did:

  1. Go to any of the component pages (e.g. https://c0bra.github.io/svelma/components/input)

  2. Click Codesandbox

  3. In package.json change

    "svelte": "latest",

    to

    "svelte": "^3.0.0",
  4. Save package.json (Ctrl+S)

  5. In the Browser tab click the reload button (it doesn't seem to automatically reload)

bmaupin added a commit to bmaupin/svelma that referenced this issue Jan 22, 2021
For some reason svelte does not work with "latest" in CodeSandbox. Using the latest v3 seems to work, however.

Fixes c0bra#84
@c0bra
Copy link
Owner

c0bra commented Apr 6, 2021

🎉 This issue has been resolved in version 0.3.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

@c0bra c0bra added the released label Apr 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants