We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 997d54f commit 582eba7Copy full SHA for 582eba7
package/src/components/Message/MessageOverlayWrapper.tsx
@@ -21,6 +21,10 @@ export type MessageOverlayWrapperProps = PropsWithChildren<{
21
testID?: string;
22
}>;
23
24
+/**
25
+ * Wraps the primary message overlay target so the active message can be teleported
26
+ * into the overlay host while a placeholder preserves its original layout space.
27
+ */
28
export const MessageOverlayWrapper = ({
29
children,
30
targetId,
0 commit comments