docs: update docusaurus to v3 (#5625)
* update dependencies * update onboarding mdx * fixes for mdx issues * fixes for mdx compatibility * resolve mdx errors * fixes in reference * fix check errors * revert change in vale action * fix node version in action * fix summary in markdown
This commit is contained in:
@@ -20,7 +20,7 @@ export type ModalProps = {
|
||||
footerContent?: React.ReactNode
|
||||
passedRef?: Ref<HTMLDialogElement>
|
||||
headerClassName?: string
|
||||
} & Omit<React.ComponentProps<"dialog">, "ref" | "title">
|
||||
} & Omit<React.ComponentProps<"dialog">, "ref" | "title" | "key">
|
||||
|
||||
export const Modal = ({
|
||||
className,
|
||||
|
||||
Reference in New Issue
Block a user