-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Some demos don't work on CodeSandBox #1216
Comments
Hi, I have encountered the same "bug" but it's more like codesandbox issue and in my case I just had to disable adblock 😃 Try it |
No, was not enough for me. |
Oh I found the difference. The examples you linked do not have {
"infiniteLoopProtection": true,
"hardReloadOnChange": false,
"view": "browser",
"template": "create-react-app"
} And then you have to refresh the page (this was important for me, because codesandbox did not reload project without this). Despite this temporary fix, I think these examples should be fixed and proper configuration files should be added. |
That did it for me! |
Codesandbox config file has been added in every example. Thanks for your contribution ! |
Could you please check these demos. They show a error about the bundled js file
Unfortunately I don't know how to fix this and the demos are very very helful.
https://codesandbox.io/s/github/jacomyal/sigma.js/tree/main/examples/events
https://codesandbox.io/s/github/jacomyal/sigma.js/tree/main/examples/mouse-manipulations
The text was updated successfully, but these errors were encountered: