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
The type for the keyring deserialize and serialize methods wrongly state that the full keyring state is expected. The deserialize method should accept the serialized state, which is not the same as the keyring state. We should update these methods to expect unknown as the state type.
The text was updated successfully, but these errors were encountered:
The type for the keyring
deserialize
andserialize
methods wrongly state that the full keyring state is expected. The deserialize method should accept the serialized state, which is not the same as the keyring state. We should update these methods to expectunknown
as the state type.The text was updated successfully, but these errors were encountered: