Skip to content

Commit

Permalink
[core] fix(ContextMenu): compatibility with @types/react 18.2.14 (#6274)
Browse files Browse the repository at this point in the history
  • Loading branch information
adidahiya authored Jul 12, 2023
1 parent f0a9b09 commit c478730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/components/context-menu/contextMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export interface ContextMenuChildrenProps {
}

export interface ContextMenuProps
extends Omit<React.HTMLAttributes<HTMLElement>, "children" | "className" | "onContextMenu">,
extends Omit<React.HTMLAttributes<HTMLElement>, "children" | "className" | "content" | "onContextMenu">,
React.RefAttributes<any>,
Props {
/**
Expand Down

1 comment on commit c478730

@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(ContextMenu): compatibility with @types/react 18.2.14 (#6274)

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.