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
Using @Property and async on the same function is confusing and makes
mocking for unit tests difficult and sometimes impossible.
Remove @Property decorator from Subject getters and make them simple
async functions. Fix usages accordingly.
Signed-off-by: Ihor Solodrai <[email protected]>
0 commit comments