Artemko·FollowApr 23, 2023--ShareYou're passing `this` in an arrow function, which is a mistake. It will pass global context instead of caller context.