This is the code I am using
<ImgsViewer imgs={randomImgs} currImg={currentImage} isOpen={isOpen} onClickPrev={onClickPrev} onClickNext={onClickNext} onClose={onClose} enableKeyboardInput={true} showThumbnails={true} onClickThumbnail={openViewer} preloadNextImg={true} />
Expected behavior:
Like the one on the docs
Actual behavior:
Backdrop isn't clickable and it isn't triggering any event to close
Steps to reproduce the behavior:
This is the code I am using
<ImgsViewer imgs={randomImgs} currImg={currentImage} isOpen={isOpen} onClickPrev={onClickPrev} onClickNext={onClickNext} onClose={onClose} enableKeyboardInput={true} showThumbnails={true} onClickThumbnail={openViewer} preloadNextImg={true} />
Expected behavior:
Like the one on the docs
Actual behavior:
Backdrop isn't clickable and it isn't triggering any event to close