ArnaudBarre / eslint-plugin-react-refresh

Validate that your components can safely be updated with Fast Refresh
MIT License
217 stars 14 forks source link

Name ending with a number are not well detected #1

Closed cedeber closed 2 years ago

cedeber commented 2 years ago
export const MyComponent2: FC = () => {
  // ..
}

This was detected as invalid.

cedeber commented 2 years ago

Thanks!

ArnaudBarre commented 2 years ago

Thanks for the report btw!