You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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; }'.
The text was updated successfully, but these errors were encountered:
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-imagesExpected behavior:
The file compiles and the value can be set.
Actual behavior:
The file fails to compile:
The text was updated successfully, but these errors were encountered: