From 8e6ee3a53aa4c8128d57aea4218a2a6953e1b0d8 Mon Sep 17 00:00:00 2001 From: sook Date: Mon, 11 Mar 2024 23:31:17 +0900 Subject: [PATCH] escape
in ButtonProps --- packages/react-aria-components/src/Button.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/react-aria-components/src/Button.tsx b/packages/react-aria-components/src/Button.tsx index 2824d0a47d1..743961ee3d7 100644 --- a/packages/react-aria-components/src/Button.tsx +++ b/packages/react-aria-components/src/Button.tsx @@ -44,8 +44,8 @@ export interface ButtonRenderProps { export interface ButtonProps extends Omit, HoverEvents, SlotProps, RenderProps { /** - * The element to associate the button with. - * The value of this attribute must be the id of a in the same document. + * The `` element to associate the button with. + * The value of this attribute must be the id of a `` in the same document. */ form?: string, /**