cerebral / overmind

Overmind - Frictionless state management
https://overmindjs.org
MIT License
1.58k stars 95 forks source link

fix(overmind): match actions in ResolveAction #494

Closed abalmos closed 3 years ago

abalmos commented 3 years ago

@christianalfoni I may have seriously misunderstood the typing, but it looks like IContext was replaced with a shell of IContext to avoid circular issues. This seems like a good place to do that, however, the entire IContext has to be matched. Add the missing (and new) IContext members to the shell.