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
Change line #11 from const service = this; to const service = hook.service; so it does not depend on the conditional hooks passing the correct context.
The text was updated successfully, but these errors were encountered:
Change line #11 from
const service = this;
toconst service = hook.service;
so it does not depend on the conditional hooks passing the correct context.The text was updated successfully, but these errors were encountered: