Skip to content

Commit e8cd424

Browse files
committed
Update package version to 5.6.2 and remove unused prop
1 parent dd4b436 commit e8cd424

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-lightning-design-system",
3-
"version": "5.6.1",
3+
"version": "5.6.2",
44
"description": "Salesforce Lightning Design System components built with React",
55
"main": "lib/scripts/index.js",
66
"module": "module/scripts/index.js",

src/scripts/DropdownMenu.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ export type DropdownMenuItemProps = {
9292
onClick?: (e: React.SyntheticEvent) => void;
9393
submenu?: ReactNode;
9494
submenuItems?: Array<{ key: string | number } & DropdownMenuItemProps>;
95-
openSubmenuKey?: string | number;
9695
level?: number;
9796
} & Omit<AnchorHTMLAttributes<HTMLAnchorElement>, 'onClick'>;
9897

0 commit comments

Comments
 (0)