You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe what's incorrect/missing in the documentation
Clicking on any subheader in a documentation page makes the whole page go blank. This problem goes away if I refresh or hit 'back'. I've confirmed through the DevTools that the elements themselves are actually disappearing, this is not just a visual rendering bug.
Hm - I wonder if this is locally cached assets? I was just able to reproduce too, which surprised me because the website should be on 7.1.3 (the bug was introduced in 7.1.4 and fixed in 7.1.5). I did a full cache clear in Chrome and reloaded and now I can't reproduce.
@elldritch If this is still happening for you, could you look at the network tab and let me know the files you're seeing loaded? For example:
Then inside the "chunk" file towards the top of the network tab, you could look for the react router version comment:
Please let me know what you are seeing and if a full cache clear fixes it for you. I usually do this by loading the site, then going to Dev Tools > Application Tab > Storage > Clear Site Data but it may also work with just a Shift-F5 reload.
If this is happening for you on 7.1.3 or 7.1.5 then we would have a separate bug to look into, but if you have a 7.1.4 cached version then that would explain it. I'll look into our caching setup there too
Describe what's incorrect/missing in the documentation
Clicking on any subheader in a documentation page makes the whole page go blank. This problem goes away if I refresh or hit 'back'. I've confirmed through the DevTools that the elements themselves are actually disappearing, this is not just a visual rendering bug.
To reproduce:
Here's a loom of it happening to me: https://www.loom.com/share/519300e538934fb595dcf2ca821b7787?sid=2c92f9c3-b673-47da-9098-2712a8586835
I am running Chrome 132 on Arch Linux.
The text was updated successfully, but these errors were encountered: