Open tbusillo opened 8 months ago
Hi, we temporarily disabled this feature because GitHub had introduced some changes that completely broke it as well as the page (even when it's disabled). We haven't been able to make it work yet. To avoid misleading people, we will remove mention of it from our website until we add it back. Thanks for pointing this out.
Description
Environment (if bug)
It seems to be tied to a selector not being found/being null not being handled properly (transpiled code is along lines of
r=!t.classList.contains("Overlay--hidden")
, witht
beingnull
.The below errors are seen in console consistently:
Chrome
Firefox