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
The rule catches $(function () { /* ... */ }) but when I change the function into an arrow function like $(() => { /* ... */ }) it doesn't behave the same way even tho it's technically the same code.
Is it a bug or was that intended?