diff --git a/docs/site/app/(no-sidebar)/graphics/effortless.tsx b/docs/site/app/(no-sidebar)/graphics/effortless.tsx index 8064aa8f7e7ac..bd967ab31a776 100644 --- a/docs/site/app/(no-sidebar)/graphics/effortless.tsx +++ b/docs/site/app/(no-sidebar)/graphics/effortless.tsx @@ -13,7 +13,7 @@ export const EffortlessGraphic = () => { setMounted(true); }, []); - if (!mounted) return null; + if (!mounted) return
; if (resolvedTheme === "dark") { return ; diff --git a/docs/site/app/(no-sidebar)/graphics/providers.tsx b/docs/site/app/(no-sidebar)/graphics/providers.tsx index 70afc5054ce59..4e7c1e2c19e89 100644 --- a/docs/site/app/(no-sidebar)/graphics/providers.tsx +++ b/docs/site/app/(no-sidebar)/graphics/providers.tsx @@ -12,7 +12,7 @@ export const CiProviders = () => { setMounted(true); }, []); - if (!mounted) return null; + if (!mounted) return
; if (resolvedTheme === "dark") { return ; diff --git a/docs/site/app/(no-sidebar)/graphics/remote-caching.tsx b/docs/site/app/(no-sidebar)/graphics/remote-caching.tsx index 86048939f7905..2962b01afc652 100644 --- a/docs/site/app/(no-sidebar)/graphics/remote-caching.tsx +++ b/docs/site/app/(no-sidebar)/graphics/remote-caching.tsx @@ -13,7 +13,7 @@ export const RemoteCachingGraphic = () => { setMounted(true); }, []); - if (!mounted) return null; + if (!mounted) return
; if (resolvedTheme === "dark") { return ; @@ -25,7 +25,7 @@ const RemoteCachingDark = () => { return (