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
Lifecycle hooks cannot take a dependency on things that the constructor does not have a direct dependency on or produces as a result type.
When a user mistakenly specifies a hook that does this, it will fail with dependency not satisfied error which can be confusing. We should detect this at Provide time and return an error.
The text was updated successfully, but these errors were encountered:
Lifecycle hooks cannot take a dependency on things that the constructor does not have a direct dependency on or produces as a result type.
When a user mistakenly specifies a hook that does this, it will fail with dependency not satisfied error which can be confusing. We should detect this at Provide time and return an error.
The text was updated successfully, but these errors were encountered: