hey there ๐
i've just tried to defer the data i'm returning from a loader to be able to fallback to a skeleton while the data is being loaded.
however, it seems like i'm missing something, because the fallback is never being rendered. i've already tried to throttle my network connection and still nothing.
here is the route file: https://github.com/ubmit/fuzzy-movie/blob/44f0f8771a8ac827c537033c9c15a9eb0e941e2d/app/routes/_index.tsx#L97
thanks!