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
fix(hooks): only trace hooks that use param-name service injection
A hook declaring nothing but hookArgs (or no parameters) already follows
the recommended pattern - resolving services through the typed container
- and must not be reported as deprecated usage.
0 commit comments