Skip to content

Commit

Permalink
[core] fix(OverlayToaster): declare children prop explicitly (#6369)
Browse files Browse the repository at this point in the history
  • Loading branch information
adidahiya authored Sep 5, 2023
1 parent 96cb582 commit fde7156
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/core/src/components/toast/overlayToasterProps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ export interface OverlayToasterProps extends Props {
*/
canEscapeKeyClear?: boolean;

/** Toasts to display inside the Overlay. */
children?: React.ReactNode;

/**
* Whether the toaster should be rendered into a new element attached to `document.body`.
* If `false`, then positioning will be relative to the parent element.
Expand Down

1 comment on commit fde7156

@adidahiya
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[core] fix(OverlayToaster): declare children prop explicitly (#6369)

Build artifact links for this commit: documentation | landing | table | demo

This is an automated comment from the deploy-preview CircleCI job.

Please sign in to comment.