Typescript | Warning about Missing Return Type of function, ESLint

I’d recommend using the types provided by react; they’ll include the return type. If you’re on the version 16.8.0 or later of react, do this:

const Component: React.FunctionComponent<Props> = (props) => (

Or use the shorthand:

const Component: React.FC<Props> = (props) => (

Prior to 16.8, you’d instead do:

const Component: React.SFC<Props> = (props) => (

Where SFC stands for “stateless functional component”. They changed the name, since function components are no longer necessarily stateless.

Leave a Comment

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)