Skip to content

TS2694: Namespace 'React' has no exported member 'StatelessComponent' #196

@OmKessarwani

Description

@OmKessarwani

Issue: `node_modules/react-visibility-sensor/index.d.ts:34:38 - error TS2694: Namespace 'React' has no exported member 'StatelessComponent'.

34 const ReactVisibilitySensor: React.StatelessComponent;
~~~~~~~~~~~~~~~~~~

Found 1 error in node_modules/react-visibility-sensor/index.d.ts:34`

React: 18.2.0

Probable Solution: In index.d.ts at line 34. replace
const ReactVisibilitySensor: React.StatelessComponent<Props>;

with

const ReactVisibilitySensor: React.FC<Props>;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions