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(examples): deduplicate React in Next.js monorepo example
Add webpack alias to resolve react/react-dom from the app's own
node_modules, preventing the "invalid hook call" error caused by
two different React copies in the pnpm workspace.
0 commit comments