Skip to content

Commit

Permalink
Resolve Ant Design Notification component TypeScript error via adding…
Browse files Browse the repository at this point in the history
… maxCount as an ArgsProps property (ant-design#35369)
  • Loading branch information
cwveysey authored May 5, 2022
1 parent 10596d9 commit d8ab5a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/notification/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ export interface ArgsProps {
duration?: number | null;
icon?: React.ReactNode;
placement?: NotificationPlacement;
maxCount?: number;
style?: React.CSSProperties;
prefixCls?: string;
className?: string;
Expand Down

0 comments on commit d8ab5a5

Please sign in to comment.