Skip to content

Commit ec751c6

Browse files
committed
Remove HydrateFallback from root
Remove HydrateFallback from root to prevent the root loaders from holding back page specific skeleton loaders
1 parent c6fd4d2 commit ec751c6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

apps/cyberstorm-remix/app/root.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -182,10 +182,6 @@ export function shouldRevalidate({
182182

183183
clientLoader.hydrate = true;
184184

185-
export function HydrateFallback() {
186-
return <div style={{ padding: "32px" }}>Loading...</div>;
187-
}
188-
189185
const adContainerIds = ["right-column-1", "right-column-2", "right-column-3"];
190186

191187
export function Layout({ children }: { children: React.ReactNode }) {

0 commit comments

Comments
 (0)