Open yunho1017 opened 6 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
react-hot-toast | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | May 22, 2024 8:26am |
@yunho1017 is attempting to deploy a commit to the analytics-billing-vtest314 Team on Vercel.
A member of the Team first needs to authorize it.
As-is
useStore Hook is adding a listener in useEffect to update state.
To-be
Changed to use useSyncExternalStore. After react18, ConcurrentFeature can cause a Tearing problem in the External Store. UseSyncExternalStore to fix this problem.