From e1444e89d86e814dc2c061081fb2e171dbcbae90 Mon Sep 17 00:00:00 2001 From: JC Franco Date: Thu, 14 Nov 2024 19:57:31 -0800 Subject: [PATCH] block action for a11y text --- packages/calcite-components/src/components/action/action.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/calcite-components/src/components/action/action.tsx b/packages/calcite-components/src/components/action/action.tsx index 27636d0ff02..bad765e09bf 100644 --- a/packages/calcite-components/src/components/action/action.tsx +++ b/packages/calcite-components/src/components/action/action.tsx @@ -97,7 +97,7 @@ export class Action extends LitElement implements InteractiveComponent, Loadable * * @private */ - messages = useT9n(); + messages = useT9n({ blocking: true }); /** Specifies the size of the component. */ @property({ reflect: true }) scale: Scale = "m";