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
When most viewed galleries request made from the client, is failed, we are returning null. But before the fetch call is made we have already placed a Placeholder section with a height quite near the resulting component. So returning null is going to remove the Placeholder hence causing layout shift.
We need to handle the error differently to ovoid this layout shift.