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
This isn't intuitive (to me at least). In the above code StateUpdate can quite easily be replaced by Update.
This isn't a big issue but I wonder if StateUpdate is required. It's only usage within the ‘main’ branch is for tests. However it may be used in other branches or repositories.
The text was updated successfully, but these errors were encountered:
This isn't intuitive (to me at least). In the above code
StateUpdate
can quite easily be replaced byUpdate
.This isn't a big issue but I wonder if
StateUpdate
is required. It's only usage within the ‘main’ branch is for tests. However it may be used in other branches or repositories.The text was updated successfully, but these errors were encountered: