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
Currently, updating any child component state can result in AssertionError: state mismatch during component update - key '61e47127-9d3f-4954-8235-4d99122134c1'!=4
This can be previewed within Conreq's app store branch.
Proposed Actions
Update layout.py to not cause this exception.
Work Items
Develop a fix for state mismatch
Release 0.35.5 to resolve this
The text was updated successfully, but these errors were encountered:
Current Situation
Currently, updating any child component state can result in
AssertionError: state mismatch during component update - key '61e47127-9d3f-4954-8235-4d99122134c1'!=4
This can be previewed within Conreq's app store branch.
Proposed Actions
Update
layout.py
to not cause this exception.Work Items
The text was updated successfully, but these errors were encountered: