fix(*): updates for webpack v5

This commit is contained in:
AAGaming
2022-08-17 20:00:24 -04:00
parent 4644df8202
commit a672230b00
2 changed files with 28 additions and 8 deletions

View File

@@ -9,5 +9,5 @@ export interface ButtonItemProps extends ItemProps {
}
export const ButtonItem = Object.values(CommonUIModule).find((mod: any) =>
mod?.render?.toString()?.includes('childrenContainerWidth:"min"'),
mod?.render?.toString()?.includes('"highlightOnFocus","childrenContainerWidth"'),
) as FC<ButtonItemProps>;