Files
actual/upcoming-release-notes/3729.md
Joel Jeremy Marquez e53d444c32 Fix loading of mobile/desktop page on window resize (#3729)
* Fix loading of mobile/desktop page on window resize

* Release notes

* Fix lint

* Use useWindowSize since it matches behavior of documentElement clientWidth and clientHeight

* Debounce so that components are only reloaded when user finishes the resize

* Adjust debounce delay
2024-11-05 15:38:03 -08:00

157 B

category, authors
category authors
Bugfix
joel-jeremy

Fix mobile/desktop views not change when window is resized (e.g. from portrait to landscape and vice versa)