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
I think that eslint-plugin-react-hooks rules might be going to far. I have a function that starts with use prefix but it doesn't mean that I wrote a React hook, especially when the code in question is in not related or used with React. Here's what I mean: