Modal Imperative API Guide Recommended: New code should use the base-ui modal stack (headless primitives, not antd ): - , , from - from inside modal content Body slot: pass (or ; runtime uses ). Global (required) Base-ui renders through a separate host from the root package. The app must mount from once near the root (e.g. next to other global hosts). Without it, calls will not appear. If the project only mounts from , add a second lazy from until all imperative modals are migrated. Why imperative? | Mode | Characteristics | Recommended | | ----------- | ------------------------------------ |…