nik32
nik32
First of all, Great library with to the point docs!!!! Thanks guys!! It really has been of great help!!! @ryanto In the docs it's stated that the progress number will...
Kudos for such a great library! It has really simplified working with modals The modals don't get removed automatically on route change. Can this feature be added to NiceModal such...
## Describe the bug @nvh95 @asanovr Kindly refer to [my comment](https://github.com/nvh95/react-linkedin-login-oauth2/issues/56#issuecomment-1483748258) in this [issue thread](https://github.com/nvh95/react-linkedin-login-oauth2/issues/56) for more context. Kindly read the discussion... you will understand my issue ## Screenshots The...
@alexandrtovmach @anthonyjgrove if you guys have time... is it possible to add TS support for this lib???
The problem is that once I make the call the uploadToS3() to upload a file... sometimes it takes a few seconds before the files are added to the "files" array....
**Describe the bug** I am using the useAudioRecorder() hook along with our own custom HTML/CSS UI element for Audio recording functionality. Even after the user has recorded the audio and...
@supnate so I am basically using the [Use modal with the hook](https://github.com/eBay/nice-modal-react) pattern to show the modal as follows - ``` import NiceModal, { useModal } from '@ebay/nice-modal-react'; import ModalIWantToShow...