joshwnj / joshwnj/react-visibility-sensor
TS2694: Namespace 'React' has no exported member 'StatelessComponent'
Open
- Dominant language
- JavaScript
- Stars
- 2.3k
- Forks
- 192
- PR merge metrics
- No merged PRs in 30d
Description
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;`
with
`const ReactVisibilitySensor: React.FC;`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.