ArnaudBarre / eslint-plugin-react-refresh

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

Name ending with a number are not well detected #1

Closed cedeber closed 1 year ago

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

This was detected as invalid.

cedeber commented 1 year ago

Thanks!

ArnaudBarre commented 1 year ago

Thanks for the report btw!