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
docs: add missing client-only hooks to RSC audit checklist
Add useLayoutEffect, useInsertionEffect, useImperativeHandle, and
useSyncExternalStore to the React hooks list and the audit grep
checklist. These hooks are client-only and would fail at runtime
with "hook is not a function" in a mis-classified Server Component.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments