mirror of
https://github.com/SteamDeckHomebrew/decky-frontend-lib.git
synced 2026-05-23 19:38:50 +02:00
fix(*): updates for webpack v5
This commit is contained in:
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user