-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Description
🐛 bug report
Description of the problem
On page load, the app has issues on rendering my demo by not running the js code as expected, sometimes rendering a 'undefined' instead of html.
I'm using a library called jails-js that I built myself, and that lib works on several environments and browsers, but not on codesandbox browser tab.
I suspected that was something related to that lib I wrote, but if I click on "Open in New Window" option, the application runs just as expected, so I guess it might be something related to the browser iframe tab. Or I had to wait for the entire page load and then remove any url hash parameters and hit enter again in the location bar on browser tab so I can see the application working as expected.
How has this issue affected you? What are you trying to accomplish?
I wanted to use codesandbox as the official repo for all screencasts and demos codes for my project but I can't right now.
Link to sandbox: https://codesandbox.io/s/2v3815oorj
Your Environment
| Software | Name/Version |
|---|---|
| Сodesandbox | N/A |
| Browser | Chrome Version 80.0.3987.132 (Official Build) (64-bit) |
| Operating System | Mac OS Mojave |