Commit 01e23c5
erikras-dinesh-agent
Merge main - keep useSyncExternalStore implementation
Resolved conflicts by keeping the more robust useSyncExternalStore approach over the useState approach that was merged to main in #1060 and #1061.
This implementation:
- Prevents tearing in React 18 concurrent mode
- Handles race conditions during mount
- Works correctly with Suspense/concurrent features
- Proper SSR hydration support
All 139 tests passing.0 file changed
0 commit comments