You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(label-group): guard all renderRoot.querySelector calls for SSR
During SSR, renderRoot exists but lacks querySelector as a method.
Optional chaining on the method call (`?.querySelector?.()`) handles
this. Also replace `@queryAssignedNodes` with a manually guarded
getter for the category slot.
Assisted-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments