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
Is that code pure? A React doc says "each component should only “think for itself”, and not attempt to coordinate with or depend upon others during rendering.".
That code may be on "during rendering".
The text was updated successfully, but these errors were encountered:
jotai/src/react/useAtomValue.ts
Lines 136 to 140 in 6f7551c
Is that code pure?
A React doc says "each component should only “think for itself”, and not attempt to coordinate with or depend upon others during rendering.".
That code may be on "during rendering".
The text was updated successfully, but these errors were encountered: