Andrey Antukh c39609b991
♻️ Use shared singleton containers for React portals (#8957)
Refactor use-portal-container to allocate one persistent <div> per
logical category (:modal, :popup, :tooltip, :default) instead of
creating a new div for every component instance. This keeps the DOM
clean with at most four fixed portal containers and eliminates the
arbitrary growth of empty <div> elements on document.body while
preserving the removeChild race condition fix.
2026-04-14 10:48:30 +02:00
..
2026-01-20 11:00:13 +01:00
2026-03-12 13:36:38 +01:00
2026-03-10 14:38:58 +01:00
2026-03-10 14:38:58 +01:00
2025-11-05 14:06:26 +01:00
2025-09-18 10:47:55 +02:00
2025-10-03 11:19:01 +02:00
2025-05-23 12:57:02 +02:00