feat(site): remove unnecessary hydration workarounds

This commit is contained in:
Darius Cepulis
2025-10-30 00:39:39 -05:00
parent 8f2a2c100b
commit 476fabf7aa
9 changed files with 45 additions and 49 deletions
@@ -24,7 +24,7 @@ import { TabsRoot, TabsPanel } from '@/components/Tabs';
## Example
<FrameworkCase frameworks={["react"]}>
<FrameworkCase frameworks={["react"]} withHydrationWorkaround>
<TabsRoot
aria-label="React implementation"
titles={{ component: 'Component', css: 'CSS Module' }}
@@ -42,7 +42,7 @@ import { TabsRoot, TabsPanel } from '@/components/Tabs';
</TabsRoot>
</FrameworkCase>
<FrameworkCase frameworks={["html"]}>
<FrameworkCase frameworks={["html"]} withHydrationWorkaround>
<TabsRoot
aria-label="HTML implementation"
titles={{ html: 'HTML', css: 'CSS', javascript: 'JS' }}