deckgo/deckdeckgo

code samples not visible until reloaded

calendee opened this issue · 3 comments

Documentation Feedback

When viewing the documentation at the link below, the code samples don't display the code.

After refreshing the page, the code displays.

Affected Browsers: Safari, Safari Developer Preview, Opera, Firefox, Firefox Developer Edition

deckdeckgo-docs-missing-code

Affected documentation page: https://docs.deckdeckgo.com/docs/#app-introduction-starting-a-new-presentation

Thanks for the issue @calendee !

Probably due to the language bash I had set to the examples. I should check what's wrong there...

It has to do with the download of extra languages but, I was not able to reproduce / debug the issue.

When I try locally, everything went fine. I am guessing there is a race condition between attaching DOM elements and fetching extra script. That or an issue with Service Worker.

The documentation has been moved from a custom made app to Storybook, therefore this issue should no longer exists.
That's why I close the issue. Thx again for reporting it!