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, there are three status for a State, RESOLVED, PENDING, REJECTED. We use REJECTED with meta.unitialized to identify a not initialized state. It's enough most of the time but it does not seems right. I wonder if we could find a better way to handle a specific path without value.
The text was updated successfully, but these errors were encountered:
Currently, there are three status for a
State
,RESOLVED
,PENDING
,REJECTED
. We useREJECTED
withmeta.unitialized
to identify a not initialized state. It's enough most of the time but it does not seems right. I wonder if we could find a better way to handle a specific path without value.The text was updated successfully, but these errors were encountered: