eBay / nice-modal-react

A modal state manager for React.
https://ebay.github.io/nice-modal-react
MIT License
2.1k stars 122 forks source link

Improve ModalHolder usage #172

Open Fiv5 opened 1 week ago

Fiv5 commented 1 week ago

Enhance the usability of ModalHolder for TypeScript users by providing a createModalHandler function. This function infers the necessary properties for the currently open modal when the show method is called.