1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript19,428 stars (19,428 stars)1,151 forks (1,151 forks)batch import
help wantednative
- Issue 種別
- bug
- 調査方針
- Investigate the Recoil effects UNSTABLE API and its interaction with Next.js server side rendering hydration warnings. Look at the Recoil source code, particularly the effects implementation in the core module (e.g., packages/recoil/core/effects.js). Check if there are any known issues or documentation about effects and hydration. The bug report lacks a minimal reproduction, so a good first step would be to create a simple Next.js app using effects UNSTABLE to reproduce the warning and then identify the root cause.