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
These are known and will NOT be fixed, as they would require substantial complexity changes and are automatically fixed by virtue of updating to React v18 (when that goes stable).
usePaginationFragment
The new variables and the loading status changes are already batched, but the new data coming from the useFragment hook comes in a separate update.
(NOTE: I did get rid of the needless addition of id: undefined, but it does not cause any additional renders, just debugging noise.)
React v17
React v18
The text was updated successfully, but these errors were encountered:
These are known and will NOT be fixed, as they would require substantial complexity changes and are automatically fixed by virtue of updating to React v18 (when that goes stable).
usePaginationFragment
The new variables and the loading status changes are already batched, but the new data coming from the
useFragment
hook comes in a separate update.(NOTE: I did get rid of the needless addition of
id: undefined
, but it does not cause any additional renders, just debugging noise.)React v17
React v18
The text was updated successfully, but these errors were encountered: