Fadi Khadra

Results 125 comments of Fadi Khadra

`onClose` callback will be removed in the next major release. It's replaced by the `toast.onChange` https://fkhadra.github.io/react-toastify/listen-for-changes/

Hey, the upcoming release(v6) of [react-toastify](https://github.com/fkhadra/react-toastify) is using Tsdx. Definitely one of the best toolkit, thanks for the hard work 💪!

Dropping usage of process in upcoming release

Hey @BrainCrumbz, I'm working on the next major release(finally). Thanks a lot for providing a reproduction, it saved me a lot of time https://user-images.githubusercontent.com/5574267/200121251-9b9c3c30-3328-40b0-8488-62e46e2ae45a.mov

As a workaround you could close the menu programmatically, for example, you can listen for the scroll on the target and then close the menu ```ts target.addEventListener("scroll", () => contextMenu.hideAll())...

without a reproduction I cannot help :(

The use of process will be removed.

Hey @godsamit, I finally managed to get some time to work on the library again. I'm working on the next major release. Portal has been removed in v5 but there...

Hey the v10, I'm currently working on will address this issue