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
Right now the tool basically just checks if a variable is the default export, has a capital first letter, and is a variable declaration or function declaration. It might be smart to see if the component returns JSX or a React function.