Skip to content

Commit

Permalink
feat(@clayui/modal): Add a children property to IProps as a ReactNode…
Browse files Browse the repository at this point in the history
… to avoid warning error

Fixes: #4843
  • Loading branch information
kevenleone committed May 4, 2022
1 parent d92d4e4 commit f8f56c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/clay-modal/src/Provider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ enum Action {
}

interface IProps {
children: React.ReactNode;
/**
* The path to the SVG spritemap file containing the icons.
*/
Expand Down

0 comments on commit f8f56c9

Please sign in to comment.