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 has a potential breaking change which is why the jump to 1.3.
BC:
When using the dependency container within an Action, you should use the new ActionHasDependencies instead of the base HasDependencies. This is due to that base trait containing code unrelated to Resource code, so the new trait is just specific to Action usage.