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
{{ message }}
This repository has been archived by the owner on Aug 9, 2022. It is now read-only.
Shouldn't be so closely coupled, instead should be able to pass any action type to the getConfirmationsFor function, which should handle non-existent action types, either quietly or not.
As a result, all the contexts' actions will need an additional enum for Action type, which would be used in Action type definition as well.
The text was updated successfully, but these errors were encountered:
Shouldn't be so closely coupled, instead should be able to pass any action type to the getConfirmationsFor function, which should handle non-existent action types, either quietly or not.
As a result, all the contexts' actions will need an additional enum for Action type, which would be used in Action type definition as well.
The text was updated successfully, but these errors were encountered: