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
Every time the button is clicked HasState should display a new random value because they key of its parent div is random, and thus its identity should always change. This does not happen though.
Only by placing the random key in HasState directly do we get the expected behavior.
Proposed Actions
Debug and fix.
Work Items
No response
The text was updated successfully, but these errors were encountered:
Current Situation
Currently changing the key of a parent element does not cause the state of child components to get refreshed:
Every time the button is clicked
HasState
should display a new random value because they key of its parentdiv
is random, and thus its identity should always change. This does not happen though.Only by placing the random key in
HasState
directly do we get the expected behavior.Proposed Actions
Debug and fix.
Work Items
No response
The text was updated successfully, but these errors were encountered: