forked from theshukran/theshukran-react-utils
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
@deprecated
as of recent React versions, function components can no longer be considered 'stateless'. Please use FunctionComponent instead.
deprecated example:
export const GalleryImage: React.SFC<GalleryImageProps> = ({ clickHandler }) => {
return (
<div onClick={clickHandler}>
lorem
</div>
);
};React.SFC change to React.FC
Metadata
Metadata
Assignees
Labels
No labels