refactor: refresh webui #696
Annotations
3 errors
build_app
Type '{ key: string; dataIndex: string; label: string | undefined; extra: string | undefined; error: Record<string, string> | undefined; required: boolean | undefined; hint: string | (() => string) | undefined; }' is not assignable to type 'IntrinsicAttributes & Partial<{}> & Omit<{ readonly label?: string | undefined; readonly error?: { [key: string]: string; } | undefined; readonly extra?: string | undefined; readonly dataIndex?: DataIndex | undefined; } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<...>, never>'.
|
build_app
Expected 1 arguments, but got 2.
|
build_app
Process completed with exit code 1.
|