Files
cunningham/packages
jbpenrath ef8a225406 🐛(react) use uniqueId for modal portals
When a ModalProvider is mounted, it renders a div with an id which is use as
container to render modals through portals. But currently, if developer use
several CunninghamProvider across its application, a container with the same
id will be rendered several times that is weird. To prevent this kind of id
collision, we decide to generate a unique Id for each ModalProvider.

Resolve #352
2025-07-24 11:40:09 +02:00
..
2025-07-24 11:40:09 +02:00
2025-05-05 17:56:15 +02:00
2024-07-29 14:46:52 +02:00