Problemunvalidated
In the Next.js app, the `wordGroups` state update works in `npm run dev` but does not trigger in production after `npm run build` and `npm run start`, so dependent `useEffect` hooks never run.
d7a9b3c9-5394-478c-a2f6-cbbdd0c6261b
In the Next.js app, the wordGroups state update works in npm run dev but does not trigger in production after npm run build and npm run start, so dependent useEffect hooks never run.