jossmac / jossmac/react-images
Not able to include arrows
Open
- Dominant language
- JavaScript
- Stars
- 2.3k
- Forks
- 433
- PR merge metrics
- No merged PRs in 30d
Description
**Steps to reproduce the behavior:**
```
import Carousel, { Modal, ModalGateway, Navigation, NavigationNext, NavigationPrev } from 'react-images';
(some other code)...
{lightboxIsOpen ? (
) : null}
```
**Expected behavior:**
To see the arrows
**Actual behavior:**
No arrows are on the screen
Contributor guide
Assessment
This issue has not been assessed yet.