We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 235f418 commit 4ae2e6bCopy full SHA for 4ae2e6b
packages/chakra-ui/src/ErrorList/ErrorList.tsx
@@ -1,6 +1,7 @@
1
import { ErrorListProps, FormContextType, RJSFSchema, StrictRJSFSchema, TranslatableString } from '@rjsf/utils';
2
import { ListIndicator, ListItem, ListRoot } from '@chakra-ui/react';
3
import { TriangleAlert } from 'lucide-react';
4
+
5
import { Alert } from '../components/ui/alert';
6
7
export default function ErrorList<T = any, S extends StrictRJSFSchema = RJSFSchema, F extends FormContextType = any>({
0 commit comments