jossmac / jossmac/react-images

showNavigationOnTouchDevice is not part of the type for CarouselProps

Open
#381 2 comments 1 reaction 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.