Open arkadyp opened 9 years ago
Hi @arkadyp do you have links for the ones that appear to be broken?
Thanks for the comments!
If you like, you can create a new JS Bin and under Share
, copy the Snapshot
link and do a PR pointing to the new JS Bin. :)
One example is the bin for React Props. I'm going through the tutorial now and would be more than happy to put together a PR with the other examples I find.
That would be great!
However, in that example, I do see a the content div.
But I do see that by default this JS Bin has Auto-run JS
unchecked, so they would be blank until you hit Run with JS
. Maybe they could be set to Auto-run JS
by default or make a note about it.
I think that the issue that I was encountering is some kind of caching bug, and not an problem with the JS Bin content as I originally thought. Whenever I click on the link I posted above I'm also seeing the full html
but when I was clicking on the same link from within the guide I was seeing this:
Not totally sure what's going on there but I think that it makes sense to close this issue for the time being. Thanks for the quick response!
I've ran into this issue as well... yeah it's a very weird bug! I'll definitely make a note about it in my next update.
Thanks for putting together this great tutorial! I noticed that the JS Bins seem to be missing
<div id='content'></div>
inside of the html. As such, all the examples start out blank until thatdiv
is added. I'd put together a pull request to try to help resolve this issue, but that isn't possible since the JS Bins' source isn't in the repo.