diff --git a/src/renderer/components/drawer/drawer-item.tsx b/src/renderer/components/drawer/drawer-item.tsx index 51e8283a22..72a311794c 100644 --- a/src/renderer/components/drawer/drawer-item.tsx +++ b/src/renderer/components/drawer/drawer-item.tsx @@ -12,6 +12,13 @@ export interface DrawerItemProps extends React.HTMLAttributes { title?: string; labelsOnly?: boolean; hidden?: boolean; + + /** + * @deprecated This prop is no longer used, you should stringify the booleans yourself. + * + * This was only meant to be an internal prop anyway. + */ + renderBooleans?: boolean; } export function DrawerItem({