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
Fix Download page re-rendering and preload builds from API
The `useSWR` API was being used incorrectly which broke preloading and would trigger the preloader animation to happen a lot more than necessary. In addition to that, we were also missing the opportunity to preload the builds JSON from the API.
0 commit comments