IRL.DEV
IRL.DEV copied to clipboard
DOM nodes disappearing on desktop viewport
A rather obscure bug that may be caused by something related to gatsby preloading.
To reproduce:
- Go to https://irl.dev. Make sure you are using Chrome (may be also valid for other Blink browsers) and a desktop viewport.
- Click on the first button
- Click on the second button
- Scroll up
This does not occur when you use the direct link. Nodes are still there and can be inspected with DevTools. I could not figure out the exact breakpoint, but for me it breaks at around 845px window width. Resizing the window makes it normal again.
OS/Browser:
Chromium 75.0.3770.90 (Official Build) snap, Debian 10 Also tested on latest Chrome, Windows 7. Does not occur in Firefox.
Long time. Cannot reproduce the issue anymore. Hopefully it's resolved