fix(ui): sidebar categories hydration mismatch #45

Merged
barrettruth merged 1 commit from fix/sidebar-hydration into main 2026-03-23 20:23:16 +00:00
barrettruth commented 2026-03-23 20:23:14 +00:00

Problem

SidebarGroupLabel with custom children (span + button) caused hydration mismatch — component merges className internally producing different HTML on server vs client.

Solution

Replace with a plain div matching the label's styles directly.

## Problem `SidebarGroupLabel` with custom children (span + button) caused hydration mismatch — component merges `className` internally producing different HTML on server vs client. ## Solution Replace with a plain `div` matching the label's styles directly.
Sign in to join this conversation.
No description provided.