From 85a57421f4d2e872a8a643f9fe2aeb1655d5aafe Mon Sep 17 00:00:00 2001 From: Ben <3447705+bcabanes@users.noreply.github.com> Date: Sun, 27 Aug 2023 21:34:14 -0400 Subject: [PATCH] fix(nx-dev): do not call getLayoutClassNames() on buttons --- nx-dev/ui-common/src/lib/button.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nx-dev/ui-common/src/lib/button.tsx b/nx-dev/ui-common/src/lib/button.tsx index 1e88d01274f42..d1abcf0b3725c 100644 --- a/nx-dev/ui-common/src/lib/button.tsx +++ b/nx-dev/ui-common/src/lib/button.tsx @@ -72,7 +72,7 @@ export function Button({ ...props }: ButtonProps & JSX.IntrinsicElements['button']): JSX.Element { return ( -