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
Carryover from #2353, intended to remove the noise from the problem.
As stated in the opening comment of the original issue, this plugin does not properly validate props when React.FC is used. Information was provided at typescript-eslint/typescript-eslint#3075 on how to address this issue. The suggested approach just needs to be implemented.
Carryover from #2353, intended to remove the noise from the problem.
As stated in the opening comment of the original issue, this plugin does not properly validate props when
React.FC
is used. Information was provided at typescript-eslint/typescript-eslint#3075 on how to address this issue. The suggested approach just needs to be implemented.cc: @ljharb
Original Opening Comment from @dchebakov
Tell us about your environment
Configuration
What did you do? Please include the actual source code causing the issue, as well as the command that you used to run ESLint.
What did you expect to happen?
eslint
show no errors, because type definition actually present in generic typeReact.FunctionComponent<PersonProps>
What actually happened? Please include the actual, raw output from ESLint.
The text was updated successfully, but these errors were encountered: