jossmac / jossmac/react-images
showNavigationOnTouchDevice is not part of the type for CarouselProps
Open
- Dominant language
- JavaScript
- Stars
- 2.3k
- Forks
- 433
- PR merge metrics
- No merged PRs in 30d
Description
**Steps to reproduce the behavior:**
Attempt to set the value for `showNavigationOnTouchDevice` in a TypeScript file, which is stated to exist in https://jossmac.github.io/react-images
**Expected behavior:**
The file compiles and the value can be set.
**Actual behavior:**
The file fails to compile:
```
Property 'showNavigationOnTouchDevice' does not exist on type 'IntrinsicAttributes & CarouselProps & { children?: ReactNode; }'.
```
Contributor guide
Assessment
This issue has not been assessed yet.