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
When getting the state using getElementState(element.memoizedState)here in the source code, it seems like only the first useState value is considered instead of gathering all values of useState calls together into an array using the next field on the memoizedState object which when not null, holds the value of the next useState call
The text was updated successfully, but these errors were encountered:
When getting the state using
getElementState(element.memoizedState)
here in the source code, it seems like only the first useState value is considered instead of gathering all values of useState calls together into an array using thenext
field on thememoizedState
object which when notnull
, holds the value of the nextuseState
callThe text was updated successfully, but these errors were encountered: