> @ build /home/bond/code-learning/vant-3.5.1 > pnpm --dir ./packages/vant build > vant@3.5.1 build /home/bond/code-learning/vant-3.5.1/packages/vant > vant-cli build ℹ Install Dependencies Scope: all 12 workspace projects ../create-vant-cli-app prepare$ pnpm build ../vant-area-data prepare$ pnpm build ../vant-markdown-vetur prepare$ pnpm build ../vant-popperjs prepare$ pnpm build ../vant-use prepare$ pnpm build ../create-vant-cli-app prepare: > create-vant-cli-app@2.0.0 build /home/bond/code-learning/vant-3.5.1/packages/create-vant-cli-app ../create-vant-cli-app prepare: > rimraf ./lib && tsc ../vant-area-data prepare: > @vant/area-data@1.3.1 build /home/bond/code-learning/vant-3.5.1/packages/vant-area-data ../vant-area-data prepare: > pnpm clean && pnpm build:bundle && pnpm build:types ../vant-popperjs prepare: > @vant/popperjs@1.2.1 build /home/bond/code-learning/vant-3.5.1/packages/vant-popperjs ../vant-popperjs prepare: > pnpm clean && pnpm build:bundle && pnpm build:types ../vant-markdown-vetur prepare: > @vant/markdown-vetur@2.3.0 build /home/bond/code-learning/vant-3.5.1/packages/vant-markdown-vetur ../vant-markdown-vetur prepare: > rimraf ./lib && tsc ../vant-use prepare: > @vant/use@1.4.1 build /home/bond/code-learning/vant-3.5.1/packages/vant-use ../vant-use prepare: > pnpm clean && pnpm build:bundle && pnpm build:types ../vant-area-data prepare: > @vant/area-data@1.3.1 clean /home/bond/code-learning/vant-3.5.1/packages/vant-area-data ../vant-area-data prepare: > rimraf ./dist ../vant-popperjs prepare: > @vant/popperjs@1.2.1 clean /home/bond/code-learning/vant-3.5.1/packages/vant-popperjs ../vant-popperjs prepare: > rimraf ./dist ../vant-use prepare: > @vant/use@1.4.1 clean /home/bond/code-learning/vant-3.5.1/packages/vant-use ../vant-use prepare: > rimraf ./dist ../vant-area-data prepare: > @vant/area-data@1.3.1 build:bundle /home/bond/code-learning/vant-3.5.1/packages/vant-area-data ../vant-area-data prepare: > node ./build.js ../vant-popperjs prepare: > @vant/popperjs@1.2.1 build:bundle /home/bond/code-learning/vant-3.5.1/packages/vant-popperjs ../vant-popperjs prepare: > node ./build.js ../vant-use prepare: > @vant/use@1.4.1 build:bundle /home/bond/code-learning/vant-3.5.1/packages/vant-use ../vant-use prepare: > node ./build.js ../vant-area-data prepare: Build finished: dist/index.esm.mjs ../vant-area-data prepare: Build finished: dist/index.cjs.js ../vant-use prepare: Build finished: dist/index.esm.mjs ../vant-use prepare: Build finished: dist/index.cjs.js ../vant-popperjs prepare: Build finished: dist/index.esm.mjs ../vant-popperjs prepare: Build finished: dist/index.cjs.js ../vant-area-data prepare: > @vant/area-data@1.3.1 build:types /home/bond/code-learning/vant-3.5.1/packages/vant-area-data ../vant-area-data prepare: > tsc -p ./tsconfig.json --emitDeclarationOnly ../vant-use prepare: > @vant/use@1.4.1 build:types /home/bond/code-learning/vant-3.5.1/packages/vant-use ../vant-use prepare: > tsc -p ./tsconfig.json --emitDeclarationOnly ../vant-popperjs prepare: > @vant/popperjs@1.2.1 build:types /home/bond/code-learning/vant-3.5.1/packages/vant-popperjs ../vant-popperjs prepare: > tsc -p ./tsconfig.json --emitDeclarationOnly ../create-vant-cli-app prepare: Done ../vant-markdown-vetur prepare: Done ../vant-popperjs prepare: Done ../vant-area-data prepare: Done ../vant-use prepare: Done ../vant-cli prepare$ pnpm build ../vant-cli prepare: > @vant/cli@4.0.2 build /home/bond/code-learning/vant-3.5.1/packages/vant-cli ../vant-cli prepare: > rimraf ./lib && tsc ../vant-cli prepare: Done ../.. prepare$ husky install ../.. prepare: fatal: not a git repository (or any of the parent directories): .git ../.. prepare: Done Error: Command failed with exit code 2: tsc -p /home/bond/code-learning/vant-3.5.1/packages/vant/tsconfig.declaration.json es/action-bar-button/ActionBarButton.tsx(62,10): error TS2786: 'Button' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; type: ButtonType; tag: keyof HTMLElementTagNameMap; ... 9 more ...; iconPosition: ButtonIconPosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHand...' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; type: ButtonType; tag: keyof HTMLElementTagNameMap; ... 9 more ...; iconPosition: ButtonIconPosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHand...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more. es/action-bar-icon/ActionBarIcon.tsx(44,12): error TS2786: 'Badge' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; showZero: boolean; position: BadgePosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 4 more ... & { ....' is not a valid JSX element. es/action-bar-icon/ActionBarIcon.tsx(55,10): error TS2786: 'Icon' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element. es/action-bar-icon/ActionBarIcon.tsx(69,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/action-bar/ActionBar.tsx(29,9): error TS2322: Type 'VNode[] | undefined' is not assignable to type 'ReactNode'. es/action-sheet/ActionSheet.tsx(72,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/action-sheet/ActionSheet.tsx(75,16): error TS2786: 'Icon' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element. es/action-sheet/ActionSheet.tsx(89,16): error TS2322: Type '{ class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'? es/action-sheet/ActionSheet.tsx(91,13): error TS2322: Type 'string | VNode[] | undefined' is not assignable to type 'ReactNode'. es/action-sheet/ActionSheet.tsx(99,17): error TS2786: 'Loading' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: LoadingType; vertical: boolean; }> & Omit> & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<...>>; ....' is not a valid JSX element. es/action-sheet/ActionSheet.tsx(107,15): error TS2322: Type '{ children: string | undefined; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLSpanElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLSpanElement>'. Did you mean 'className'? es/action-sheet/ActionSheet.tsx(108,32): error TS2322: Type '{ children: string; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'? es/action-sheet/ActionSheet.tsx(138,11): error TS2322: Type 'Element | ("" | Element | undefined)[]' is not assignable to type 'ReactNode'. Type 'Element' is not assignable to type 'ReactNode'. es/action-sheet/ActionSheet.tsx(148,48): error TS2322: Type 'string | VNode[] | undefined' is not assignable to type 'ReactNode'. Type 'VNode[]' is not assignable to type 'ReactNode'. es/action-sheet/ActionSheet.tsx(153,8): error TS2786: 'Popup' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ position: PopupPosition; overlay: boolean; round: boolean; show: boolean; safeAreaInsetBottom: boolean; ... 8 more ...; safeAreaInsetTop: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> ...' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ position: PopupPosition; overlay: boolean; round: boolean; show: boolean; safeAreaInsetBottom: boolean; ... 8 more ...; safeAreaInsetTop: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> ...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more. es/action-sheet/ActionSheet.tsx(161,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/address-edit/AddressEdit.tsx(235,14): error TS2786: 'Switch' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; loading: boolean; activeValue: unknown; inactiveValue: unknown; }> & Omit> & { ...; } & VNodeProps & AllowedComponen...' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; loading: boolean; activeValue: unknown; inactiveValue: unknown; }> & Omit> & { ...; } & VNodeProps & AllowedComponen...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more. es/address-edit/AddressEdit.tsx(238,26): error TS7006: Parameter 'event' implicitly has an 'any' type. es/address-edit/AddressEdit.tsx(244,12): error TS2786: 'Cell' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; center: boolean; border: boolean; required: boolean; isLink: boolean; clickable: boolean | null; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; }...' is not a valid JSX element. es/address-edit/AddressEdit.tsx(282,10): error TS2786: 'Form' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; readonly: boolean; colon: boolean; showError: boolean; scrollToError: boolean; validateFirst: boolean; submitOnEnter: boolean; showErrorMessage: boolean; validateTrigger: FieldValidateTrigger | FieldValidateTrigger[]; }> & Omit<...>; ......' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; readonly: boolean; colon: boolean; showError: boolean; scrollToError: boolean; validateFirst: boolean; submitOnEnter: boolean; showErrorMessage: boolean; validateTrigger: FieldValidateTrigger | FieldValidateTrigger[]; }> & Omit<...>; ......' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more. es/address-edit/AddressEdit.tsx(283,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/address-edit/AddressEdit.tsx(284,14): error TS2786: 'Field' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: FieldType; center: boolean; border: boolean; disabled: boolean; required: boolean; isLink: boolean; ... 10 more ...; colon: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefi...' is not a valid JSX element. es/address-edit/AddressEdit.tsx(292,14): error TS2786: 'Field' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: FieldType; center: boolean; border: boolean; disabled: boolean; required: boolean; isLink: boolean; ... 10 more ...; colon: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefi...' is not a valid JSX element. es/address-edit/AddressEdit.tsx(302,14): error TS2786: 'Field' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: FieldType; center: boolean; border: boolean; disabled: boolean; required: boolean; isLink: boolean; ... 10 more ...; colon: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefi...' is not a valid JSX element. es/address-edit/AddressEdit.tsx(316,14): error TS2786: 'AddressEditDetail' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ show: boolean; focused: boolean; showSearchResult: boolean; }> & Omit> & { ...; } & VNodeProps & AllowedComponentProps & ComponentCustomProps, De...' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ show: boolean; focused: boolean; showSearchResult: boolean; }> & Omit> & { ...; } & VNodeProps & AllowedComponentProps & ComponentCustomProps, De...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more. es/address-edit/AddressEdit.tsx(331,16): error TS2786: 'Field' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: FieldType; center: boolean; border: boolean; disabled: boolean; required: boolean; isLink: boolean; ... 10 more ...; colon: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefi...' is not a valid JSX element. es/address-edit/AddressEdit.tsx(345,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/address-edit/AddressEdit.tsx(346,14): error TS2786: 'Button' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; type: ButtonType; tag: keyof HTMLElementTagNameMap; ... 9 more ...; iconPosition: ButtonIconPosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHand...' is not a valid JSX element. es/address-edit/AddressEdit.tsx(356,16): error TS2786: 'Button' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; type: ButtonType; tag: keyof HTMLElementTagNameMap; ... 9 more ...; iconPosition: ButtonIconPosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHand...' is not a valid JSX element. es/address-edit/AddressEdit.tsx(366,12): error TS2786: 'Popup' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ position: PopupPosition; overlay: boolean; round: boolean; show: boolean; safeAreaInsetBottom: boolean; ... 8 more ...; safeAreaInsetTop: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> ...' is not a valid JSX element. es/address-edit/AddressEdit.tsx(373,14): error TS2786: 'Area' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ loading: boolean; readonly: boolean; allowHtml: boolean; itemHeight: string | number; showToolbar: boolean; ... 5 more ...; isOverseaCode: (code: string) => boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?:...' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ loading: boolean; readonly: boolean; allowHtml: boolean; itemHeight: string | number; showToolbar: boolean; ... 5 more ...; isOverseaCode: (code: string) => boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?:...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more. es/address-edit/AddressEditDetail.tsx(51,21): error TS2322: Type '{ innerHTML: string; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'. Property 'innerHTML' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. es/address-edit/AddressEditDetail.tsx(62,10): error TS2786: 'Cell' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; center: boolean; border: boolean; required: boolean; isLink: boolean; clickable: boolean | null; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; }...' is not a valid JSX element. es/address-edit/AddressEditDetail.tsx(85,14): error TS2786: 'Field' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: FieldType; center: boolean; border: boolean; disabled: boolean; required: boolean; isLink: boolean; ... 10 more ...; colon: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefi...' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: FieldType; center: boolean; border: boolean; disabled: boolean; required: boolean; isLink: boolean; ... 10 more ...; colon: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefi...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more. es/address-list/AddressList.tsx(65,10): error TS2786: 'AddressListItem' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; switchable: boolean; }> & Omit; required: true; }; disabled: BooleanConstructor; switchable: BooleanConstructor; defaultTagText: StringConstructor; }>> & { ...; } ...' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; switchable: boolean; }> & Omit; required: true; }; disabled: BooleanConstructor; switchable: BooleanConstructor; defaultTagText: StringConstructor; }>> & { ...; } ...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more. es/address-list/AddressList.tsx(90,9): error TS2322: Type 'Element' is not assignable to type 'ReactNode'. es/address-list/AddressList.tsx(90,10): error TS2786: 'Button' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; type: ButtonType; tag: keyof HTMLElementTagNameMap; ... 9 more ...; iconPosition: ButtonIconPosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHand...' is not a valid JSX element. es/address-list/AddressList.tsx(105,14): error TS2322: Type '{ children: string; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'? es/address-list/AddressList.tsx(109,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/address-list/AddressList.tsx(111,12): error TS2786: 'RadioGroup' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; }> & Omit; modelValue: PropType<...>; checkedColor: StringConstructor; }>> & { ...; } & VNodeProps & ...' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; }> & Omit; modelValue: PropType<...>; checkedColor: StringConstructor; }>> & { ...; } & VNodeProps & ...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more. es/address-list/AddressListItem.tsx(48,8): error TS2786: 'Icon' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element. es/address-list/AddressListItem.tsx(51,19): error TS7006: Parameter 'event' implicitly has an 'any' type. es/address-list/AddressListItem.tsx(65,12): error TS2786: 'Tag' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: TagType; mark: boolean; round: boolean; show: boolean; plain: boolean; closeable: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 5 more ... ...' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: TagType; mark: boolean; round: boolean; show: boolean; plain: boolean; closeable: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 5 more ... ...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more. es/address-list/AddressListItem.tsx(76,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/address-list/AddressListItem.tsx(80,14): error TS2322: Type '{ children: string; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'? es/address-list/AddressListItem.tsx(85,12): error TS2786: 'Radio' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; shape: CheckerShape; labelDisabled: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 5 more ... & { ...; }' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; shape: CheckerShape; labelDisabled: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 5 more ... & { ...; }' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more. es/address-list/AddressListItem.tsx(98,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/address-list/AddressListItem.tsx(99,12): error TS2786: 'Cell' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; center: boolean; border: boolean; required: boolean; isLink: boolean; clickable: boolean | null; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; }...' is not a valid JSX element. es/area/Area.tsx(324,10): error TS2786: 'Picker' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ loading: boolean; readonly: boolean; defaultIndex: string | number; allowHtml: boolean; itemHeight: string | number; ... 4 more ...; toolbarPosition: PickerToolbarPosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, op...' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ loading: boolean; readonly: boolean; defaultIndex: string | number; allowHtml: boolean; itemHeight: string | number; ... 4 more ...; toolbarPosition: PickerToolbarPosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, op...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more. es/badge/Badge.tsx(104,13): error TS2322: Type 'string | number | VNode[] | undefined' is not assignable to type 'ReactNode'. Type 'VNode[]' is not assignable to type 'ReactNode'. Type 'VNode[]' is not assignable to type 'string'. es/button/Button.tsx(73,10): error TS2786: 'Loading' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: LoadingType; vertical: boolean; }> & Omit> & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<...>>; ....' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: LoadingType; vertical: boolean; }> & Omit> & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<...>>; ....' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more. es/button/Button.tsx(87,41): error TS2322: Type 'VNode[]' is not assignable to type 'ReactNode'. es/button/Button.tsx(92,12): error TS2786: 'Icon' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element. es/button/Button.tsx(110,42): error TS2322: Type 'string | VNode[]' is not assignable to type 'ReactNode'. es/button/Button.tsx(187,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/calendar/Calendar.tsx(460,10): error TS2786: 'CalendarMonth' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ lazyRender: boolean; showMark: boolean; allowSameDay: boolean; showSubtitle: boolean; showMonthTitle: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ....' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ lazyRender: boolean; showMark: boolean; allowSameDay: boolean; showSubtitle: boolean; showMonthTitle: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ....' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more. es/calendar/Calendar.tsx(494,12): error TS2786: 'Button' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; type: ButtonType; tag: keyof HTMLElementTagNameMap; ... 9 more ...; iconPosition: ButtonIconPosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHand...' is not a valid JSX element. es/calendar/Calendar.tsx(517,9): error TS2322: Type 'Element | VNode[] | undefined' is not assignable to type 'ReactNode'. es/calendar/Calendar.tsx(522,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/calendar/Calendar.tsx(523,10): error TS2786: 'CalendarHeader' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ showTitle: boolean; showSubtitle: boolean; }> & Omit> & { ...; } & VNo...' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ showTitle: boolean; showSubtitle: boolean; }> & Omit> & { ...; } & VNo...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more. es/calendar/Calendar.tsx(534,14): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'. es/calendar/Calendar.tsx(535,11): error TS2322: Type 'Element[]' is not assignable to type 'ReactNode'. es/calendar/Calendar.tsx(564,12): error TS2786: 'Popup' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ position: PopupPosition; overlay: boolean; round: boolean; show: boolean; safeAreaInsetBottom: boolean; ... 8 more ...; safeAreaInsetTop: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> ...' is not a valid JSX element. es/calendar/CalendarDay.tsx(76,13): error TS2322: Type 'string | VNode[] | undefined' is not assignable to type 'ReactNode'. es/calendar/CalendarDay.tsx(88,13): error TS2322: Type 'string | VNode[] | undefined' is not assignable to type 'ReactNode'. es/calendar/CalendarDay.tsx(112,13): error TS2322: Type '(Numeric | Element | undefined)[]' is not assignable to type 'ReactNode'. Type '(Numeric | Element | undefined)[]' is not assignable to type 'string'. es/calendar/CalendarDay.tsx(124,21): error TS2322: Type '{ class: Mods; style: CSSProperties; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'? es/calendar/CalendarDay.tsx(135,11): error TS2322: Type 'Element | (Numeric | Element | undefined)[]' is not assignable to type 'ReactNode'. Type 'Element' is not assignable to type 'ReactNode'. es/calendar/CalendarHeader.tsx(25,21): error TS2322: Type '{ children: any; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'? es/calendar/CalendarHeader.tsx(36,47): error TS2322: Type '(event: MouseEvent) => void' is not assignable to type 'MouseEventHandler'. Types of parameters 'event' and 'event' are incompatible. Type 'MouseEvent' is not assignable to type 'MouseEvent'. es/calendar/CalendarHeader.tsx(37,13): error TS2322: Type 'string | VNode[] | undefined' is not assignable to type 'ReactNode'. es/calendar/CalendarHeader.tsx(53,11): error TS2322: Type 'Element[]' is not assignable to type 'ReactNode'. es/calendar/CalendarHeader.tsx(54,19): error TS2322: Type '{ children: any; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLSpanElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLSpanElement>'. Did you mean 'className'? es/calendar/CalendarHeader.tsx(61,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/calendar/CalendarMonth.tsx(188,21): error TS2322: Type '{ children: any; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'? es/calendar/CalendarMonth.tsx(194,21): error TS2322: Type '{ children: number; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'? es/calendar/CalendarMonth.tsx(248,8): error TS2786: 'CalendarDay' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ offset: number; }> & Omit; required: true; }; color: StringConstructor; index: NumberConstructor; offset: { ...; }; rowHeight: StringConstructor; }>> & { ...; } & VNodeProps & AllowedCompo...' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ offset: number; }> & Omit; required: true; }; color: StringConstructor; index: NumberConstructor; offset: { ...; }; rowHeight: StringConstructor; }>> & { ...; } & VNodeProps & AllowedCompo...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more. es/calendar/CalendarMonth.tsx(255,19): error TS7006: Parameter 'item' implicitly has an 'any' type. es/calendar/CalendarMonth.tsx(260,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/calendar/CalendarMonth.tsx(260,12): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'. es/calendar/CalendarMonth.tsx(275,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/calendar/CalendarMonth.tsx(275,33): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'. es/card/Card.tsx(43,16): error TS2322: Type '{ children: string; class: Mods[]; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'? es/card/Card.tsx(54,13): error TS2322: Type 'Element | VNode[]' is not assignable to type 'ReactNode'. es/card/Card.tsx(57,16): error TS2786: 'Tag' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: TagType; mark: boolean; round: boolean; show: boolean; plain: boolean; closeable: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 5 more ... ...' is not a valid JSX element. es/card/Card.tsx(72,10): error TS2786: 'Image' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ round: boolean; showError: boolean; lazyLoad: boolean; errorIcon: string; showLoading: boolean; loadingIcon: string; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle;...' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ round: boolean; showError: boolean; lazyLoad: boolean; errorIcon: string; showLoading: boolean; loadingIcon: string; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle;...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more. es/card/Card.tsx(85,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/card/Card.tsx(88,13): error TS2322: Type '(event: MouseEvent) => void' is not assignable to type 'MouseEventHandler'. Types of parameters 'event' and 'event' are incompatible. Type 'MouseEvent' is missing the following properties from type 'MouseEvent': offsetX, offsetY, x, y, and 14 more. es/card/Card.tsx(102,21): error TS2322: Type '{ children: string; class: Mods[]; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'? es/card/Card.tsx(109,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/card/Card.tsx(110,17): error TS2322: Type '{ children: string; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLSpanElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLSpanElement>'. Did you mean 'className'? es/card/Card.tsx(111,17): error TS2322: Type '{ children: string; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLSpanElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLSpanElement>'. Did you mean 'className'? es/card/Card.tsx(112,17): error TS2322: Type '{ children: string; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLSpanElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLSpanElement>'. Did you mean 'className'? es/card/Card.tsx(126,11): error TS2322: Type 'Element | VNode[]' is not assignable to type 'ReactNode'. es/card/Card.tsx(132,11): error TS2322: Type 'string | VNode[]' is not assignable to type 'ReactNode'. es/card/Card.tsx(140,11): error TS2322: Type 'string | VNode[]' is not assignable to type 'ReactNode'. es/card/Card.tsx(145,36): error TS2322: Type 'VNode[]' is not assignable to type 'ReactNode'. es/card/Card.tsx(149,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/card/Card.tsx(159,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/card/Card.tsx(160,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/card/Card.tsx(162,14): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/card/Card.tsx(163,16): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/cascader/Cascader.tsx(192,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/cascader/Cascader.tsx(194,13): error TS2322: Type 'string | VNode[] | undefined' is not assignable to type 'ReactNode'. es/cascader/Cascader.tsx(197,14): error TS2786: 'Icon' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element. es/cascader/Cascader.tsx(224,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/cascader/Cascader.tsx(235,14): error TS2786: 'Icon' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element. es/cascader/Cascader.tsx(247,9): error TS2322: Type 'Element[]' is not assignable to type 'ReactNode'. es/cascader/Cascader.tsx(259,10): error TS2786: 'Tab' cannot be used as a JSX component. Its instance type '({ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; dot: boolean; disabled: boolean; showZeroBadge: boolean; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | u...' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; dot: boolean; disabled: boolean; showZeroBadge: boolean; }> & Omit & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: Wa...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more. es/cascader/Cascader.tsx(273,8): error TS2786: 'Tabs' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: TabsType; ellipsis: boolean; sticky: boolean; border: boolean; active: string | number; ... 7 more ...; swipeThreshold: string | number; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | un...' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: TabsType; ellipsis: boolean; sticky: boolean; border: boolean; active: string | number; ... 7 more ...; swipeThreshold: string | number; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | un...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more. es/cascader/Cascader.tsx(302,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/cell-group/CellGroup.tsx(30,9): error TS2322: Type 'VNode[] | undefined' is not assignable to type 'ReactNode'. es/cell-group/CellGroup.tsx(36,9): error TS2322: Type 'string | VNode[] | undefined' is not assignable to type 'ReactNode'. es/cell/Cell.tsx(70,13): error TS2322: Type 'string | number | VNode[] | undefined' is not assignable to type 'ReactNode'. es/cell/Cell.tsx(79,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/cell/Cell.tsx(81,13): error TS2322: Type 'string | CSSProperties | undefined' is not assignable to type 'CSSProperties | undefined'. Type 'string' is not assignable to type 'CSSProperties | undefined'. es/cell/Cell.tsx(99,13): error TS2322: Type 'Element | VNode[]' is not assignable to type 'ReactNode'. Type 'Element' is not assignable to type 'ReactNode'. Type 'Element' is not assignable to type 'ReactPortal'. Types of property 'key' are incompatible. Type 'string | number | symbol | null' is not assignable to type 'Key | null'. Type 'symbol' is not assignable to type 'Key | null'. es/cell/Cell.tsx(112,12): error TS2786: 'Icon' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more. es/cell/Cell.tsx(130,17): error TS2786: 'Icon' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element. es/cell/Cell.tsx(149,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/checkbox-group/CheckboxGroup.tsx(85,54): error TS2322: Type 'VNode[] | undefined' is not assignable to type 'ReactNode'. es/checkbox/Checkbox.tsx(87,8): error TS2786: 'Checker' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; checked: boolean; shape: CheckerShape; labelDisabled: boolean; bindGroup: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 4 more...' is not a valid JSX element. es/checkbox/Checker.tsx(91,11): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'. es/checkbox/Checker.tsx(95,11): error TS2322: Type 'Element | VNode[]' is not assignable to type 'ReactNode'. es/checkbox/Checker.tsx(98,14): error TS2786: 'Icon' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element. es/checkbox/Checker.tsx(113,13): error TS2322: Type 'VNode[]' is not assignable to type 'ReactNode'. es/checkbox/Checker.tsx(137,11): error TS2322: Type '(event: MouseEvent) => void' is not assignable to type 'MouseEventHandler'. Types of parameters 'event' and 'event' are incompatible. Type 'MouseEvent' is not assignable to type 'MouseEvent'. es/checkbox/Checker.tsx(139,11): error TS2322: Type '(Element | undefined)[]' is not assignable to type 'ReactNode'. Type '(Element | undefined)[]' is not assignable to type 'string'. es/circle/Circle.tsx(137,11): error TS2322: Type '{ d: string; style: CSSProperties; class: Mods; stroke: string | undefined; }' is not assignable to type 'SVGProps'. Property 'class' does not exist on type 'SVGProps'. Did you mean 'className'? es/circle/Circle.tsx(150,20): error TS2322: Type '{ class: Mods; style: { fill: string; stroke: string | undefined; strokeWidth: string; }; d: string; }' is not assignable to type 'SVGProps'. Property 'class' does not exist on type 'SVGProps'. Did you mean 'className'? es/circle/Circle.tsx(168,11): error TS2322: Type 'Element' is not assignable to type 'ReactNode'. es/circle/Circle.tsx(169,13): error TS2322: Type 'Element[]' is not assignable to type 'ReactNode'. es/circle/Circle.tsx(180,21): error TS2322: Type '{ children: string; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'? es/circle/Circle.tsx(185,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/circle/Circle.tsx(186,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/collapse-item/CollapseItem.tsx(136,10): error TS2786: 'Cell' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; center: boolean; border: boolean; required: boolean; isLink: boolean; clickable: boolean | null; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; }...' is not a valid JSX element. es/collapse-item/CollapseItem.tsx(154,9): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'. es/collapse-item/CollapseItem.tsx(158,9): error TS2322: Type 'Element' is not assignable to type 'ReactNode'. es/collapse-item/CollapseItem.tsx(158,14): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'. es/collapse-item/CollapseItem.tsx(159,11): error TS2322: Type 'VNode[] | undefined' is not assignable to type 'ReactNode'. es/collapse-item/CollapseItem.tsx(167,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/collapse/Collapse.tsx(102,9): error TS2322: Type 'VNode[] | undefined' is not assignable to type 'ReactNode'. es/composables/use-placeholder.tsx(13,7): error TS2322: Type 'Element' is not assignable to type 'ReactNode'. es/contact-card/ContactCard.tsx(45,8): error TS2786: 'Cell' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; center: boolean; border: boolean; required: boolean; isLink: boolean; clickable: boolean | null; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; }...' is not a valid JSX element. es/contact-edit/ContactEdit.tsx(69,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/contact-edit/ContactEdit.tsx(70,10): error TS2786: 'Button' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; type: ButtonType; tag: keyof HTMLElementTagNameMap; ... 9 more ...; iconPosition: ButtonIconPosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHand...' is not a valid JSX element. es/contact-edit/ContactEdit.tsx(80,12): error TS2786: 'Button' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; type: ButtonType; tag: keyof HTMLElementTagNameMap; ... 9 more ...; iconPosition: ButtonIconPosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHand...' is not a valid JSX element. es/contact-edit/ContactEdit.tsx(93,8): error TS2786: 'Switch' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; loading: boolean; activeValue: unknown; inactiveValue: unknown; }> & Omit> & { ...; } & VNodeProps & AllowedComponen...' is not a valid JSX element. es/contact-edit/ContactEdit.tsx(103,12): error TS2786: 'Cell' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; center: boolean; border: boolean; required: boolean; isLink: boolean; clickable: boolean | null; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; }...' is not a valid JSX element. es/contact-edit/ContactEdit.tsx(119,8): error TS2786: 'Form' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; readonly: boolean; colon: boolean; showError: boolean; scrollToError: boolean; validateFirst: boolean; submitOnEnter: boolean; showErrorMessage: boolean; validateTrigger: FieldValidateTrigger | FieldValidateTrigger[]; }> & Omit<...>; ......' is not a valid JSX element. es/contact-edit/ContactEdit.tsx(120,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/contact-edit/ContactEdit.tsx(121,12): error TS2786: 'Field' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: FieldType; center: boolean; border: boolean; disabled: boolean; required: boolean; isLink: boolean; ... 10 more ...; colon: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefi...' is not a valid JSX element. es/contact-edit/ContactEdit.tsx(129,12): error TS2786: 'Field' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: FieldType; center: boolean; border: boolean; disabled: boolean; required: boolean; isLink: boolean; ... 10 more ...; colon: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefi...' is not a valid JSX element. es/contact-list/ContactList.tsx(47,10): error TS2786: 'Radio' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; shape: CheckerShape; labelDisabled: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 5 more ... & { ...; }' is not a valid JSX element. es/contact-list/ContactList.tsx(51,10): error TS2786: 'Icon' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element. es/contact-list/ContactList.tsx(54,21): error TS7006: Parameter 'event' implicitly has an 'any' type. es/contact-list/ContactList.tsx(66,14): error TS2786: 'Tag' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: TagType; mark: boolean; round: boolean; show: boolean; plain: boolean; closeable: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 5 more ... ...' is not a valid JSX element. es/contact-list/ContactList.tsx(76,10): error TS2786: 'Cell' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; center: boolean; border: boolean; required: boolean; isLink: boolean; clickable: boolean | null; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; }...' is not a valid JSX element. es/contact-list/ContactList.tsx(93,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/contact-list/ContactList.tsx(94,10): error TS2786: 'RadioGroup' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; }> & Omit; modelValue: PropType<...>; checkedColor: StringConstructor; }>> & { ...; } & VNodeProps & ...' is not a valid JSX element. es/contact-list/ContactList.tsx(98,11): error TS2322: Type 'Element' is not assignable to type 'ReactNode'. es/contact-list/ContactList.tsx(98,12): error TS2786: 'Button' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; type: ButtonType; tag: keyof HTMLElementTagNameMap; ... 9 more ...; iconPosition: ButtonIconPosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHand...' is not a valid JSX element. es/count-down/CountDown.tsx(62,9): error TS2322: Type 'string | VNode[]' is not assignable to type 'ReactNode'. es/coupon-cell/CouponCell.tsx(59,10): error TS2786: 'Cell' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; center: boolean; border: boolean; required: boolean; isLink: boolean; clickable: boolean | null; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; }...' is not a valid JSX element. es/coupon-list/CouponList.tsx(104,8): error TS2786: 'Empty' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ image: string; }> & Omit; default: string; }; imageSize: PropType<...>; description: StringConstructor; }>> & VNodeProps & AllowedComponentProps & ComponentCustomProps, "image">; ... 10 more ...; ...' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ image: string; }> & Omit; default: string; }; imageSize: PropType<...>; description: StringConstructor; }>> & VNodeProps & AllowedComponentProps & ComponentCustomProps, "image">; ... 10 more ...; ...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more. es/coupon-list/CouponList.tsx(105,12): error TS2322: Type '{ children: any; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLParagraphElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLParagraphElement>'. Did you mean 'className'? es/coupon-list/CouponList.tsx(112,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/coupon-list/CouponList.tsx(112,16): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'. es/coupon-list/CouponList.tsx(113,14): error TS2786: 'Field' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: FieldType; center: boolean; border: boolean; disabled: boolean; required: boolean; isLink: boolean; ... 10 more ...; colon: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefi...' is not a valid JSX element. es/coupon-list/CouponList.tsx(121,14): error TS2786: 'Button' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; type: ButtonType; tag: keyof HTMLElementTagNameMap; ... 9 more ...; iconPosition: ButtonIconPosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHand...' is not a valid JSX element. es/coupon-list/CouponList.tsx(141,10): error TS2786: 'Tab' cannot be used as a JSX component. Its instance type '({ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; dot: boolean; disabled: boolean; showZeroBadge: boolean; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | u...' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; dot: boolean; disabled: boolean; showZeroBadge: boolean; }> & Omit & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: Wa...' is not assignable to type 'ElementClass'. es/coupon-list/CouponList.tsx(142,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/coupon-list/CouponList.tsx(147,16): error TS2786: 'Coupon' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; currency: string; chosen: boolean; }> & Omit> & VNodeProps & AllowedComponentProps & ComponentCustomProps, Def...' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; currency: string; chosen: boolean; }> & Omit> & VNodeProps & AllowedComponentProps & ComponentCustomProps, Def...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more. es/coupon-list/CouponList.tsx(169,10): error TS2786: 'Tab' cannot be used as a JSX component. Its instance type '({ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; dot: boolean; disabled: boolean; showZeroBadge: boolean; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | u...' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; dot: boolean; disabled: boolean; showZeroBadge: boolean; }> & Omit & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: Wa...' is not assignable to type 'ElementClass'. es/coupon-list/CouponList.tsx(170,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/coupon-list/CouponList.tsx(175,16): error TS2786: 'Coupon' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; currency: string; chosen: boolean; }> & Omit> & VNodeProps & AllowedComponentProps & ComponentCustomProps, Def...' is not a valid JSX element. es/coupon-list/CouponList.tsx(206,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/coupon-list/CouponList.tsx(206,12): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'. es/coupon-list/CouponList.tsx(208,10): error TS2786: 'Tabs' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: TabsType; ellipsis: boolean; sticky: boolean; border: boolean; active: string | number; ... 7 more ...; swipeThreshold: string | number; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | un...' is not a valid JSX element. es/coupon-list/CouponList.tsx(213,11): error TS2322: Type 'Element' is not assignable to type 'ReactNode'. es/coupon-list/CouponList.tsx(213,12): error TS2786: 'Button' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; type: ButtonType; tag: keyof HTMLElementTagNameMap; ... 9 more ...; iconPosition: ButtonIconPosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHand...' is not a valid JSX element. es/coupon/Coupon.tsx(74,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/coupon/Coupon.tsx(75,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/coupon/Coupon.tsx(76,14): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/coupon/Coupon.tsx(77,19): error TS2322: Type '{ children: any; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLHeadingElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLHeadingElement>'. Did you mean 'className'? es/coupon/Coupon.tsx(78,18): error TS2322: Type '{ children: any; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLParagraphElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLParagraphElement>'. Did you mean 'className'? es/coupon/Coupon.tsx(82,14): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/coupon/Coupon.tsx(83,18): error TS2322: Type '{ children: string; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLParagraphElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLParagraphElement>'. Did you mean 'className'? es/coupon/Coupon.tsx(84,18): error TS2322: Type '{ children: string; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLParagraphElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLParagraphElement>'. Did you mean 'className'? es/coupon/Coupon.tsx(86,18): error TS2786: 'Checkbox' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; shape: CheckerShape; labelDisabled: boolean; bindGroup: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 5 more ... & { ...; }' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; shape: CheckerShape; labelDisabled: boolean; bindGroup: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 5 more ... & { ...; }' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more. es/coupon/Coupon.tsx(90,30): error TS2322: Type '{ children: string; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLParagraphElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLParagraphElement>'. Did you mean 'className'? es/datetime-picker/DatePicker.tsx(324,8): error TS2786: 'Picker' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ loading: boolean; readonly: boolean; defaultIndex: string | number; allowHtml: boolean; itemHeight: string | number; ... 4 more ...; toolbarPosition: PickerToolbarPosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, op...' is not a valid JSX element. es/datetime-picker/DatetimePicker.tsx(39,10): error TS2786: 'Component' cannot be used as a JSX component. Its instance type '({ $: ComponentInternalInstance; $data: {}; $props: Partial<{ loading: boolean; formatter: (type: string, value: string) => string; readonly: boolean; allowHtml: boolean; ... 7 more ...; maxMinute: string | number; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOption...' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ loading: boolean; formatter: (type: string, value: string) => string; readonly: boolean; allowHtml: boolean; ... 7 more ...; maxMinute: string | number; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more. es/datetime-picker/TimePicker.tsx(173,8): error TS2786: 'Picker' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ loading: boolean; readonly: boolean; defaultIndex: string | number; allowHtml: boolean; itemHeight: string | number; ... 4 more ...; toolbarPosition: PickerToolbarPosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, op...' is not a valid JSX element. es/dialog/Dialog.tsx(150,13): error TS2322: Type 'string | VNode[]' is not assignable to type 'ReactNode'. es/dialog/Dialog.tsx(166,21): error TS2322: Type '{ class: Mods; innerHTML: string; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'? es/dialog/Dialog.tsx(169,38): error TS2322: Type 'string | Element | undefined' is not assignable to type 'ReactNode'. Type 'Element' is not assignable to type 'ReactNode'. es/dialog/Dialog.tsx(174,44): error TS2322: Type 'VNode[]' is not assignable to type 'ReactNode'. es/dialog/Dialog.tsx(187,13): error TS2322: Type 'Element' is not assignable to type 'ReactNode'. es/dialog/Dialog.tsx(194,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/dialog/Dialog.tsx(196,12): error TS2786: 'Button' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; type: ButtonType; tag: keyof HTMLElementTagNameMap; ... 9 more ...; iconPosition: ButtonIconPosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHand...' is not a valid JSX element. es/dialog/Dialog.tsx(207,12): error TS2786: 'Button' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; type: ButtonType; tag: keyof HTMLElementTagNameMap; ... 9 more ...; iconPosition: ButtonIconPosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHand...' is not a valid JSX element. es/dialog/Dialog.tsx(221,8): error TS2786: 'ActionBar' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ safeAreaInsetBottom: boolean; }> & Omit> & VNodeProps & AllowedComponentProps & ComponentCustomProps, "safeAreaInsetBottom">; ... 10 more ...; $watch(source: ...' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ safeAreaInsetBottom: boolean; }> & Omit> & VNodeProps & AllowedComponentProps & ComponentCustomProps, "safeAreaInsetBottom">; ... 10 more ...; $watch(source: ...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more. es/dialog/Dialog.tsx(223,12): error TS2786: 'ActionBarButton' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; disabled: boolean; loading: boolean; }> & Omit; url: StringConstructor; replace: BooleanConstructor; } & { ...; }>> & VNodeProps & AllowedComponentProps & ComponentCustomProps, De...' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; disabled: boolean; loading: boolean; }> & Omit; url: StringConstructor; replace: BooleanConstructor; } & { ...; }>> & VNodeProps & AllowedComponentProps & ComponentCustomProps, De...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more. es/dialog/Dialog.tsx(234,12): error TS2786: 'ActionBarButton' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; disabled: boolean; loading: boolean; }> & Omit; url: StringConstructor; replace: BooleanConstructor; } & { ...; }>> & VNodeProps & AllowedComponentProps & ComponentCustomProps, De...' is not a valid JSX element. es/dialog/Dialog.tsx(259,10): error TS2786: 'Popup' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ position: PopupPosition; overlay: boolean; round: boolean; show: boolean; safeAreaInsetBottom: boolean; ... 8 more ...; safeAreaInsetTop: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> ...' is not a valid JSX element. es/dialog/function-call.tsx(13,21): error TS2786: 'VanDialog' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ overlay: boolean; show: boolean; transition: string; lockScroll: boolean; lazyRender: boolean; transitionAppear: boolean; ... 6 more ...; showConfirmButton: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?:...' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ overlay: boolean; show: boolean; transition: string; lockScroll: boolean; lazyRender: boolean; transitionAppear: boolean; ... 6 more ...; showConfirmButton: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?:...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more. es/divider/Divider.tsx(31,9): error TS2322: Type 'VNode[] | undefined' is not assignable to type 'ReactNode'. es/dropdown-item/DropdownItem.tsx(137,14): error TS2786: 'Icon' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element. es/dropdown-item/DropdownItem.tsx(143,10): error TS2786: 'Cell' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; center: boolean; border: boolean; required: boolean; isLink: boolean; clickable: boolean | null; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; }...' is not a valid JSX element. es/dropdown-item/DropdownItem.tsx(176,11): error TS2322: Type '(event: MouseEvent) => void' is not assignable to type 'MouseEventHandler'. Types of parameters 'event' and 'event' are incompatible. Type 'MouseEvent' is not assignable to type 'MouseEvent'. es/dropdown-item/DropdownItem.tsx(178,11): error TS2322: Type 'Element' is not assignable to type 'ReactNode'. es/dropdown-item/DropdownItem.tsx(178,12): error TS2786: 'Popup' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ position: PopupPosition; overlay: boolean; round: boolean; show: boolean; safeAreaInsetBottom: boolean; ... 8 more ...; safeAreaInsetTop: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> ...' is not a valid JSX element. es/dropdown-item/DropdownItem.tsx(205,17): error TS2322: Type '{ children: Element; to: string | RendererElement; }' is not assignable to type 'IntrinsicAttributes & IntrinsicClassAttributes<{ $props: VNodeProps & TeleportProps; }>'. Property 'children' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes<{ $props: VNodeProps & TeleportProps; }>'. es/dropdown-item/DropdownItem.tsx(205,17): error TS2786: 'Teleport' cannot be used as a JSX component. Its instance type '{ $props: VNodeProps & TeleportProps; }' is not a valid JSX element. es/dropdown-menu/DropdownMenu.tsx(130,11): error TS2322: Type 'Element' is not assignable to type 'ReactNode'. es/dropdown-menu/DropdownMenu.tsx(140,13): error TS2322: Type 'Element' is not assignable to type 'ReactNode'. es/dropdown-menu/DropdownMenu.tsx(140,18): error TS2322: Type '{ children: any; class: string; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'? es/dropdown-menu/DropdownMenu.tsx(151,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/dropdown-menu/DropdownMenu.tsx(151,12): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'. es/dropdown-menu/DropdownMenu.tsx(153,11): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'. es/dropdown-menu/DropdownMenu.tsx(157,11): error TS2322: Type 'Element[]' is not assignable to type 'ReactNode'. es/empty/Empty.tsx(51,46): error TS2322: Type 'string | VNode[]' is not assignable to type 'ReactNode'. es/empty/Empty.tsx(57,43): error TS2322: Type 'VNode[]' is not assignable to type 'ReactNode'. es/empty/Empty.tsx(62,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/empty/Empty.tsx(64,11): error TS2322: Type 'Element | VNode[]' is not assignable to type 'ReactNode'. es/empty/Images.tsx(15,5): error TS2322: Type 'Element' is not assignable to type 'ReactNode'. es/empty/Images.tsx(15,6): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/empty/Images.tsx(33,5): error TS2322: Type 'Element' is not assignable to type 'ReactNode'. es/empty/Images.tsx(33,6): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/empty/Images.tsx(38,4): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/empty/Images.tsx(46,5): error TS2322: Type 'Element' is not assignable to type 'ReactNode'. es/empty/Images.tsx(46,6): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/empty/Images.tsx(51,4): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/empty/Images.tsx(64,4): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/empty/Images.tsx(65,6): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/empty/Images.tsx(66,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/empty/Images.tsx(70,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/empty/Images.tsx(75,9): error TS2322: Type 'Element[]' is not assignable to type 'ReactNode'. es/empty/Images.tsx(77,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/empty/Images.tsx(90,6): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/empty/Images.tsx(97,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/empty/Images.tsx(103,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/empty/Images.tsx(113,4): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/empty/Images.tsx(114,6): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/empty/Images.tsx(116,9): error TS2322: Type 'Element[]' is not assignable to type 'ReactNode'. es/empty/Images.tsx(119,9): error TS2322: Type 'Element[]' is not assignable to type 'ReactNode'. es/empty/Images.tsx(122,9): error TS2322: Type 'Element[]' is not assignable to type 'ReactNode'. es/empty/Images.tsx(127,6): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/empty/Images.tsx(128,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/empty/Images.tsx(140,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/empty/Images.tsx(153,4): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/empty/Images.tsx(155,7): error TS2322: Type 'Element' is not assignable to type 'ReactNode'. es/empty/Images.tsx(156,9): error TS2322: Type 'Element[]' is not assignable to type 'ReactNode'. es/empty/Images.tsx(170,4): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/empty/Images.tsx(171,6): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/empty/Images.tsx(173,9): error TS2322: Type 'Element[]' is not assignable to type 'ReactNode'. es/empty/Images.tsx(176,9): error TS2322: Type 'Element[]' is not assignable to type 'ReactNode'. es/empty/Images.tsx(179,9): error TS2322: Type 'Element[]' is not assignable to type 'ReactNode'. es/empty/Images.tsx(182,9): error TS2322: Type 'Element[]' is not assignable to type 'ReactNode'. es/empty/Images.tsx(188,6): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/field/Field.tsx(401,37): error TS2322: Type '(event: MouseEvent) => void' is not assignable to type 'MouseEventHandler'. Types of parameters 'event' and 'event' are incompatible. Type 'MouseEvent' is not assignable to type 'MouseEvent'. es/field/Field.tsx(402,13): error TS2322: Type 'VNode[]' is not assignable to type 'ReactNode'. es/field/Field.tsx(431,17): error TS2322: Type '{ id: string; ref: Ref; name: string | undefined; rows: number | undefined; class: Mods; disabled: boolean | undefined; ... 13 more ...; onCompositionstart: ({ target }: Event) => void; }' is not assignable to type 'DetailedHTMLProps, HTMLTextAreaElement>'. Type '{ id: string; ref: Ref; name: string | undefined; rows: number | undefined; class: Mods; disabled: boolean | undefined; ... 13 more ...; onCompositionstart: ({ target }: Event) => void; }' is not assignable to type 'ClassAttributes'. Types of property 'ref' are incompatible. Type 'Ref' is not assignable to type 'LegacyRef | undefined'. Property 'current' is missing in type 'Ref' but required in type 'RefObject'. es/field/Field.tsx(434,15): error TS2322: Type '{ id: string; ref: Ref; name: string | undefined; rows: number | undefined; class: Mods; disabled: boolean | undefined; ... 15 more ...; inputmode?: "search" | ... 7 more ... | undefined; }' is not assignable to type 'DetailedHTMLProps, HTMLInputElement>'. Type '{ id: string; ref: Ref; name: string | undefined; rows: number | undefined; class: Mods; disabled: boolean | undefined; ... 15 more ...; inputmode?: "search" | ... 7 more ... | undefined; }' is not assignable to type 'ClassAttributes'. Types of property 'ref' are incompatible. Type 'Ref' is not assignable to type 'LegacyRef | undefined'. Property 'current' is missing in type 'Ref' but required in type 'RefObject'. es/field/Field.tsx(442,41): error TS2322: Type '(event: MouseEvent) => void' is not assignable to type 'MouseEventHandler'. Types of parameters 'event' and 'event' are incompatible. Type 'MouseEvent' is missing the following properties from type 'MouseEvent': offsetX, offsetY, x, y, and 14 more. es/field/Field.tsx(443,13): error TS2322: Type 'Element | VNode[]' is not assignable to type 'ReactNode'. es/field/Field.tsx(446,16): error TS2786: 'Icon' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element. es/field/Field.tsx(458,42): error TS2322: Type '(event: MouseEvent) => void' is not assignable to type 'MouseEventHandler'. Types of parameters 'event' and 'event' are incompatible. Type 'MouseEvent' is not assignable to type 'MouseEvent'. es/field/Field.tsx(459,13): error TS2322: Type 'Element | VNode[]' is not assignable to type 'ReactNode'. es/field/Field.tsx(462,16): error TS2786: 'Icon' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element. es/field/Field.tsx(473,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/field/Field.tsx(474,19): error TS2322: Type '{ children: number; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLSpanElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLSpanElement>'. Did you mean 'className'? es/field/Field.tsx(492,13): error TS2322: Type 'string | VNode[]' is not assignable to type 'ReactNode'. Type 'VNode[]' is not assignable to type 'ReactNode'. es/field/Field.tsx(506,37): error TS2322: Type '{ children: string; id: string; for: string; }' is not assignable to type 'DetailedHTMLProps, HTMLLabelElement>'. Property 'for' does not exist on type 'DetailedHTMLProps, HTMLLabelElement>'. Did you mean 'htmlFor'? es/field/Field.tsx(514,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/field/Field.tsx(517,12): error TS2786: 'Icon' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element. es/field/Field.tsx(524,53): error TS2322: Type 'VNode[]' is not assignable to type 'ReactNode'. es/field/Field.tsx(567,10): error TS2786: 'Cell' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; center: boolean; border: boolean; required: boolean; isLink: boolean; clickable: boolean | null; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; }...' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; center: boolean; border: boolean; required: boolean; isLink: boolean; clickable: boolean | null; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; }...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more. es/form/Form.tsx(200,27): error TS2322: Type '(event: Event) => void' is not assignable to type 'FormEventHandler'. Types of parameters 'event' and 'event' are incompatible. Type 'FormEvent' is missing the following properties from type 'Event': cancelBubble, composed, returnValue, srcElement, and 7 more. es/form/Form.tsx(201,9): error TS2322: Type 'VNode[] | undefined' is not assignable to type 'ReactNode'. Type 'VNode[]' is not assignable to type 'ReactNode'. es/grid-item/GridItem.tsx(94,12): error TS2786: 'Badge' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; showZero: boolean; position: BadgePosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 4 more ... & { ....' is not a valid JSX element. es/grid-item/GridItem.tsx(105,12): error TS2786: 'Icon' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element. es/grid-item/GridItem.tsx(124,22): error TS2322: Type '{ children: string; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLSpanElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLSpanElement>'. Did you mean 'className'? es/grid-item/GridItem.tsx(155,11): error TS2322: Type 'Element' is not assignable to type 'ReactNode'. es/grid-item/GridItem.tsx(162,13): error TS2322: Type '(Element | VNode[] | undefined)[]' is not assignable to type 'ReactNode'. Type '(Element | VNode[] | undefined)[]' is not assignable to type 'string'. es/grid/Grid.tsx(56,9): error TS2322: Type 'VNode[] | undefined' is not assignable to type 'ReactNode'. es/icon/Icon.tsx(51,10): error TS2786: 'Badge' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; showZero: boolean; position: BadgePosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 4 more ... & { ....' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; showZero: boolean; position: BadgePosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 4 more ... & { ....' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more. es/icon/Icon.tsx(66,32): error TS2322: Type '{ class: Mods; src: string | undefined; }' is not assignable to type 'DetailedHTMLProps, HTMLImageElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLImageElement>'. Did you mean 'className'? es/image-preview/ImagePreview.tsx(123,13): error TS2322: Type 'string | VNode[]' is not assignable to type 'ReactNode'. es/image-preview/ImagePreview.tsx(133,42): error TS2322: Type 'VNode[]' is not assignable to type 'ReactNode'. es/image-preview/ImagePreview.tsx(138,8): error TS2786: 'Swipe' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ vertical: boolean; loop: boolean; duration: string | number; lazyRender: boolean; autoplay: string | number; touchable: boolean; initialSwipe: string | number; showIndicators: boolean; stopPropagation: boolean; }> & Omit<...>; ... 10 more ...; $watch(sourc...' is not a valid JSX element. es/image-preview/ImagePreview.tsx(150,12): error TS2786: 'ImagePreviewItem' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ show: boolean; }> & Omit> & { ...; } & VNodeProps & AllowedComponentProps & ComponentCustomProps, "show">; ... 10 more ...; $watch(source...' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ show: boolean; }> & Omit> & { ...; } & VNodeProps & AllowedComponentProps & ComponentCustomProps, "show">; ... 10 more ...; $watch(source...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more. es/image-preview/ImagePreview.tsx(168,12): error TS2786: 'Icon' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element. es/image-preview/ImagePreview.tsx(217,8): error TS2786: 'Popup' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ position: PopupPosition; overlay: boolean; round: boolean; show: boolean; safeAreaInsetBottom: boolean; ... 8 more ...; safeAreaInsetTop: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> ...' is not a valid JSX element. es/image-preview/ImagePreviewItem.tsx(276,25): error TS2786: 'Loading' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: LoadingType; vertical: boolean; }> & Omit> & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<...>>; ....' is not a valid JSX element. es/image-preview/ImagePreviewItem.tsx(280,10): error TS2786: 'SwipeItem' cannot be used as a JSX component. Its instance type '({ $: ComponentInternalInstance; $data: {}; $props: Partial<{}> & Omit> & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & Readonly<...> & Sh...' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{}> & Omit> & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 4 more ... & { ...' is not assignable to type 'ElementClass'. es/image-preview/ImagePreviewItem.tsx(287,12): error TS2786: 'Image' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ round: boolean; showError: boolean; lazyLoad: boolean; errorIcon: string; showLoading: boolean; loadingIcon: string; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle;...' is not a valid JSX element. es/image-preview/function-call.tsx(42,10): error TS2786: 'VanImagePreview' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ overlay: boolean; show: boolean; loop: boolean; closeIcon: string; closeable: boolean; closeOnPopstate: boolean; ... 7 more ...; showIndex: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<......' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ overlay: boolean; show: boolean; loop: boolean; closeIcon: string; closeable: boolean; closeOnPopstate: boolean; ... 7 more ...; showIndex: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<......' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more. es/image/Image.tsx(113,10): error TS2786: 'Icon' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element. es/image/Image.tsx(126,13): error TS2322: Type 'Element | VNode[]' is not assignable to type 'ReactNode'. es/image/Image.tsx(133,13): error TS2322: Type 'Element | VNode[]' is not assignable to type 'ReactNode'. es/image/Image.tsx(154,21): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'. Property 'current' is missing in type 'Ref' but required in type 'RefObject'. es/image/Image.tsx(158,30): error TS2322: Type '(event?: Event | undefined) => void' is not assignable to type 'ReactEventHandler'. Types of parameters 'event' and 'event' are incompatible. Type 'SyntheticEvent' is missing the following properties from type 'Event': cancelBubble, composed, returnValue, srcElement, and 7 more. es/image/Image.tsx(158,46): error TS2322: Type '(event?: Event | undefined) => void' is not assignable to type 'ReactEventHandler'. Types of parameters 'event' and 'event' are incompatible. Type 'SyntheticEvent' is not assignable to type 'Event'. es/image/Image.tsx(194,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/index-anchor/IndexAnchor.tsx(103,11): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'. es/index-anchor/IndexAnchor.tsx(106,11): error TS2322: Type 'Element' is not assignable to type 'ReactNode'. es/index-anchor/IndexAnchor.tsx(110,13): error TS2322: Type 'string | number | VNode[] | undefined' is not assignable to type 'ReactNode'. es/index-bar/IndexBar.tsx(202,13): error TS2322: Type '{ children: Numeric; class: Mods; style: CSSProperties | undefined; "data-index": Numeric; }' is not assignable to type 'DetailedHTMLProps, HTMLSpanElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLSpanElement>'. Did you mean 'className'? es/index-bar/IndexBar.tsx(274,9): error TS2322: Type '(event: MouseEvent) => void' is not assignable to type 'MouseEventHandler'. Types of parameters 'event' and 'event' are incompatible. Type 'MouseEvent' is not assignable to type 'MouseEvent'. es/index-bar/IndexBar.tsx(278,9): error TS2322: Type 'Element[]' is not assignable to type 'ReactNode'. es/index-bar/IndexBar.tsx(285,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/index-bar/IndexBar.tsx(285,12): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'. es/index-bar/IndexBar.tsx(287,12): error TS2322: Type '{ children: Element; to: string | RendererElement; }' is not assignable to type 'IntrinsicAttributes & IntrinsicClassAttributes<{ $props: VNodeProps & TeleportProps; }>'. Property 'children' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes<{ $props: VNodeProps & TeleportProps; }>'. es/index-bar/IndexBar.tsx(287,12): error TS2786: 'Teleport' cannot be used as a JSX component. Its instance type '{ $props: VNodeProps & TeleportProps; }' is not a valid JSX element. es/list/List.tsx(103,52): error TS2322: Type 'string | VNode[]' is not assignable to type 'ReactNode'. es/list/List.tsx(124,15): error TS2322: Type 'string | VNode[]' is not assignable to type 'ReactNode'. es/list/List.tsx(135,13): error TS2322: Type 'Element | VNode[]' is not assignable to type 'ReactNode'. es/list/List.tsx(138,16): error TS2786: 'Loading' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: LoadingType; vertical: boolean; }> & Omit> & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<...>>; ....' is not a valid JSX element. es/list/List.tsx(173,32): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'. es/list/List.tsx(176,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/list/List.tsx(176,14): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'. es/loading/Loading.tsx(15,25): error TS2322: Type '{ class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLElement>'. Did you mean 'className'? es/loading/Loading.tsx(19,5): error TS2322: Type 'Element' is not assignable to type 'ReactNode'. es/loading/Loading.tsx(56,13): error TS2322: Type 'VNode[]' is not assignable to type 'ReactNode'. es/loading/Loading.tsx(65,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/loading/Loading.tsx(71,13): error TS2322: Type 'Element | Element[]' is not assignable to type 'ReactNode'. Type 'Element' is not assignable to type 'ReactNode'. es/nav-bar/NavBar.tsx(60,29): error TS2786: 'Icon' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element. es/nav-bar/NavBar.tsx(61,33): error TS2322: Type '{ children: string; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLSpanElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLSpanElement>'. Did you mean 'className'? es/nav-bar/NavBar.tsx(70,20): error TS2322: Type '{ children: string | undefined; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLSpanElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLSpanElement>'. Did you mean 'className'? es/nav-bar/NavBar.tsx(82,11): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'. es/nav-bar/NavBar.tsx(92,11): error TS2322: Type 'Element' is not assignable to type 'ReactNode'. es/nav-bar/NavBar.tsx(92,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/nav-bar/NavBar.tsx(96,17): error TS2322: Type '(event: MouseEvent) => void' is not assignable to type 'MouseEventHandler'. Types of parameters 'event' and 'event' are incompatible. Type 'MouseEvent' is not assignable to type 'MouseEvent'. es/nav-bar/NavBar.tsx(98,17): error TS2322: Type '(false | "" | Element | undefined)[]' is not assignable to type 'ReactNode'. Type '(false | "" | Element | undefined)[]' is not assignable to type 'string'. es/nav-bar/NavBar.tsx(102,15): error TS2322: Type 'string | VNode[] | undefined' is not assignable to type 'ReactNode'. es/nav-bar/NavBar.tsx(107,17): error TS2322: Type '(event: MouseEvent) => void' is not assignable to type 'MouseEventHandler'. Types of parameters 'event' and 'event' are incompatible. Type 'MouseEvent' is not assignable to type 'MouseEvent'. es/nav-bar/NavBar.tsx(109,17): error TS2322: Type 'Element | VNode[]' is not assignable to type 'ReactNode'. es/notice-bar/NoticeBar.tsx(75,17): error TS2786: 'Icon' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element. es/notice-bar/NoticeBar.tsx(103,12): error TS2786: 'Icon' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element. es/notice-bar/NoticeBar.tsx(136,14): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'. es/notice-bar/NoticeBar.tsx(137,11): error TS2322: Type 'Element' is not assignable to type 'ReactNode'. es/notice-bar/NoticeBar.tsx(138,13): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'. es/notice-bar/NoticeBar.tsx(143,13): error TS2322: Type 'string | VNode[] | undefined' is not assignable to type 'ReactNode'. es/notice-bar/NoticeBar.tsx(191,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/notify/Notify.tsx(38,8): error TS2786: 'Popup' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ position: PopupPosition; overlay: boolean; round: boolean; show: boolean; safeAreaInsetBottom: boolean; ... 8 more ...; safeAreaInsetTop: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> ...' is not a valid JSX element. es/notify/function-call.tsx(23,21): error TS2786: 'VanNotify' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: NotifyType; position: NotifyPosition; overlay: boolean; show: boolean; lockScroll: boolean; lazyRender: boolean; transitionAppear: boolean; closeOnClickOverlay: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function,...' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: NotifyType; position: NotifyPosition; overlay: boolean; show: boolean; lockScroll: boolean; lazyRender: boolean; transitionAppear: boolean; closeOnClickOverlay: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function,...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more. es/number-keyboard/NumberKeyboard.tsx(192,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/number-keyboard/NumberKeyboard.tsx(193,56): error TS2322: Type 'VNode[]' is not assignable to type 'ReactNode'. es/number-keyboard/NumberKeyboard.tsx(194,25): error TS2322: Type '{ children: string; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLHeadingElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLHeadingElement>'. Did you mean 'className'? es/number-keyboard/NumberKeyboard.tsx(198,15): error TS2322: Type '{ children: string; type: "button"; class: Mods[]; onClick: () => void; }' is not assignable to type 'DetailedHTMLProps, HTMLButtonElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLButtonElement>'. Did you mean 'className'? es/number-keyboard/NumberKeyboard.tsx(220,12): error TS2786: 'NumberKeyboardKey' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ large: boolean; loading: boolean; wider: boolean; }> & Omit; ... 4 more ...; loading: BooleanConstructor; }>> & { ...; } & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<...>>; ......' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ large: boolean; loading: boolean; wider: boolean; }> & Omit; ... 4 more ...; loading: BooleanConstructor; }>> & { ...; } & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<...>>; ......' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more. es/number-keyboard/NumberKeyboard.tsx(235,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/number-keyboard/NumberKeyboard.tsx(237,16): error TS2786: 'NumberKeyboardKey' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ large: boolean; loading: boolean; wider: boolean; }> & Omit; ... 4 more ...; loading: BooleanConstructor; }>> & { ...; } & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<...>>; ......' is not a valid JSX element. es/number-keyboard/NumberKeyboard.tsx(245,14): error TS2786: 'NumberKeyboardKey' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ large: boolean; loading: boolean; wider: boolean; }> & Omit; ... 4 more ...; loading: BooleanConstructor; }>> & { ...; } & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<...>>; ......' is not a valid JSX element. es/number-keyboard/NumberKeyboard.tsx(274,10): error TS2322: Type '{ children: Element; name: string; }' is not assignable to type 'IntrinsicAttributes & TransitionProps'. Property 'children' does not exist on type 'IntrinsicAttributes & TransitionProps'. es/number-keyboard/NumberKeyboard.tsx(275,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/number-keyboard/NumberKeyboard.tsx(277,13): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'. es/number-keyboard/NumberKeyboard.tsx(289,14): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/number-keyboard/NumberKeyboard.tsx(290,40): error TS2322: Type 'Element[]' is not assignable to type 'ReactNode'. es/number-keyboard/NumberKeyboard.tsx(298,17): error TS2322: Type '{ children: Element; to: string | RendererElement; }' is not assignable to type 'IntrinsicAttributes & IntrinsicClassAttributes<{ $props: VNodeProps & TeleportProps; }>'. Property 'children' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes<{ $props: VNodeProps & TeleportProps; }>'. es/number-keyboard/NumberKeyboard.tsx(298,17): error TS2786: 'Teleport' cannot be used as a JSX component. Its instance type '{ $props: VNodeProps & TeleportProps; }' is not a valid JSX element. es/number-keyboard/NumberKeyboardKey.tsx(10,5): error TS2322: Type 'Element' is not assignable to type 'ReactNode'. es/number-keyboard/NumberKeyboardKey.tsx(19,5): error TS2322: Type 'Element' is not assignable to type 'ReactNode'. es/number-keyboard/NumberKeyboardKey.tsx(73,17): error TS2786: 'Loading' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: LoadingType; vertical: boolean; }> & Omit> & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<...>>; ....' is not a valid JSX element. es/number-keyboard/NumberKeyboardKey.tsx(96,9): error TS2322: Type 'Element' is not assignable to type 'ReactNode'. es/number-keyboard/NumberKeyboardKey.tsx(108,11): error TS2322: Type 'string | number | Element | VNode[] | undefined' is not assignable to type 'ReactNode'. Type 'Element' is not assignable to type 'ReactNode'. es/overlay/Overlay.tsx(64,11): error TS2322: Type 'VNode[] | undefined' is not assignable to type 'ReactNode'. es/pagination/Pagination.tsx(124,9): error TS2322: Type 'string | VNode[]' is not assignable to type 'ReactNode'. es/pagination/Pagination.tsx(141,11): error TS2322: Type 'Element' is not assignable to type 'ReactNode'. es/pagination/Pagination.tsx(163,11): error TS2322: Type 'Element' is not assignable to type 'ReactNode'. es/pagination/Pagination.tsx(182,11): error TS2322: Type 'Element' is not assignable to type 'ReactNode'. es/pagination/Pagination.tsx(187,13): error TS2322: Type 'Numeric | VNode[]' is not assignable to type 'ReactNode'. Type 'VNode[]' is not assignable to type 'ReactNode'. es/pagination/Pagination.tsx(194,9): error TS2322: Type 'Element' is not assignable to type 'ReactNode'. es/pagination/Pagination.tsx(194,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/password-input/PasswordInput.tsx(55,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/password-input/PasswordInput.tsx(67,33): error TS2322: Type '{ class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'? es/password-input/PasswordInput.tsx(78,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/password-input/PasswordInput.tsx(83,13): error TS2322: Type 'Element[]' is not assignable to type 'ReactNode'. es/password-input/PasswordInput.tsx(86,18): error TS2322: Type '{ children: string; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'? es/picker/Picker.tsx(303,21): error TS2322: Type '{ children: string; class: Mods[]; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'? es/picker/Picker.tsx(312,11): error TS2322: Type '{ children: any; type: "button"; class: Mods[]; onClick: () => void; }' is not assignable to type 'DetailedHTMLProps, HTMLButtonElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLButtonElement>'. Did you mean 'className'? es/picker/Picker.tsx(325,11): error TS2322: Type '{ children: any; type: "button"; class: Mods[]; onClick: () => void; }' is not assignable to type 'DetailedHTMLProps, HTMLButtonElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLButtonElement>'. Did you mean 'className'? es/picker/Picker.tsx(340,13): error TS2322: Type '(Element | VNode[] | undefined)[]' is not assignable to type 'ReactNode'. Type '(Element | VNode[] | undefined)[]' is not assignable to type 'string'. es/picker/Picker.tsx(348,10): error TS2786: 'Column' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ readonly: boolean; defaultIndex: number; allowHtml: boolean; initialOptions: PickerOption[]; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 4 more ... & Co...' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ readonly: boolean; defaultIndex: number; allowHtml: boolean; initialOptions: PickerOption[]; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 4 more ... & Co...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more. es/picker/Picker.tsx(370,16): error TS2322: Type '{ class: Mods; style: { backgroundSize: string; }; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'? es/picker/Picker.tsx(372,13): error TS2322: Type '{ class: Mods[]; style: { height: string; }; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'? es/picker/Picker.tsx(383,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/picker/Picker.tsx(411,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/picker/Picker.tsx(413,27): error TS2786: 'Loading' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: LoadingType; vertical: boolean; }> & Omit> & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<...>>; ....' is not a valid JSX element. es/picker/PickerColumn.tsx(269,13): error TS2322: Type 'Element | VNode[]' is not assignable to type 'ReactNode'. es/picker/PickerColumn.tsx(269,53): error TS2559: Type '{ class: string; }' has no properties in common with type 'DetailedHTMLProps, HTMLDivElement>'. es/picker/PickerColumn.tsx(316,9): error TS2322: Type 'Element' is not assignable to type 'ReactNode'. es/picker/PickerColumn.tsx(317,11): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'. Property 'current' is missing in type 'Ref' but required in type 'RefObject'. es/picker/PickerColumn.tsx(326,11): error TS2322: Type 'Element[]' is not assignable to type 'ReactNode'. Type 'Element[]' is not assignable to type 'string'. es/popover/Popover.tsx(176,12): error TS2786: 'Icon' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element. es/popover/Popover.tsx(182,14): error TS2322: Type '{ children: string; class: Mods[]; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'? es/popover/Popover.tsx(197,11): error TS2322: Type '("" | Element | undefined)[]' is not assignable to type 'ReactNode'. Type '("" | Element | undefined)[]' is not assignable to type 'string'. es/popover/Popover.tsx(216,15): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'. Property 'current' is missing in type 'Ref' but required in type 'RefObject'. es/popover/Popover.tsx(217,11): error TS2322: Type 'VNode[] | undefined' is not assignable to type 'ReactNode'. es/popover/Popover.tsx(219,10): error TS2786: 'Popup' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ position: PopupPosition; overlay: boolean; round: boolean; show: boolean; safeAreaInsetBottom: boolean; ... 8 more ...; safeAreaInsetTop: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> ...' is not a valid JSX element. es/popover/Popover.tsx(230,36): error TS2322: Type '{ class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'? es/popover/Popover.tsx(232,13): error TS2322: Type 'VNode[]' is not assignable to type 'ReactNode'. es/popup/Popup.tsx(140,12): error TS2786: 'Overlay' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ show: boolean; lockScroll: boolean; lazyRender: boolean; }> & Omit; }>> & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<...>>; ... 10 ...' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ show: boolean; lockScroll: boolean; lazyRender: boolean; }> & Omit; }>> & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<...>>; ... 10 ...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more. es/popup/Popup.tsx(161,12): error TS2786: 'Icon' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element. es/popup/Popup.tsx(184,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/popup/Popup.tsx(186,11): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'. Property 'current' is missing in type 'Ref' but required in type 'RefObject'. es/popup/Popup.tsx(279,12): error TS2322: Type '{ children: (Element | undefined)[]; to: string | RendererElement; }' is not assignable to type 'IntrinsicAttributes & IntrinsicClassAttributes<{ $props: VNodeProps & TeleportProps; }>'. Property 'children' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes<{ $props: VNodeProps & TeleportProps; }>'. es/popup/Popup.tsx(279,12): error TS2786: 'Teleport' cannot be used as a JSX component. Its instance type '{ $props: VNodeProps & TeleportProps; }' is not a valid JSX element. Type '{ $props: VNodeProps & TeleportProps; }' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more. es/progress/Progress.tsx(55,13): error TS2322: Type '{ children: string; style: { color: string | undefined; left: string; transform: string; background: string | undefined; }; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLSpanElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLSpanElement>'. Did you mean 'className'? es/progress/Progress.tsx(75,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/progress/Progress.tsx(77,13): error TS2322: Type '{ class: Mods; style: { width: string; background: string | undefined; }; }' is not assignable to type 'DetailedHTMLProps, HTMLSpanElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLSpanElement>'. Did you mean 'className'? es/pull-refresh/PullRefresh.tsx(139,25): error TS2322: Type '{ children: any; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'? es/pull-refresh/PullRefresh.tsx(143,12): error TS2786: 'Loading' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: LoadingType; vertical: boolean; }> & Omit> & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<...>>; ....' is not a valid JSX element. es/pull-refresh/PullRefresh.tsx(232,14): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'. es/pull-refresh/PullRefresh.tsx(233,11): error TS2322: Type 'Element' is not assignable to type 'ReactNode'. es/pull-refresh/PullRefresh.tsx(233,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/pull-refresh/PullRefresh.tsx(242,15): error TS2322: Type 'VNode[]' is not assignable to type 'ReactNode'. es/radio-group/RadioGroup.tsx(59,9): error TS2322: Type 'VNode[] | undefined' is not assignable to type 'ReactNode'. es/radio/Radio.tsx(47,8): error TS2786: 'Checker' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; checked: boolean; shape: CheckerShape; labelDisabled: boolean; bindGroup: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 4 more...' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; checked: boolean; shape: CheckerShape; labelDisabled: boolean; bindGroup: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 4 more...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more. es/rate/Rate.tsx(236,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/rate/Rate.tsx(246,11): error TS2322: Type '(event: MouseEvent) => void' is not assignable to type 'MouseEventHandler'. Types of parameters 'event' and 'event' are incompatible. Type 'MouseEvent' is not assignable to type 'MouseEvent'. es/rate/Rate.tsx(248,12): error TS2786: 'Icon' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element. es/rate/Rate.tsx(256,14): error TS2786: 'Icon' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element. es/rate/Rate.tsx(273,9): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'. Property 'current' is missing in type 'Ref' but required in type 'RefObject'. es/rate/Rate.tsx(285,9): error TS2322: Type 'Element[]' is not assignable to type 'ReactNode'. es/search/Search.tsx(80,13): error TS2322: Type 'string | VNode[] | undefined' is not assignable to type 'ReactNode'. es/search/Search.tsx(91,13): error TS2322: Type '{ children: any; class: Mods; role: "button"; tabindex: number; onClick: () => void; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'? es/search/Search.tsx(125,10): error TS2786: 'Field' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: FieldType; center: boolean; border: boolean; disabled: boolean; required: boolean; isLink: boolean; ... 10 more ...; colon: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefi...' is not a valid JSX element. es/search/Search.tsx(147,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/search/Search.tsx(152,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/share-sheet/ShareSheet.tsx(85,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/share-sheet/ShareSheet.tsx(86,48): error TS2322: Type 'string | VNode[]' is not assignable to type 'ReactNode'. es/share-sheet/ShareSheet.tsx(88,48): error TS2322: Type 'string | VNode[]' is not assignable to type 'ReactNode'. es/share-sheet/ShareSheet.tsx(99,13): error TS2322: Type 'Element' is not assignable to type 'ReactNode'. es/share-sheet/ShareSheet.tsx(99,14): error TS2786: 'Icon' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element. es/share-sheet/ShareSheet.tsx(103,30): error TS2322: Type '{ src: string; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLImageElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLImageElement>'. Did you mean 'className'? es/share-sheet/ShareSheet.tsx(109,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/share-sheet/ShareSheet.tsx(116,26): error TS2322: Type '{ children: string; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLSpanElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLSpanElement>'. Did you mean 'className'? es/share-sheet/ShareSheet.tsx(118,19): error TS2322: Type '{ children: string; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLSpanElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLSpanElement>'. Did you mean 'className'? es/share-sheet/ShareSheet.tsx(125,47): error TS2322: Type 'Element[]' is not assignable to type 'ReactNode'. es/share-sheet/ShareSheet.tsx(142,33): error TS2322: Type '{ children: any; type: "button"; class: Mods; onClick: () => void; }' is not assignable to type 'DetailedHTMLProps, HTMLButtonElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLButtonElement>'. Did you mean 'className'? es/share-sheet/ShareSheet.tsx(150,8): error TS2786: 'Popup' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ position: PopupPosition; overlay: boolean; round: boolean; show: boolean; safeAreaInsetBottom: boolean; ... 8 more ...; safeAreaInsetTop: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> ...' is not a valid JSX element. es/sidebar-item/SidebarItem.tsx(68,11): error TS2322: Type 'Element' is not assignable to type 'ReactNode'. es/sidebar-item/SidebarItem.tsx(68,12): error TS2786: 'Badge' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; showZero: boolean; position: BadgePosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 4 more ... & { ....' is not a valid JSX element. es/sidebar/Sidebar.tsx(46,9): error TS2322: Type 'VNode[] | undefined' is not assignable to type 'ReactNode'. es/skeleton/Skeleton.tsx(49,13): error TS2322: Type '{ class: Mods; style: CSSProperties | undefined; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'? es/skeleton/Skeleton.tsx(60,13): error TS2322: Type '{ class: Mods; style: { width: string | undefined; }; }' is not assignable to type 'DetailedHTMLProps, HTMLHeadingElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLHeadingElement>'. Did you mean 'className'? es/skeleton/Skeleton.tsx(85,16): error TS2322: Type '{ class: Mods; style: { width: string | undefined; }; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'? es/skeleton/Skeleton.tsx(94,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/skeleton/Skeleton.tsx(99,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/slider/Slider.tsx(283,14): error TS2322: Type '{ class: Mods; style: CSSProperties | undefined; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'? es/slider/Slider.tsx(304,26): error TS7006: Parameter 'event' implicitly has an 'any' type. es/slider/Slider.tsx(314,11): error TS2322: Type '(event: Event) => void' is not assignable to type 'MouseEventHandler'. Types of parameters 'event' and 'event' are incompatible. Type 'MouseEvent' is missing the following properties from type 'Event': cancelBubble, composed, returnValue, srcElement, and 7 more. es/slider/Slider.tsx(316,11): error TS2322: Type 'Element | VNode[]' is not assignable to type 'ReactNode'. es/slider/Slider.tsx(327,9): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'. es/slider/Slider.tsx(333,9): error TS2322: Type '(event: MouseEvent) => void' is not assignable to type 'MouseEventHandler'. Types of parameters 'event' and 'event' are incompatible. Type 'MouseEvent' is not assignable to type 'MouseEvent'. es/slider/Slider.tsx(335,9): error TS2322: Type 'Element' is not assignable to type 'ReactNode'. es/slider/Slider.tsx(336,11): error TS2322: Type 'Element | Element[]' is not assignable to type 'ReactNode'. Type 'Element' is not assignable to type 'ReactNode'. es/step/Step.tsx(68,12): error TS2786: 'Icon' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element. es/step/Step.tsx(83,12): error TS2786: 'Icon' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element. es/step/Step.tsx(98,12): error TS2786: 'Icon' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element. es/step/Step.tsx(106,17): error TS2322: Type '{ class: Mods; style: { background: string | undefined; }; }' is not assignable to type 'DetailedHTMLProps, HTMLElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLElement>'. Did you mean 'className'? es/step/Step.tsx(113,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/step/Step.tsx(121,13): error TS2322: Type 'VNode[] | undefined' is not assignable to type 'ReactNode'. es/step/Step.tsx(124,13): error TS2322: Type 'Element | VNode[]' is not assignable to type 'ReactNode'. es/step/Step.tsx(126,16): error TS2322: Type '{ class: Mods; style: { background: string | undefined; }; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'? es/stepper/Stepper.tsx(292,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/stepper/Stepper.tsx(297,11): error TS2322: Type '{ onClick: (event: MouseEvent) => void; onTouchstart: () => void; onTouchend: (event: TouchEvent) => void; onTouchcancel: (event: TouchEvent) => void; ... 4 more ...; "aria-disabled": true | undefined; }' is not assignable to type 'DetailedHTMLProps, HTMLButtonElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLButtonElement>'. Did you mean 'className'? es/stepper/Stepper.tsx(306,11): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'. Type 'Ref' is not assignable to type 'RefObject'. es/stepper/Stepper.tsx(320,11): error TS2322: Type '(event: Event) => void' is not assignable to type 'FocusEventHandler'. Types of parameters 'event' and 'event' are incompatible. Type 'FocusEvent' is missing the following properties from type 'Event': cancelBubble, composed, returnValue, srcElement, and 7 more. es/stepper/Stepper.tsx(321,11): error TS2322: Type '(event: Event) => void' is not assignable to type 'FormEventHandler'. Types of parameters 'event' and 'event' are incompatible. Type 'FormEvent' is missing the following properties from type 'Event': cancelBubble, composed, returnValue, srcElement, and 7 more. es/stepper/Stepper.tsx(322,11): error TS2322: Type '(event: Event) => void' is not assignable to type 'FocusEventHandler'. Types of parameters 'event' and 'event' are incompatible. Type 'FocusEvent' is not assignable to type 'Event'. es/stepper/Stepper.tsx(329,11): error TS2322: Type '{ onClick: (event: MouseEvent) => void; onTouchstart: () => void; onTouchend: (event: TouchEvent) => void; onTouchcancel: (event: TouchEvent) => void; ... 4 more ...; "aria-disabled": true | undefined; }' is not assignable to type 'DetailedHTMLProps, HTMLButtonElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLButtonElement>'. Did you mean 'className'? es/steps/Steps.tsx(48,9): error TS2322: Type 'Element' is not assignable to type 'ReactNode'. es/steps/Steps.tsx(48,35): error TS2322: Type 'VNode[] | undefined' is not assignable to type 'ReactNode'. es/sticky/Sticky.tsx(147,12): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'. es/sticky/Sticky.tsx(148,9): error TS2322: Type 'Element' is not assignable to type 'ReactNode'. es/sticky/Sticky.tsx(149,11): error TS2322: Type 'VNode[] | undefined' is not assignable to type 'ReactNode'. es/submit-bar/SubmitBar.tsx(53,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/submit-bar/SubmitBar.tsx(55,14): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/submit-bar/SubmitBar.tsx(57,21): error TS2322: Type '{ children: string; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLSpanElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLSpanElement>'. Did you mean 'className'? es/submit-bar/SubmitBar.tsx(61,21): error TS2322: Type '{ children: string; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLSpanElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLSpanElement>'. Did you mean 'className'? es/submit-bar/SubmitBar.tsx(72,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/submit-bar/SubmitBar.tsx(73,26): error TS2786: 'Icon' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element. es/submit-bar/SubmitBar.tsx(74,27): error TS2322: Type '{ children: string; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLSpanElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLSpanElement>'. Did you mean 'className'? es/submit-bar/SubmitBar.tsx(89,10): error TS2786: 'Button' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; type: ButtonType; tag: keyof HTMLElementTagNameMap; ... 9 more ...; iconPosition: ButtonIconPosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHand...' is not a valid JSX element. es/submit-bar/SubmitBar.tsx(103,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/submit-bar/SubmitBar.tsx(108,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/swipe-cell/SwipeCell.tsx(195,13): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'. es/swipe-cell/SwipeCell.tsx(197,13): error TS2322: Type '(event: MouseEvent) => void' is not assignable to type 'MouseEventHandler'. es/swipe-cell/SwipeCell.tsx(199,13): error TS2322: Type 'VNode[]' is not assignable to type 'ReactNode'. es/swipe-cell/SwipeCell.tsx(220,11): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'. es/swipe-cell/SwipeCell.tsx(222,11): error TS2322: Type '(event: MouseEvent) => void' is not assignable to type 'MouseEventHandler'. Types of parameters 'event' and 'event' are incompatible. Type 'MouseEvent' is not assignable to type 'MouseEvent'. es/swipe-cell/SwipeCell.tsx(228,11): error TS2322: Type 'Element' is not assignable to type 'ReactNode'. es/swipe-cell/SwipeCell.tsx(228,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/swipe-item/SwipeItem.tsx(95,9): error TS2322: Type 'VNode[] | null | undefined' is not assignable to type 'ReactNode'. Type 'VNode[]' is not assignable to type 'ReactNode'. es/swipe/Swipe.tsx(382,31): error TS2322: Type '{ style: { backgroundColor: string | undefined; } | undefined; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLElement>'. Did you mean 'className'? es/swipe/Swipe.tsx(395,13): error TS2322: Type 'Element[]' is not assignable to type 'ReactNode'. es/swipe/Swipe.tsx(439,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/swipe/Swipe.tsx(439,12): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'. es/swipe/Swipe.tsx(448,11): error TS2322: Type 'VNode[] | undefined' is not assignable to type 'ReactNode'. es/switch/Switch.tsx(48,17): error TS2786: 'Loading' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: LoadingType; vertical: boolean; }> & Omit> & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<...>>; ....' is not a valid JSX element. es/switch/Switch.tsx(66,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/switch/Switch.tsx(78,36): error TS2322: Type 'Element | VNode[] | undefined' is not assignable to type 'ReactNode'. Type 'Element' is not assignable to type 'ReactNode'. es/tab/Tab.tsx(109,12): error TS2786: 'SwipeItem' cannot be used as a JSX component. Its instance type '({ $: ComponentInternalInstance; $data: {}; $props: Partial<{}> & Omit> & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & Readonly<...> & Sh...' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{}> & Omit> & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 4 more ... & { ...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more. es/tab/Tab.tsx(117,39): error TS2322: Type 'VNode[] | undefined' is not assignable to type 'ReactNode'. es/tab/Tab.tsx(136,11): error TS2322: Type 'VNode[] | null | undefined' is not assignable to type 'ReactNode'. es/tabbar-item/TabbarItem.tsx(84,17): error TS2786: 'Icon' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element. es/tabbar-item/TabbarItem.tsx(94,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/tabbar-item/TabbarItem.tsx(100,11): error TS2322: Type '(event: MouseEvent) => void' is not assignable to type 'MouseEventHandler'. Types of parameters 'event' and 'event' are incompatible. Type 'MouseEvent' is not assignable to type 'MouseEvent'. es/tabbar-item/TabbarItem.tsx(102,12): error TS2786: 'Badge' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; showZero: boolean; position: BadgePosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 4 more ... & { ....' is not a valid JSX element. es/tabbar-item/TabbarItem.tsx(110,13): error TS2322: Type 'VNode[] | undefined' is not assignable to type 'ReactNode'. es/tabbar/Tabbar.tsx(72,11): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'. es/tabbar/Tabbar.tsx(83,11): error TS2322: Type 'VNode[] | undefined' is not assignable to type 'ReactNode'. es/tabs/Tabs.tsx(366,10): error TS2786: 'TabsTitle' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; disabled: boolean; shrink: boolean; isActive: boolean; scrollable: boolean; showZeroBadge: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } ...' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; disabled: boolean; shrink: boolean; isActive: boolean; scrollable: boolean; showZeroBadge: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } ...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more. es/tabs/Tabs.tsx(394,21): error TS2322: Type '{ class: Mods; style: { [x: `--${string}`]: string | number | undefined; accentColor?: string | undefined; alignContent?: string | undefined; alignItems?: string | undefined; alignSelf?: string | undefined; ... 1522 more ...; "vector-effect"?: VectorEffectProperty | undefined; }; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'? es/tabs/Tabs.tsx(402,11): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'. es/tabs/Tabs.tsx(408,11): error TS2322: Type 'Element' is not assignable to type 'ReactNode'. es/tabs/Tabs.tsx(408,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/tabs/Tabs.tsx(409,13): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'. es/tabs/Tabs.tsx(500,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/tabs/Tabs.tsx(500,12): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'. es/tabs/Tabs.tsx(502,12): error TS2786: 'Sticky' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ position: StickyPosition; offsetTop: string | number; offsetBottom: string | number; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 5 more ... & { ...; }' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ position: StickyPosition; offsetTop: string | number; offsetBottom: string | number; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 5 more ... & { ...; }' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more. es/tabs/Tabs.tsx(513,10): error TS2786: 'TabsContent' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ lazyRender: boolean; inited: boolean; animated: boolean; swipeable: boolean; }> & Omit & ... 3 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | ...' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ lazyRender: boolean; inited: boolean; animated: boolean; swipeable: boolean; }> & Omit & ... 3 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | ...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more. es/tabs/TabsContent.tsx(32,12): error TS2786: 'Swipe' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ vertical: boolean; loop: boolean; duration: string | number; lazyRender: boolean; autoplay: string | number; touchable: boolean; initialSwipe: string | number; showIndicators: boolean; stopPropagation: boolean; }> & Omit<...>; ... 10 more ...; $watch(sourc...' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ vertical: boolean; loop: boolean; duration: string | number; lazyRender: boolean; autoplay: string | number; touchable: boolean; initialSwipe: string | number; showIndicators: boolean; stopPropagation: boolean; }> & Omit<...>; ... 10 more ...; $watch(sourc...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more. es/tabs/TabsContent.tsx(69,9): error TS2322: Type 'Element | VNode[] | undefined' is not assignable to type 'ReactNode'. es/tabs/TabsTitle.tsx(59,11): error TS2322: Type 'string | VNode[] | undefined' is not assignable to type 'ReactNode'. es/tabs/TabsTitle.tsx(65,12): error TS2786: 'Badge' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; showZero: boolean; position: BadgePosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 4 more ... & { ....' is not a valid JSX element. es/tabs/TabsTitle.tsx(99,9): error TS2322: Type 'Element' is not assignable to type 'ReactNode'. es/tag/Tag.tsx(74,10): error TS2786: 'Icon' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element. es/tag/Tag.tsx(82,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/tag/Tag.tsx(90,8): error TS2322: Type '{ children: Element | null; name: string | undefined; }' is not assignable to type 'IntrinsicAttributes & TransitionProps'. Property 'children' does not exist on type 'IntrinsicAttributes & TransitionProps'. es/toast/Toast.tsx(102,12): error TS2786: 'Icon' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element. es/toast/Toast.tsx(113,12): error TS2786: 'Loading' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: LoadingType; vertical: boolean; }> & Omit> & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<...>>; ....' is not a valid JSX element. es/toast/Toast.tsx(123,24): error TS2322: Type '{ key: number; class: Mods; innerHTML: string; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'? es/toast/Toast.tsx(125,16): error TS2322: Type '{ children: string | number; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'? es/toast/Toast.tsx(148,8): error TS2786: 'Popup' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ position: PopupPosition; overlay: boolean; round: boolean; show: boolean; safeAreaInsetBottom: boolean; ... 8 more ...; safeAreaInsetTop: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> ...' is not a valid JSX element. es/toast/function-call.tsx(61,17): error TS2786: 'VanToast' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: ToastType; position: ToastPosition; overlay: boolean; show: boolean; ... 4 more ...; closeOnClick: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } ...' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: ToastType; position: ToastPosition; overlay: boolean; show: boolean; ... 4 more ...; closeOnClick: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } ...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more. es/tree-select/TreeSelect.tsx(93,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/tree-select/TreeSelect.tsx(106,14): error TS2786: 'Icon' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element. es/tree-select/TreeSelect.tsx(120,10): error TS2786: 'SidebarItem' cannot be used as a JSX component. Its instance type '({ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; dot: boolean; disabled: boolean; }> & Omit; url: StringConstructor; replace: BooleanConstructor; } & { ...; }>> & { ...; } & VNodeProps & AllowedComponentProps & ComponentCustomP...' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; dot: boolean; disabled: boolean; }> & Omit; url: StringConstructor; replace: BooleanConstructor; } & { ...; }>> & { ...; } & VNodeProps & AllowedComponentProps & ComponentCustomPr...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more. es/tree-select/TreeSelect.tsx(131,10): error TS2786: 'Sidebar' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ modelValue: string | number; }> & Omit> & { ...; } & VNodeProps & AllowedComponentProps & ComponentCustomProps, "modelValue">; ... 10 more ......' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ modelValue: string | number; }> & Omit> & { ...; } & VNodeProps & AllowedComponentProps & ComponentCustomProps, "modelValue">; ... 10 more ......' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more. es/tree-select/TreeSelect.tsx(153,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/tree-select/TreeSelect.tsx(155,37): error TS2322: Type 'VNode[] | undefined' is not assignable to type 'ReactNode'. es/uploader/Uploader.tsx(282,10): error TS2786: 'UploaderPreviewItem' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ lazyLoad: boolean; deletable: boolean; }> & Omit; }>> & { ...; } & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKe...' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ lazyLoad: boolean; deletable: boolean; }> & Omit; }>> & { ...; } & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKe...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more. es/uploader/Uploader.tsx(310,11): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'. Property 'current' is missing in type 'Ref' but required in type 'RefObject'. es/uploader/Uploader.tsx(317,11): error TS2322: Type '(event: Event) => void' is not assignable to type 'ChangeEventHandler'. Types of parameters 'event' and 'event' are incompatible. Type 'ChangeEvent' is missing the following properties from type 'Event': cancelBubble, composed, returnValue, srcElement, and 7 more. es/uploader/Uploader.tsx(323,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/uploader/Uploader.tsx(323,45): error TS2322: Type '(event: MouseEvent) => void' is not assignable to type 'MouseEventHandler'. Types of parameters 'event' and 'event' are incompatible. Type 'MouseEvent' is not assignable to type 'MouseEvent'. es/uploader/Uploader.tsx(331,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/uploader/Uploader.tsx(334,11): error TS2322: Type '(event: MouseEvent) => void' is not assignable to type 'MouseEventHandler'. es/uploader/Uploader.tsx(336,12): error TS2786: 'Icon' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element. es/uploader/Uploader.tsx(338,19): error TS2322: Type '{ children: string; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLSpanElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLSpanElement>'. Did you mean 'className'? es/uploader/Uploader.tsx(363,9): error TS2322: Type 'Element' is not assignable to type 'ReactNode'. es/uploader/Uploader.tsx(363,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/uploader/UploaderPreviewItem.tsx(47,14): error TS2786: 'Icon' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element. es/uploader/UploaderPreviewItem.tsx(49,14): error TS2786: 'Loading' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: LoadingType; vertical: boolean; }> & Omit> & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<...>>; ....' is not a valid JSX element. es/uploader/UploaderPreviewItem.tsx(55,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/uploader/UploaderPreviewItem.tsx(57,34): error TS2322: Type '{ children: string; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'? es/uploader/UploaderPreviewItem.tsx(83,13): error TS2322: Type '(event: MouseEvent) => void' is not assignable to type 'MouseEventHandler'. Types of parameters 'event' and 'event' are incompatible. Type 'MouseEvent' is not assignable to type 'MouseEvent'. es/uploader/UploaderPreviewItem.tsx(85,13): error TS2322: Type 'Element | VNode[]' is not assignable to type 'ReactNode'. es/uploader/UploaderPreviewItem.tsx(88,16): error TS2786: 'Icon' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element. es/uploader/UploaderPreviewItem.tsx(100,13): error TS2322: Type 'VNode[]' is not assignable to type 'ReactNode'. es/uploader/UploaderPreviewItem.tsx(111,12): error TS2786: 'Image' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ round: boolean; showError: boolean; lazyLoad: boolean; errorIcon: string; showLoading: boolean; loadingIcon: string; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle;...' is not a valid JSX element. es/uploader/UploaderPreviewItem.tsx(125,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. es/uploader/UploaderPreviewItem.tsx(126,12): error TS2786: 'Icon' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element. es/uploader/UploaderPreviewItem.tsx(127,16): error TS2322: Type '{ children: string | undefined; class: Mods[]; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'? es/uploader/UploaderPreviewItem.tsx(136,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/action-bar-button/ActionBarButton.tsx(62,10): error TS2786: 'Button' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; type: ButtonType; tag: keyof HTMLElementTagNameMap; ... 9 more ...; iconPosition: ButtonIconPosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHand...' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; type: ButtonType; tag: keyof HTMLElementTagNameMap; ... 9 more ...; iconPosition: ButtonIconPosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHand...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more. lib/action-bar-icon/ActionBarIcon.tsx(44,12): error TS2786: 'Badge' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; showZero: boolean; position: BadgePosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 4 more ... & { ....' is not a valid JSX element. lib/action-bar-icon/ActionBarIcon.tsx(55,10): error TS2786: 'Icon' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element. lib/action-bar-icon/ActionBarIcon.tsx(69,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/action-bar/ActionBar.tsx(29,9): error TS2322: Type 'VNode[] | undefined' is not assignable to type 'ReactNode'. lib/action-sheet/ActionSheet.tsx(72,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/action-sheet/ActionSheet.tsx(75,16): error TS2786: 'Icon' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element. lib/action-sheet/ActionSheet.tsx(89,16): error TS2322: Type '{ class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'? lib/action-sheet/ActionSheet.tsx(91,13): error TS2322: Type 'string | VNode[] | undefined' is not assignable to type 'ReactNode'. lib/action-sheet/ActionSheet.tsx(99,17): error TS2786: 'Loading' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: LoadingType; vertical: boolean; }> & Omit> & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<...>>; ....' is not a valid JSX element. lib/action-sheet/ActionSheet.tsx(107,15): error TS2322: Type '{ children: string | undefined; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLSpanElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLSpanElement>'. Did you mean 'className'? lib/action-sheet/ActionSheet.tsx(108,32): error TS2322: Type '{ children: string; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'? lib/action-sheet/ActionSheet.tsx(138,11): error TS2322: Type 'Element | ("" | Element | undefined)[]' is not assignable to type 'ReactNode'. lib/action-sheet/ActionSheet.tsx(148,48): error TS2322: Type 'string | VNode[] | undefined' is not assignable to type 'ReactNode'. lib/action-sheet/ActionSheet.tsx(153,8): error TS2786: 'Popup' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ position: PopupPosition; overlay: boolean; round: boolean; show: boolean; safeAreaInsetBottom: boolean; ... 8 more ...; safeAreaInsetTop: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> ...' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ position: PopupPosition; overlay: boolean; round: boolean; show: boolean; safeAreaInsetBottom: boolean; ... 8 more ...; safeAreaInsetTop: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> ...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more. lib/action-sheet/ActionSheet.tsx(161,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/address-edit/AddressEdit.tsx(235,14): error TS2786: 'Switch' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; loading: boolean; activeValue: unknown; inactiveValue: unknown; }> & Omit> & { ...; } & VNodeProps & AllowedComponen...' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; loading: boolean; activeValue: unknown; inactiveValue: unknown; }> & Omit> & { ...; } & VNodeProps & AllowedComponen...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more. lib/address-edit/AddressEdit.tsx(238,26): error TS7006: Parameter 'event' implicitly has an 'any' type. lib/address-edit/AddressEdit.tsx(244,12): error TS2786: 'Cell' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; center: boolean; border: boolean; required: boolean; isLink: boolean; clickable: boolean | null; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; }...' is not a valid JSX element. lib/address-edit/AddressEdit.tsx(282,10): error TS2786: 'Form' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; readonly: boolean; colon: boolean; showError: boolean; scrollToError: boolean; validateFirst: boolean; submitOnEnter: boolean; showErrorMessage: boolean; validateTrigger: FieldValidateTrigger | FieldValidateTrigger[]; }> & Omit<...>; ......' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; readonly: boolean; colon: boolean; showError: boolean; scrollToError: boolean; validateFirst: boolean; submitOnEnter: boolean; showErrorMessage: boolean; validateTrigger: FieldValidateTrigger | FieldValidateTrigger[]; }> & Omit<...>; ......' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more. lib/address-edit/AddressEdit.tsx(283,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/address-edit/AddressEdit.tsx(284,14): error TS2786: 'Field' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: FieldType; center: boolean; border: boolean; disabled: boolean; required: boolean; isLink: boolean; ... 10 more ...; colon: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefi...' is not a valid JSX element. lib/address-edit/AddressEdit.tsx(292,14): error TS2786: 'Field' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: FieldType; center: boolean; border: boolean; disabled: boolean; required: boolean; isLink: boolean; ... 10 more ...; colon: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefi...' is not a valid JSX element. lib/address-edit/AddressEdit.tsx(302,14): error TS2786: 'Field' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: FieldType; center: boolean; border: boolean; disabled: boolean; required: boolean; isLink: boolean; ... 10 more ...; colon: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefi...' is not a valid JSX element. lib/address-edit/AddressEdit.tsx(316,14): error TS2786: 'AddressEditDetail' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ show: boolean; focused: boolean; showSearchResult: boolean; }> & Omit> & { ...; } & VNodeProps & AllowedComponentProps & ComponentCustomProps, De...' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ show: boolean; focused: boolean; showSearchResult: boolean; }> & Omit> & { ...; } & VNodeProps & AllowedComponentProps & ComponentCustomProps, De...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more. lib/address-edit/AddressEdit.tsx(331,16): error TS2786: 'Field' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: FieldType; center: boolean; border: boolean; disabled: boolean; required: boolean; isLink: boolean; ... 10 more ...; colon: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefi...' is not a valid JSX element. lib/address-edit/AddressEdit.tsx(345,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/address-edit/AddressEdit.tsx(346,14): error TS2786: 'Button' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; type: ButtonType; tag: keyof HTMLElementTagNameMap; ... 9 more ...; iconPosition: ButtonIconPosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHand...' is not a valid JSX element. lib/address-edit/AddressEdit.tsx(356,16): error TS2786: 'Button' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; type: ButtonType; tag: keyof HTMLElementTagNameMap; ... 9 more ...; iconPosition: ButtonIconPosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHand...' is not a valid JSX element. lib/address-edit/AddressEdit.tsx(366,12): error TS2786: 'Popup' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ position: PopupPosition; overlay: boolean; round: boolean; show: boolean; safeAreaInsetBottom: boolean; ... 8 more ...; safeAreaInsetTop: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> ...' is not a valid JSX element. lib/address-edit/AddressEdit.tsx(373,14): error TS2786: 'Area' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ loading: boolean; readonly: boolean; allowHtml: boolean; itemHeight: string | number; showToolbar: boolean; ... 5 more ...; isOverseaCode: (code: string) => boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?:...' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ loading: boolean; readonly: boolean; allowHtml: boolean; itemHeight: string | number; showToolbar: boolean; ... 5 more ...; isOverseaCode: (code: string) => boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?:...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more. lib/address-edit/AddressEditDetail.tsx(51,21): error TS2322: Type '{ innerHTML: string; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'. Property 'innerHTML' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. lib/address-edit/AddressEditDetail.tsx(62,10): error TS2786: 'Cell' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; center: boolean; border: boolean; required: boolean; isLink: boolean; clickable: boolean | null; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; }...' is not a valid JSX element. lib/address-edit/AddressEditDetail.tsx(85,14): error TS2786: 'Field' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: FieldType; center: boolean; border: boolean; disabled: boolean; required: boolean; isLink: boolean; ... 10 more ...; colon: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefi...' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: FieldType; center: boolean; border: boolean; disabled: boolean; required: boolean; isLink: boolean; ... 10 more ...; colon: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefi...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more. lib/address-list/AddressList.tsx(65,10): error TS2786: 'AddressListItem' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; switchable: boolean; }> & Omit; required: true; }; disabled: BooleanConstructor; switchable: BooleanConstructor; defaultTagText: StringConstructor; }>> & { ...; } ...' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; switchable: boolean; }> & Omit; required: true; }; disabled: BooleanConstructor; switchable: BooleanConstructor; defaultTagText: StringConstructor; }>> & { ...; } ...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more. lib/address-list/AddressList.tsx(90,9): error TS2322: Type 'Element' is not assignable to type 'ReactNode'. lib/address-list/AddressList.tsx(90,10): error TS2786: 'Button' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; type: ButtonType; tag: keyof HTMLElementTagNameMap; ... 9 more ...; iconPosition: ButtonIconPosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHand...' is not a valid JSX element. lib/address-list/AddressList.tsx(105,14): error TS2322: Type '{ children: string; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'? lib/address-list/AddressList.tsx(109,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/address-list/AddressList.tsx(111,12): error TS2786: 'RadioGroup' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; }> & Omit; modelValue: PropType<...>; checkedColor: StringConstructor; }>> & { ...; } & VNodeProps & ...' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; }> & Omit; modelValue: PropType<...>; checkedColor: StringConstructor; }>> & { ...; } & VNodeProps & ...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more. lib/address-list/AddressListItem.tsx(48,8): error TS2786: 'Icon' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element. lib/address-list/AddressListItem.tsx(51,19): error TS7006: Parameter 'event' implicitly has an 'any' type. lib/address-list/AddressListItem.tsx(65,12): error TS2786: 'Tag' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: TagType; mark: boolean; round: boolean; show: boolean; plain: boolean; closeable: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 5 more ... ...' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: TagType; mark: boolean; round: boolean; show: boolean; plain: boolean; closeable: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 5 more ... ...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more. lib/address-list/AddressListItem.tsx(76,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/address-list/AddressListItem.tsx(80,14): error TS2322: Type '{ children: string; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'? lib/address-list/AddressListItem.tsx(85,12): error TS2786: 'Radio' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; shape: CheckerShape; labelDisabled: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 5 more ... & { ...; }' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; shape: CheckerShape; labelDisabled: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 5 more ... & { ...; }' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more. lib/address-list/AddressListItem.tsx(98,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/address-list/AddressListItem.tsx(99,12): error TS2786: 'Cell' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; center: boolean; border: boolean; required: boolean; isLink: boolean; clickable: boolean | null; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; }...' is not a valid JSX element. lib/area/Area.tsx(324,10): error TS2786: 'Picker' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ loading: boolean; readonly: boolean; defaultIndex: string | number; allowHtml: boolean; itemHeight: string | number; ... 4 more ...; toolbarPosition: PickerToolbarPosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, op...' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ loading: boolean; readonly: boolean; defaultIndex: string | number; allowHtml: boolean; itemHeight: string | number; ... 4 more ...; toolbarPosition: PickerToolbarPosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, op...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more. lib/badge/Badge.tsx(104,13): error TS2322: Type 'string | number | VNode[] | undefined' is not assignable to type 'ReactNode'. lib/button/Button.tsx(73,10): error TS2786: 'Loading' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: LoadingType; vertical: boolean; }> & Omit> & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<...>>; ....' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: LoadingType; vertical: boolean; }> & Omit> & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<...>>; ....' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more. lib/button/Button.tsx(87,41): error TS2322: Type 'VNode[]' is not assignable to type 'ReactNode'. lib/button/Button.tsx(92,12): error TS2786: 'Icon' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element. lib/button/Button.tsx(110,42): error TS2322: Type 'string | VNode[]' is not assignable to type 'ReactNode'. lib/button/Button.tsx(187,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/calendar/Calendar.tsx(460,10): error TS2786: 'CalendarMonth' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ lazyRender: boolean; showMark: boolean; allowSameDay: boolean; showSubtitle: boolean; showMonthTitle: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ....' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ lazyRender: boolean; showMark: boolean; allowSameDay: boolean; showSubtitle: boolean; showMonthTitle: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ....' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more. lib/calendar/Calendar.tsx(494,12): error TS2786: 'Button' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; type: ButtonType; tag: keyof HTMLElementTagNameMap; ... 9 more ...; iconPosition: ButtonIconPosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHand...' is not a valid JSX element. lib/calendar/Calendar.tsx(517,9): error TS2322: Type 'Element | VNode[] | undefined' is not assignable to type 'ReactNode'. lib/calendar/Calendar.tsx(522,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/calendar/Calendar.tsx(523,10): error TS2786: 'CalendarHeader' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ showTitle: boolean; showSubtitle: boolean; }> & Omit> & { ...; } & VNo...' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ showTitle: boolean; showSubtitle: boolean; }> & Omit> & { ...; } & VNo...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more. lib/calendar/Calendar.tsx(534,14): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'. lib/calendar/Calendar.tsx(535,11): error TS2322: Type 'Element[]' is not assignable to type 'ReactNode'. lib/calendar/Calendar.tsx(564,12): error TS2786: 'Popup' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ position: PopupPosition; overlay: boolean; round: boolean; show: boolean; safeAreaInsetBottom: boolean; ... 8 more ...; safeAreaInsetTop: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> ...' is not a valid JSX element. lib/calendar/CalendarDay.tsx(76,13): error TS2322: Type 'string | VNode[] | undefined' is not assignable to type 'ReactNode'. lib/calendar/CalendarDay.tsx(88,13): error TS2322: Type 'string | VNode[] | undefined' is not assignable to type 'ReactNode'. lib/calendar/CalendarDay.tsx(112,13): error TS2322: Type '(Element | Numeric | undefined)[]' is not assignable to type 'ReactNode'. Type '(Element | Numeric | undefined)[]' is not assignable to type 'string'. lib/calendar/CalendarDay.tsx(124,21): error TS2322: Type '{ class: Mods; style: CSSProperties; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'? lib/calendar/CalendarDay.tsx(135,11): error TS2322: Type 'Element | (Element | Numeric | undefined)[]' is not assignable to type 'ReactNode'. Type 'Element' is not assignable to type 'ReactNode'. lib/calendar/CalendarHeader.tsx(25,21): error TS2322: Type '{ children: any; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'? lib/calendar/CalendarHeader.tsx(36,47): error TS2322: Type '(event: MouseEvent) => void' is not assignable to type 'MouseEventHandler'. Types of parameters 'event' and 'event' are incompatible. Type 'MouseEvent' is not assignable to type 'MouseEvent'. lib/calendar/CalendarHeader.tsx(37,13): error TS2322: Type 'string | VNode[] | undefined' is not assignable to type 'ReactNode'. lib/calendar/CalendarHeader.tsx(53,11): error TS2322: Type 'Element[]' is not assignable to type 'ReactNode'. lib/calendar/CalendarHeader.tsx(54,19): error TS2322: Type '{ children: any; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLSpanElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLSpanElement>'. Did you mean 'className'? lib/calendar/CalendarHeader.tsx(61,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/calendar/CalendarMonth.tsx(188,21): error TS2322: Type '{ children: any; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'? lib/calendar/CalendarMonth.tsx(194,21): error TS2322: Type '{ children: number; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'? lib/calendar/CalendarMonth.tsx(248,8): error TS2786: 'CalendarDay' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ offset: number; }> & Omit; required: true; }; color: StringConstructor; index: NumberConstructor; offset: { ...; }; rowHeight: StringConstructor; }>> & { ...; } & VNodeProps & AllowedCompo...' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ offset: number; }> & Omit; required: true; }; color: StringConstructor; index: NumberConstructor; offset: { ...; }; rowHeight: StringConstructor; }>> & { ...; } & VNodeProps & AllowedCompo...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more. lib/calendar/CalendarMonth.tsx(255,19): error TS7006: Parameter 'item' implicitly has an 'any' type. lib/calendar/CalendarMonth.tsx(260,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/calendar/CalendarMonth.tsx(260,12): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'. lib/calendar/CalendarMonth.tsx(275,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/calendar/CalendarMonth.tsx(275,33): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'. lib/card/Card.tsx(43,16): error TS2322: Type '{ children: string; class: Mods[]; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'? lib/card/Card.tsx(54,13): error TS2322: Type 'Element | VNode[]' is not assignable to type 'ReactNode'. lib/card/Card.tsx(57,16): error TS2786: 'Tag' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: TagType; mark: boolean; round: boolean; show: boolean; plain: boolean; closeable: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 5 more ... ...' is not a valid JSX element. lib/card/Card.tsx(72,10): error TS2786: 'Image' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ round: boolean; showError: boolean; lazyLoad: boolean; errorIcon: string; showLoading: boolean; loadingIcon: string; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle;...' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ round: boolean; showError: boolean; lazyLoad: boolean; errorIcon: string; showLoading: boolean; loadingIcon: string; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle;...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more. lib/card/Card.tsx(85,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/card/Card.tsx(88,13): error TS2322: Type '(event: MouseEvent) => void' is not assignable to type 'MouseEventHandler'. Types of parameters 'event' and 'event' are incompatible. Type 'MouseEvent' is not assignable to type 'MouseEvent'. lib/card/Card.tsx(102,21): error TS2322: Type '{ children: string; class: Mods[]; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'? lib/card/Card.tsx(109,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/card/Card.tsx(110,17): error TS2322: Type '{ children: string; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLSpanElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLSpanElement>'. Did you mean 'className'? lib/card/Card.tsx(111,17): error TS2322: Type '{ children: string; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLSpanElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLSpanElement>'. Did you mean 'className'? lib/card/Card.tsx(112,17): error TS2322: Type '{ children: string; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLSpanElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLSpanElement>'. Did you mean 'className'? lib/card/Card.tsx(126,11): error TS2322: Type 'Element | VNode[]' is not assignable to type 'ReactNode'. lib/card/Card.tsx(132,11): error TS2322: Type 'string | VNode[]' is not assignable to type 'ReactNode'. lib/card/Card.tsx(140,11): error TS2322: Type 'string | VNode[]' is not assignable to type 'ReactNode'. lib/card/Card.tsx(145,36): error TS2322: Type 'VNode[]' is not assignable to type 'ReactNode'. lib/card/Card.tsx(149,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/card/Card.tsx(159,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/card/Card.tsx(160,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/card/Card.tsx(162,14): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/card/Card.tsx(163,16): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/cascader/Cascader.tsx(192,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/cascader/Cascader.tsx(194,13): error TS2322: Type 'string | VNode[] | undefined' is not assignable to type 'ReactNode'. lib/cascader/Cascader.tsx(197,14): error TS2786: 'Icon' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element. lib/cascader/Cascader.tsx(224,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/cascader/Cascader.tsx(235,14): error TS2786: 'Icon' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element. lib/cascader/Cascader.tsx(247,9): error TS2322: Type 'Element[]' is not assignable to type 'ReactNode'. lib/cascader/Cascader.tsx(259,10): error TS2786: 'Tab' cannot be used as a JSX component. Its instance type '({ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; dot: boolean; disabled: boolean; showZeroBadge: boolean; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | u...' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; dot: boolean; disabled: boolean; showZeroBadge: boolean; }> & Omit & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: Wa...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more. lib/cascader/Cascader.tsx(273,8): error TS2786: 'Tabs' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: TabsType; ellipsis: boolean; sticky: boolean; border: boolean; active: string | number; ... 7 more ...; swipeThreshold: string | number; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | un...' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: TabsType; ellipsis: boolean; sticky: boolean; border: boolean; active: string | number; ... 7 more ...; swipeThreshold: string | number; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | un...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more. lib/cascader/Cascader.tsx(302,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/cell-group/CellGroup.tsx(30,9): error TS2322: Type 'VNode[] | undefined' is not assignable to type 'ReactNode'. lib/cell-group/CellGroup.tsx(36,9): error TS2322: Type 'string | VNode[] | undefined' is not assignable to type 'ReactNode'. lib/cell/Cell.tsx(70,13): error TS2322: Type 'string | number | VNode[] | undefined' is not assignable to type 'ReactNode'. lib/cell/Cell.tsx(79,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/cell/Cell.tsx(81,13): error TS2322: Type 'string | CSSProperties | undefined' is not assignable to type 'CSSProperties | undefined'. lib/cell/Cell.tsx(99,13): error TS2322: Type 'Element | VNode[]' is not assignable to type 'ReactNode'. lib/cell/Cell.tsx(112,12): error TS2786: 'Icon' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more. lib/cell/Cell.tsx(130,17): error TS2786: 'Icon' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element. lib/cell/Cell.tsx(149,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/checkbox-group/CheckboxGroup.tsx(85,54): error TS2322: Type 'VNode[] | undefined' is not assignable to type 'ReactNode'. lib/checkbox/Checkbox.tsx(87,8): error TS2786: 'Checker' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; checked: boolean; shape: CheckerShape; labelDisabled: boolean; bindGroup: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 4 more...' is not a valid JSX element. lib/checkbox/Checker.tsx(91,11): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'. lib/checkbox/Checker.tsx(95,11): error TS2322: Type 'Element | VNode[]' is not assignable to type 'ReactNode'. lib/checkbox/Checker.tsx(98,14): error TS2786: 'Icon' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element. lib/checkbox/Checker.tsx(113,13): error TS2322: Type 'VNode[]' is not assignable to type 'ReactNode'. lib/checkbox/Checker.tsx(137,11): error TS2322: Type '(event: MouseEvent) => void' is not assignable to type 'MouseEventHandler'. Types of parameters 'event' and 'event' are incompatible. Type 'MouseEvent' is not assignable to type 'MouseEvent'. lib/checkbox/Checker.tsx(139,11): error TS2322: Type '(Element | undefined)[]' is not assignable to type 'ReactNode'. lib/circle/Circle.tsx(137,11): error TS2322: Type '{ d: string; style: CSSProperties; class: Mods; stroke: string | undefined; }' is not assignable to type 'SVGProps'. Property 'class' does not exist on type 'SVGProps'. Did you mean 'className'? lib/circle/Circle.tsx(150,20): error TS2322: Type '{ class: Mods; style: { fill: string; stroke: string | undefined; strokeWidth: string; }; d: string; }' is not assignable to type 'SVGProps'. Property 'class' does not exist on type 'SVGProps'. Did you mean 'className'? lib/circle/Circle.tsx(168,11): error TS2322: Type 'Element' is not assignable to type 'ReactNode'. lib/circle/Circle.tsx(169,13): error TS2322: Type 'Element[]' is not assignable to type 'ReactNode'. lib/circle/Circle.tsx(180,21): error TS2322: Type '{ children: string; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'? lib/circle/Circle.tsx(185,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/circle/Circle.tsx(186,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/collapse-item/CollapseItem.tsx(136,10): error TS2786: 'Cell' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; center: boolean; border: boolean; required: boolean; isLink: boolean; clickable: boolean | null; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; }...' is not a valid JSX element. lib/collapse-item/CollapseItem.tsx(154,9): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'. lib/collapse-item/CollapseItem.tsx(158,9): error TS2322: Type 'Element' is not assignable to type 'ReactNode'. lib/collapse-item/CollapseItem.tsx(158,14): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'. lib/collapse-item/CollapseItem.tsx(159,11): error TS2322: Type 'VNode[] | undefined' is not assignable to type 'ReactNode'. lib/collapse-item/CollapseItem.tsx(167,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/collapse/Collapse.tsx(102,9): error TS2322: Type 'VNode[] | undefined' is not assignable to type 'ReactNode'. lib/composables/use-placeholder.tsx(13,7): error TS2322: Type 'Element' is not assignable to type 'ReactNode'. lib/contact-card/ContactCard.tsx(45,8): error TS2786: 'Cell' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; center: boolean; border: boolean; required: boolean; isLink: boolean; clickable: boolean | null; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; }...' is not a valid JSX element. lib/contact-edit/ContactEdit.tsx(69,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/contact-edit/ContactEdit.tsx(70,10): error TS2786: 'Button' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; type: ButtonType; tag: keyof HTMLElementTagNameMap; ... 9 more ...; iconPosition: ButtonIconPosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHand...' is not a valid JSX element. lib/contact-edit/ContactEdit.tsx(80,12): error TS2786: 'Button' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; type: ButtonType; tag: keyof HTMLElementTagNameMap; ... 9 more ...; iconPosition: ButtonIconPosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHand...' is not a valid JSX element. lib/contact-edit/ContactEdit.tsx(93,8): error TS2786: 'Switch' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; loading: boolean; activeValue: unknown; inactiveValue: unknown; }> & Omit> & { ...; } & VNodeProps & AllowedComponen...' is not a valid JSX element. lib/contact-edit/ContactEdit.tsx(103,12): error TS2786: 'Cell' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; center: boolean; border: boolean; required: boolean; isLink: boolean; clickable: boolean | null; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; }...' is not a valid JSX element. lib/contact-edit/ContactEdit.tsx(119,8): error TS2786: 'Form' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; readonly: boolean; colon: boolean; showError: boolean; scrollToError: boolean; validateFirst: boolean; submitOnEnter: boolean; showErrorMessage: boolean; validateTrigger: FieldValidateTrigger | FieldValidateTrigger[]; }> & Omit<...>; ......' is not a valid JSX element. lib/contact-edit/ContactEdit.tsx(120,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/contact-edit/ContactEdit.tsx(121,12): error TS2786: 'Field' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: FieldType; center: boolean; border: boolean; disabled: boolean; required: boolean; isLink: boolean; ... 10 more ...; colon: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefi...' is not a valid JSX element. lib/contact-edit/ContactEdit.tsx(129,12): error TS2786: 'Field' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: FieldType; center: boolean; border: boolean; disabled: boolean; required: boolean; isLink: boolean; ... 10 more ...; colon: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefi...' is not a valid JSX element. lib/contact-list/ContactList.tsx(47,10): error TS2786: 'Radio' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; shape: CheckerShape; labelDisabled: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 5 more ... & { ...; }' is not a valid JSX element. lib/contact-list/ContactList.tsx(51,10): error TS2786: 'Icon' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element. lib/contact-list/ContactList.tsx(54,21): error TS7006: Parameter 'event' implicitly has an 'any' type. lib/contact-list/ContactList.tsx(66,14): error TS2786: 'Tag' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: TagType; mark: boolean; round: boolean; show: boolean; plain: boolean; closeable: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 5 more ... ...' is not a valid JSX element. lib/contact-list/ContactList.tsx(76,10): error TS2786: 'Cell' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; center: boolean; border: boolean; required: boolean; isLink: boolean; clickable: boolean | null; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; }...' is not a valid JSX element. lib/contact-list/ContactList.tsx(93,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/contact-list/ContactList.tsx(94,10): error TS2786: 'RadioGroup' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; }> & Omit; modelValue: PropType<...>; checkedColor: StringConstructor; }>> & { ...; } & VNodeProps & ...' is not a valid JSX element. lib/contact-list/ContactList.tsx(98,11): error TS2322: Type 'Element' is not assignable to type 'ReactNode'. lib/contact-list/ContactList.tsx(98,12): error TS2786: 'Button' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; type: ButtonType; tag: keyof HTMLElementTagNameMap; ... 9 more ...; iconPosition: ButtonIconPosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHand...' is not a valid JSX element. lib/count-down/CountDown.tsx(62,9): error TS2322: Type 'string | VNode[]' is not assignable to type 'ReactNode'. lib/coupon-cell/CouponCell.tsx(59,10): error TS2786: 'Cell' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; center: boolean; border: boolean; required: boolean; isLink: boolean; clickable: boolean | null; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; }...' is not a valid JSX element. lib/coupon-list/CouponList.tsx(104,8): error TS2786: 'Empty' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ image: string; }> & Omit; default: string; }; imageSize: PropType<...>; description: StringConstructor; }>> & VNodeProps & AllowedComponentProps & ComponentCustomProps, "image">; ... 10 more ...; ...' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ image: string; }> & Omit; default: string; }; imageSize: PropType<...>; description: StringConstructor; }>> & VNodeProps & AllowedComponentProps & ComponentCustomProps, "image">; ... 10 more ...; ...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more. lib/coupon-list/CouponList.tsx(105,12): error TS2322: Type '{ children: any; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLParagraphElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLParagraphElement>'. Did you mean 'className'? lib/coupon-list/CouponList.tsx(112,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/coupon-list/CouponList.tsx(112,16): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'. lib/coupon-list/CouponList.tsx(113,14): error TS2786: 'Field' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: FieldType; center: boolean; border: boolean; disabled: boolean; required: boolean; isLink: boolean; ... 10 more ...; colon: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefi...' is not a valid JSX element. lib/coupon-list/CouponList.tsx(121,14): error TS2786: 'Button' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; type: ButtonType; tag: keyof HTMLElementTagNameMap; ... 9 more ...; iconPosition: ButtonIconPosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHand...' is not a valid JSX element. lib/coupon-list/CouponList.tsx(141,10): error TS2786: 'Tab' cannot be used as a JSX component. Its instance type '({ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; dot: boolean; disabled: boolean; showZeroBadge: boolean; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | u...' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; dot: boolean; disabled: boolean; showZeroBadge: boolean; }> & Omit & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: Wa...' is not assignable to type 'ElementClass'. lib/coupon-list/CouponList.tsx(142,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/coupon-list/CouponList.tsx(147,16): error TS2786: 'Coupon' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; currency: string; chosen: boolean; }> & Omit> & VNodeProps & AllowedComponentProps & ComponentCustomProps, Def...' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; currency: string; chosen: boolean; }> & Omit> & VNodeProps & AllowedComponentProps & ComponentCustomProps, Def...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more. lib/coupon-list/CouponList.tsx(169,10): error TS2786: 'Tab' cannot be used as a JSX component. Its instance type '({ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; dot: boolean; disabled: boolean; showZeroBadge: boolean; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | u...' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; dot: boolean; disabled: boolean; showZeroBadge: boolean; }> & Omit & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: Wa...' is not assignable to type 'ElementClass'. lib/coupon-list/CouponList.tsx(170,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/coupon-list/CouponList.tsx(175,16): error TS2786: 'Coupon' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; currency: string; chosen: boolean; }> & Omit> & VNodeProps & AllowedComponentProps & ComponentCustomProps, Def...' is not a valid JSX element. lib/coupon-list/CouponList.tsx(206,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/coupon-list/CouponList.tsx(206,12): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'. lib/coupon-list/CouponList.tsx(208,10): error TS2786: 'Tabs' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: TabsType; ellipsis: boolean; sticky: boolean; border: boolean; active: string | number; ... 7 more ...; swipeThreshold: string | number; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | un...' is not a valid JSX element. lib/coupon-list/CouponList.tsx(213,11): error TS2322: Type 'Element' is not assignable to type 'ReactNode'. lib/coupon-list/CouponList.tsx(213,12): error TS2786: 'Button' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; type: ButtonType; tag: keyof HTMLElementTagNameMap; ... 9 more ...; iconPosition: ButtonIconPosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHand...' is not a valid JSX element. lib/coupon/Coupon.tsx(74,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/coupon/Coupon.tsx(75,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/coupon/Coupon.tsx(76,14): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/coupon/Coupon.tsx(77,19): error TS2322: Type '{ children: any; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLHeadingElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLHeadingElement>'. Did you mean 'className'? lib/coupon/Coupon.tsx(78,18): error TS2322: Type '{ children: any; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLParagraphElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLParagraphElement>'. Did you mean 'className'? lib/coupon/Coupon.tsx(82,14): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/coupon/Coupon.tsx(83,18): error TS2322: Type '{ children: string; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLParagraphElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLParagraphElement>'. Did you mean 'className'? lib/coupon/Coupon.tsx(84,18): error TS2322: Type '{ children: string; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLParagraphElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLParagraphElement>'. Did you mean 'className'? lib/coupon/Coupon.tsx(86,18): error TS2786: 'Checkbox' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; shape: CheckerShape; labelDisabled: boolean; bindGroup: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 5 more ... & { ...; }' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; shape: CheckerShape; labelDisabled: boolean; bindGroup: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 5 more ... & { ...; }' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more. lib/coupon/Coupon.tsx(90,30): error TS2322: Type '{ children: string; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLParagraphElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLParagraphElement>'. Did you mean 'className'? lib/datetime-picker/DatePicker.tsx(324,8): error TS2786: 'Picker' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ loading: boolean; readonly: boolean; defaultIndex: string | number; allowHtml: boolean; itemHeight: string | number; ... 4 more ...; toolbarPosition: PickerToolbarPosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, op...' is not a valid JSX element. lib/datetime-picker/DatetimePicker.tsx(39,10): error TS2786: 'Component' cannot be used as a JSX component. Its instance type '({ $: ComponentInternalInstance; $data: {}; $props: Partial<{ loading: boolean; formatter: (type: string, value: string) => string; readonly: boolean; allowHtml: boolean; ... 7 more ...; maxMinute: string | number; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOption...' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ loading: boolean; formatter: (type: string, value: string) => string; readonly: boolean; allowHtml: boolean; ... 7 more ...; maxMinute: string | number; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more. lib/datetime-picker/TimePicker.tsx(173,8): error TS2786: 'Picker' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ loading: boolean; readonly: boolean; defaultIndex: string | number; allowHtml: boolean; itemHeight: string | number; ... 4 more ...; toolbarPosition: PickerToolbarPosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, op...' is not a valid JSX element. lib/dialog/Dialog.tsx(150,13): error TS2322: Type 'string | VNode[]' is not assignable to type 'ReactNode'. lib/dialog/Dialog.tsx(166,21): error TS2322: Type '{ class: Mods; innerHTML: string; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'? lib/dialog/Dialog.tsx(169,38): error TS2322: Type 'string | Element | undefined' is not assignable to type 'ReactNode'. lib/dialog/Dialog.tsx(174,44): error TS2322: Type 'VNode[]' is not assignable to type 'ReactNode'. lib/dialog/Dialog.tsx(187,13): error TS2322: Type 'Element' is not assignable to type 'ReactNode'. lib/dialog/Dialog.tsx(194,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/dialog/Dialog.tsx(196,12): error TS2786: 'Button' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; type: ButtonType; tag: keyof HTMLElementTagNameMap; ... 9 more ...; iconPosition: ButtonIconPosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHand...' is not a valid JSX element. lib/dialog/Dialog.tsx(207,12): error TS2786: 'Button' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; type: ButtonType; tag: keyof HTMLElementTagNameMap; ... 9 more ...; iconPosition: ButtonIconPosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHand...' is not a valid JSX element. lib/dialog/Dialog.tsx(221,8): error TS2786: 'ActionBar' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ safeAreaInsetBottom: boolean; }> & Omit> & VNodeProps & AllowedComponentProps & ComponentCustomProps, "safeAreaInsetBottom">; ... 10 more ...; $watch(source: ...' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ safeAreaInsetBottom: boolean; }> & Omit> & VNodeProps & AllowedComponentProps & ComponentCustomProps, "safeAreaInsetBottom">; ... 10 more ...; $watch(source: ...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more. lib/dialog/Dialog.tsx(223,12): error TS2786: 'ActionBarButton' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; disabled: boolean; loading: boolean; }> & Omit; url: StringConstructor; replace: BooleanConstructor; } & { ...; }>> & VNodeProps & AllowedComponentProps & ComponentCustomProps, De...' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; disabled: boolean; loading: boolean; }> & Omit; url: StringConstructor; replace: BooleanConstructor; } & { ...; }>> & VNodeProps & AllowedComponentProps & ComponentCustomProps, De...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more. lib/dialog/Dialog.tsx(234,12): error TS2786: 'ActionBarButton' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; disabled: boolean; loading: boolean; }> & Omit; url: StringConstructor; replace: BooleanConstructor; } & { ...; }>> & VNodeProps & AllowedComponentProps & ComponentCustomProps, De...' is not a valid JSX element. lib/dialog/Dialog.tsx(259,10): error TS2786: 'Popup' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ position: PopupPosition; overlay: boolean; round: boolean; show: boolean; safeAreaInsetBottom: boolean; ... 8 more ...; safeAreaInsetTop: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> ...' is not a valid JSX element. lib/dialog/function-call.tsx(13,21): error TS2786: 'VanDialog' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ overlay: boolean; show: boolean; transition: string; lockScroll: boolean; lazyRender: boolean; transitionAppear: boolean; ... 6 more ...; showConfirmButton: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?:...' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ overlay: boolean; show: boolean; transition: string; lockScroll: boolean; lazyRender: boolean; transitionAppear: boolean; ... 6 more ...; showConfirmButton: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?:...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more. lib/divider/Divider.tsx(31,9): error TS2322: Type 'VNode[] | undefined' is not assignable to type 'ReactNode'. lib/dropdown-item/DropdownItem.tsx(137,14): error TS2786: 'Icon' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element. lib/dropdown-item/DropdownItem.tsx(143,10): error TS2786: 'Cell' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; center: boolean; border: boolean; required: boolean; isLink: boolean; clickable: boolean | null; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; }...' is not a valid JSX element. lib/dropdown-item/DropdownItem.tsx(176,11): error TS2322: Type '(event: MouseEvent) => void' is not assignable to type 'MouseEventHandler'. Types of parameters 'event' and 'event' are incompatible. Type 'MouseEvent' is not assignable to type 'MouseEvent'. lib/dropdown-item/DropdownItem.tsx(178,11): error TS2322: Type 'Element' is not assignable to type 'ReactNode'. lib/dropdown-item/DropdownItem.tsx(178,12): error TS2786: 'Popup' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ position: PopupPosition; overlay: boolean; round: boolean; show: boolean; safeAreaInsetBottom: boolean; ... 8 more ...; safeAreaInsetTop: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> ...' is not a valid JSX element. lib/dropdown-item/DropdownItem.tsx(205,17): error TS2322: Type '{ children: Element; to: string | RendererElement; }' is not assignable to type 'IntrinsicAttributes & IntrinsicClassAttributes<{ $props: VNodeProps & TeleportProps; }>'. Property 'children' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes<{ $props: VNodeProps & TeleportProps; }>'. lib/dropdown-item/DropdownItem.tsx(205,17): error TS2786: 'Teleport' cannot be used as a JSX component. Its instance type '{ $props: VNodeProps & TeleportProps; }' is not a valid JSX element. lib/dropdown-menu/DropdownMenu.tsx(130,11): error TS2322: Type 'Element' is not assignable to type 'ReactNode'. lib/dropdown-menu/DropdownMenu.tsx(140,13): error TS2322: Type 'Element' is not assignable to type 'ReactNode'. lib/dropdown-menu/DropdownMenu.tsx(140,18): error TS2322: Type '{ children: any; class: string; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'? lib/dropdown-menu/DropdownMenu.tsx(151,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/dropdown-menu/DropdownMenu.tsx(151,12): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'. lib/dropdown-menu/DropdownMenu.tsx(153,11): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'. lib/dropdown-menu/DropdownMenu.tsx(157,11): error TS2322: Type 'Element[]' is not assignable to type 'ReactNode'. lib/empty/Empty.tsx(51,46): error TS2322: Type 'string | VNode[]' is not assignable to type 'ReactNode'. lib/empty/Empty.tsx(57,43): error TS2322: Type 'VNode[]' is not assignable to type 'ReactNode'. lib/empty/Empty.tsx(62,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/empty/Empty.tsx(64,11): error TS2322: Type 'Element | VNode[]' is not assignable to type 'ReactNode'. lib/empty/Images.tsx(15,5): error TS2322: Type 'Element' is not assignable to type 'ReactNode'. lib/empty/Images.tsx(15,6): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/empty/Images.tsx(33,5): error TS2322: Type 'Element' is not assignable to type 'ReactNode'. lib/empty/Images.tsx(33,6): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/empty/Images.tsx(38,4): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/empty/Images.tsx(46,5): error TS2322: Type 'Element' is not assignable to type 'ReactNode'. lib/empty/Images.tsx(46,6): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/empty/Images.tsx(51,4): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/empty/Images.tsx(64,4): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/empty/Images.tsx(65,6): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/empty/Images.tsx(66,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/empty/Images.tsx(70,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/empty/Images.tsx(75,9): error TS2322: Type 'Element[]' is not assignable to type 'ReactNode'. lib/empty/Images.tsx(77,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/empty/Images.tsx(90,6): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/empty/Images.tsx(97,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/empty/Images.tsx(103,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/empty/Images.tsx(113,4): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/empty/Images.tsx(114,6): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/empty/Images.tsx(116,9): error TS2322: Type 'Element[]' is not assignable to type 'ReactNode'. lib/empty/Images.tsx(119,9): error TS2322: Type 'Element[]' is not assignable to type 'ReactNode'. lib/empty/Images.tsx(122,9): error TS2322: Type 'Element[]' is not assignable to type 'ReactNode'. lib/empty/Images.tsx(127,6): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/empty/Images.tsx(128,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/empty/Images.tsx(140,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/empty/Images.tsx(153,4): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/empty/Images.tsx(155,7): error TS2322: Type 'Element' is not assignable to type 'ReactNode'. lib/empty/Images.tsx(156,9): error TS2322: Type 'Element[]' is not assignable to type 'ReactNode'. lib/empty/Images.tsx(170,4): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/empty/Images.tsx(171,6): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/empty/Images.tsx(173,9): error TS2322: Type 'Element[]' is not assignable to type 'ReactNode'. lib/empty/Images.tsx(176,9): error TS2322: Type 'Element[]' is not assignable to type 'ReactNode'. lib/empty/Images.tsx(179,9): error TS2322: Type 'Element[]' is not assignable to type 'ReactNode'. lib/empty/Images.tsx(182,9): error TS2322: Type 'Element[]' is not assignable to type 'ReactNode'. lib/empty/Images.tsx(188,6): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/field/Field.tsx(401,37): error TS2322: Type '(event: MouseEvent) => void' is not assignable to type 'MouseEventHandler'. Types of parameters 'event' and 'event' are incompatible. Type 'MouseEvent' is not assignable to type 'MouseEvent'. lib/field/Field.tsx(402,13): error TS2322: Type 'VNode[]' is not assignable to type 'ReactNode'. lib/field/Field.tsx(431,17): error TS2322: Type '{ id: string; ref: Ref; name: string | undefined; rows: number | undefined; class: Mods; disabled: boolean | undefined; ... 13 more ...; onCompositionstart: ({ target }: Event) => void; }' is not assignable to type 'DetailedHTMLProps, HTMLTextAreaElement>'. Type '{ id: string; ref: Ref; name: string | undefined; rows: number | undefined; class: Mods; disabled: boolean | undefined; ... 13 more ...; onCompositionstart: ({ target }: Event) => void; }' is not assignable to type 'ClassAttributes'. Types of property 'ref' are incompatible. Type 'Ref' is not assignable to type 'LegacyRef | undefined'. lib/field/Field.tsx(434,15): error TS2322: Type '{ id: string; ref: Ref; name: string | undefined; rows: number | undefined; class: Mods; disabled: boolean | undefined; ... 15 more ...; inputmode?: "search" | ... 7 more ... | undefined; }' is not assignable to type 'DetailedHTMLProps, HTMLInputElement>'. Type '{ id: string; ref: Ref; name: string | undefined; rows: number | undefined; class: Mods; disabled: boolean | undefined; ... 15 more ...; inputmode?: "search" | ... 7 more ... | undefined; }' is not assignable to type 'ClassAttributes'. Types of property 'ref' are incompatible. Type 'Ref' is not assignable to type 'LegacyRef | undefined'. lib/field/Field.tsx(442,41): error TS2322: Type '(event: MouseEvent) => void' is not assignable to type 'MouseEventHandler'. Types of parameters 'event' and 'event' are incompatible. Type 'MouseEvent' is not assignable to type 'MouseEvent'. lib/field/Field.tsx(443,13): error TS2322: Type 'Element | VNode[]' is not assignable to type 'ReactNode'. lib/field/Field.tsx(446,16): error TS2786: 'Icon' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element. lib/field/Field.tsx(458,42): error TS2322: Type '(event: MouseEvent) => void' is not assignable to type 'MouseEventHandler'. Types of parameters 'event' and 'event' are incompatible. Type 'MouseEvent' is not assignable to type 'MouseEvent'. lib/field/Field.tsx(459,13): error TS2322: Type 'Element | VNode[]' is not assignable to type 'ReactNode'. lib/field/Field.tsx(462,16): error TS2786: 'Icon' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element. lib/field/Field.tsx(473,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/field/Field.tsx(474,19): error TS2322: Type '{ children: number; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLSpanElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLSpanElement>'. Did you mean 'className'? lib/field/Field.tsx(492,13): error TS2322: Type 'string | VNode[]' is not assignable to type 'ReactNode'. lib/field/Field.tsx(506,37): error TS2322: Type '{ children: string; id: string; for: string; }' is not assignable to type 'DetailedHTMLProps, HTMLLabelElement>'. Property 'for' does not exist on type 'DetailedHTMLProps, HTMLLabelElement>'. Did you mean 'htmlFor'? lib/field/Field.tsx(514,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/field/Field.tsx(517,12): error TS2786: 'Icon' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element. lib/field/Field.tsx(524,53): error TS2322: Type 'VNode[]' is not assignable to type 'ReactNode'. lib/field/Field.tsx(567,10): error TS2786: 'Cell' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; center: boolean; border: boolean; required: boolean; isLink: boolean; clickable: boolean | null; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; }...' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; center: boolean; border: boolean; required: boolean; isLink: boolean; clickable: boolean | null; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; }...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more. lib/form/Form.tsx(200,27): error TS2322: Type '(event: Event) => void' is not assignable to type 'FormEventHandler'. Types of parameters 'event' and 'event' are incompatible. Type 'FormEvent' is not assignable to type 'Event'. lib/form/Form.tsx(201,9): error TS2322: Type 'VNode[] | undefined' is not assignable to type 'ReactNode'. lib/grid-item/GridItem.tsx(94,12): error TS2786: 'Badge' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; showZero: boolean; position: BadgePosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 4 more ... & { ....' is not a valid JSX element. lib/grid-item/GridItem.tsx(105,12): error TS2786: 'Icon' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element. lib/grid-item/GridItem.tsx(124,22): error TS2322: Type '{ children: string; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLSpanElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLSpanElement>'. Did you mean 'className'? lib/grid-item/GridItem.tsx(155,11): error TS2322: Type 'Element' is not assignable to type 'ReactNode'. lib/grid-item/GridItem.tsx(162,13): error TS2322: Type '(Element | VNode[] | undefined)[]' is not assignable to type 'ReactNode'. lib/grid/Grid.tsx(56,9): error TS2322: Type 'VNode[] | undefined' is not assignable to type 'ReactNode'. lib/icon/Icon.tsx(51,10): error TS2786: 'Badge' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; showZero: boolean; position: BadgePosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 4 more ... & { ....' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; showZero: boolean; position: BadgePosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 4 more ... & { ....' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more. lib/icon/Icon.tsx(66,32): error TS2322: Type '{ class: Mods; src: string | undefined; }' is not assignable to type 'DetailedHTMLProps, HTMLImageElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLImageElement>'. Did you mean 'className'? lib/image-preview/ImagePreview.tsx(123,13): error TS2322: Type 'string | VNode[]' is not assignable to type 'ReactNode'. lib/image-preview/ImagePreview.tsx(133,42): error TS2322: Type 'VNode[]' is not assignable to type 'ReactNode'. lib/image-preview/ImagePreview.tsx(138,8): error TS2786: 'Swipe' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ vertical: boolean; loop: boolean; duration: string | number; lazyRender: boolean; autoplay: string | number; touchable: boolean; initialSwipe: string | number; showIndicators: boolean; stopPropagation: boolean; }> & Omit<...>; ... 10 more ...; $watch(sourc...' is not a valid JSX element. lib/image-preview/ImagePreview.tsx(150,12): error TS2786: 'ImagePreviewItem' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ show: boolean; }> & Omit> & { ...; } & VNodeProps & AllowedComponentProps & ComponentCustomProps, "show">; ... 10 more ...; $watch(source...' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ show: boolean; }> & Omit> & { ...; } & VNodeProps & AllowedComponentProps & ComponentCustomProps, "show">; ... 10 more ...; $watch(source...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more. lib/image-preview/ImagePreview.tsx(168,12): error TS2786: 'Icon' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element. lib/image-preview/ImagePreview.tsx(217,8): error TS2786: 'Popup' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ position: PopupPosition; overlay: boolean; round: boolean; show: boolean; safeAreaInsetBottom: boolean; ... 8 more ...; safeAreaInsetTop: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> ...' is not a valid JSX element. lib/image-preview/ImagePreviewItem.tsx(276,25): error TS2786: 'Loading' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: LoadingType; vertical: boolean; }> & Omit> & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<...>>; ....' is not a valid JSX element. lib/image-preview/ImagePreviewItem.tsx(280,10): error TS2786: 'SwipeItem' cannot be used as a JSX component. Its instance type '({ $: ComponentInternalInstance; $data: {}; $props: Partial<{}> & Omit> & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & Readonly<...> & Sh...' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{}> & Omit> & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 4 more ... & { ...' is not assignable to type 'ElementClass'. lib/image-preview/ImagePreviewItem.tsx(287,12): error TS2786: 'Image' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ round: boolean; showError: boolean; lazyLoad: boolean; errorIcon: string; showLoading: boolean; loadingIcon: string; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle;...' is not a valid JSX element. lib/image-preview/function-call.tsx(42,10): error TS2786: 'VanImagePreview' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ overlay: boolean; show: boolean; loop: boolean; closeIcon: string; closeable: boolean; closeOnPopstate: boolean; ... 7 more ...; showIndex: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<......' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ overlay: boolean; show: boolean; loop: boolean; closeIcon: string; closeable: boolean; closeOnPopstate: boolean; ... 7 more ...; showIndex: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<......' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more. lib/image/Image.tsx(113,10): error TS2786: 'Icon' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element. lib/image/Image.tsx(126,13): error TS2322: Type 'Element | VNode[]' is not assignable to type 'ReactNode'. lib/image/Image.tsx(133,13): error TS2322: Type 'Element | VNode[]' is not assignable to type 'ReactNode'. lib/image/Image.tsx(154,21): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'. lib/image/Image.tsx(158,30): error TS2322: Type '(event?: Event | undefined) => void' is not assignable to type 'ReactEventHandler'. Types of parameters 'event' and 'event' are incompatible. Type 'SyntheticEvent' is not assignable to type 'Event'. lib/image/Image.tsx(158,46): error TS2322: Type '(event?: Event | undefined) => void' is not assignable to type 'ReactEventHandler'. Types of parameters 'event' and 'event' are incompatible. Type 'SyntheticEvent' is not assignable to type 'Event'. lib/image/Image.tsx(194,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/index-anchor/IndexAnchor.tsx(103,11): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'. lib/index-anchor/IndexAnchor.tsx(106,11): error TS2322: Type 'Element' is not assignable to type 'ReactNode'. lib/index-anchor/IndexAnchor.tsx(110,13): error TS2322: Type 'string | number | VNode[] | undefined' is not assignable to type 'ReactNode'. lib/index-bar/IndexBar.tsx(202,13): error TS2322: Type '{ children: Numeric; class: Mods; style: CSSProperties | undefined; "data-index": Numeric; }' is not assignable to type 'DetailedHTMLProps, HTMLSpanElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLSpanElement>'. Did you mean 'className'? lib/index-bar/IndexBar.tsx(274,9): error TS2322: Type '(event: MouseEvent) => void' is not assignable to type 'MouseEventHandler'. Types of parameters 'event' and 'event' are incompatible. Type 'MouseEvent' is not assignable to type 'MouseEvent'. lib/index-bar/IndexBar.tsx(278,9): error TS2322: Type 'Element[]' is not assignable to type 'ReactNode'. lib/index-bar/IndexBar.tsx(285,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/index-bar/IndexBar.tsx(285,12): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'. lib/index-bar/IndexBar.tsx(287,12): error TS2322: Type '{ children: Element; to: string | RendererElement; }' is not assignable to type 'IntrinsicAttributes & IntrinsicClassAttributes<{ $props: VNodeProps & TeleportProps; }>'. Property 'children' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes<{ $props: VNodeProps & TeleportProps; }>'. lib/index-bar/IndexBar.tsx(287,12): error TS2786: 'Teleport' cannot be used as a JSX component. Its instance type '{ $props: VNodeProps & TeleportProps; }' is not a valid JSX element. lib/list/List.tsx(103,52): error TS2322: Type 'string | VNode[]' is not assignable to type 'ReactNode'. lib/list/List.tsx(124,15): error TS2322: Type 'string | VNode[]' is not assignable to type 'ReactNode'. lib/list/List.tsx(135,13): error TS2322: Type 'Element | VNode[]' is not assignable to type 'ReactNode'. lib/list/List.tsx(138,16): error TS2786: 'Loading' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: LoadingType; vertical: boolean; }> & Omit> & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<...>>; ....' is not a valid JSX element. lib/list/List.tsx(173,32): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'. lib/list/List.tsx(176,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/list/List.tsx(176,14): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'. lib/loading/Loading.tsx(15,25): error TS2322: Type '{ class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLElement>'. Did you mean 'className'? lib/loading/Loading.tsx(19,5): error TS2322: Type 'Element' is not assignable to type 'ReactNode'. lib/loading/Loading.tsx(56,13): error TS2322: Type 'VNode[]' is not assignable to type 'ReactNode'. lib/loading/Loading.tsx(65,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/loading/Loading.tsx(71,13): error TS2322: Type 'Element | Element[]' is not assignable to type 'ReactNode'. lib/nav-bar/NavBar.tsx(60,29): error TS2786: 'Icon' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element. lib/nav-bar/NavBar.tsx(61,33): error TS2322: Type '{ children: string; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLSpanElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLSpanElement>'. Did you mean 'className'? lib/nav-bar/NavBar.tsx(70,20): error TS2322: Type '{ children: string | undefined; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLSpanElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLSpanElement>'. Did you mean 'className'? lib/nav-bar/NavBar.tsx(82,11): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'. lib/nav-bar/NavBar.tsx(92,11): error TS2322: Type 'Element' is not assignable to type 'ReactNode'. lib/nav-bar/NavBar.tsx(92,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/nav-bar/NavBar.tsx(96,17): error TS2322: Type '(event: MouseEvent) => void' is not assignable to type 'MouseEventHandler'. Types of parameters 'event' and 'event' are incompatible. Type 'MouseEvent' is not assignable to type 'MouseEvent'. lib/nav-bar/NavBar.tsx(98,17): error TS2322: Type '(false | "" | Element | undefined)[]' is not assignable to type 'ReactNode'. lib/nav-bar/NavBar.tsx(102,15): error TS2322: Type 'string | VNode[] | undefined' is not assignable to type 'ReactNode'. lib/nav-bar/NavBar.tsx(107,17): error TS2322: Type '(event: MouseEvent) => void' is not assignable to type 'MouseEventHandler'. Types of parameters 'event' and 'event' are incompatible. Type 'MouseEvent' is not assignable to type 'MouseEvent'. lib/nav-bar/NavBar.tsx(109,17): error TS2322: Type 'Element | VNode[]' is not assignable to type 'ReactNode'. lib/notice-bar/NoticeBar.tsx(75,17): error TS2786: 'Icon' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element. lib/notice-bar/NoticeBar.tsx(103,12): error TS2786: 'Icon' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element. lib/notice-bar/NoticeBar.tsx(136,14): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'. lib/notice-bar/NoticeBar.tsx(137,11): error TS2322: Type 'Element' is not assignable to type 'ReactNode'. lib/notice-bar/NoticeBar.tsx(138,13): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'. lib/notice-bar/NoticeBar.tsx(143,13): error TS2322: Type 'string | VNode[] | undefined' is not assignable to type 'ReactNode'. lib/notice-bar/NoticeBar.tsx(191,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/notify/Notify.tsx(38,8): error TS2786: 'Popup' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ position: PopupPosition; overlay: boolean; round: boolean; show: boolean; safeAreaInsetBottom: boolean; ... 8 more ...; safeAreaInsetTop: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> ...' is not a valid JSX element. lib/notify/function-call.tsx(23,21): error TS2786: 'VanNotify' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: NotifyType; position: NotifyPosition; overlay: boolean; show: boolean; lockScroll: boolean; lazyRender: boolean; transitionAppear: boolean; closeOnClickOverlay: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function,...' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: NotifyType; position: NotifyPosition; overlay: boolean; show: boolean; lockScroll: boolean; lazyRender: boolean; transitionAppear: boolean; closeOnClickOverlay: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function,...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more. lib/number-keyboard/NumberKeyboard.tsx(192,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/number-keyboard/NumberKeyboard.tsx(193,56): error TS2322: Type 'VNode[]' is not assignable to type 'ReactNode'. lib/number-keyboard/NumberKeyboard.tsx(194,25): error TS2322: Type '{ children: string; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLHeadingElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLHeadingElement>'. Did you mean 'className'? lib/number-keyboard/NumberKeyboard.tsx(198,15): error TS2322: Type '{ children: string; type: "button"; class: Mods[]; onClick: () => void; }' is not assignable to type 'DetailedHTMLProps, HTMLButtonElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLButtonElement>'. Did you mean 'className'? lib/number-keyboard/NumberKeyboard.tsx(220,12): error TS2786: 'NumberKeyboardKey' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ large: boolean; loading: boolean; wider: boolean; }> & Omit; ... 4 more ...; loading: BooleanConstructor; }>> & { ...; } & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<...>>; ......' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ large: boolean; loading: boolean; wider: boolean; }> & Omit; ... 4 more ...; loading: BooleanConstructor; }>> & { ...; } & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<...>>; ......' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more. lib/number-keyboard/NumberKeyboard.tsx(235,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/number-keyboard/NumberKeyboard.tsx(237,16): error TS2786: 'NumberKeyboardKey' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ large: boolean; loading: boolean; wider: boolean; }> & Omit; ... 4 more ...; loading: BooleanConstructor; }>> & { ...; } & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<...>>; ......' is not a valid JSX element. lib/number-keyboard/NumberKeyboard.tsx(245,14): error TS2786: 'NumberKeyboardKey' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ large: boolean; loading: boolean; wider: boolean; }> & Omit; ... 4 more ...; loading: BooleanConstructor; }>> & { ...; } & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<...>>; ......' is not a valid JSX element. lib/number-keyboard/NumberKeyboard.tsx(274,10): error TS2322: Type '{ children: Element; name: string; }' is not assignable to type 'IntrinsicAttributes & TransitionProps'. Property 'children' does not exist on type 'IntrinsicAttributes & TransitionProps'. lib/number-keyboard/NumberKeyboard.tsx(275,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/number-keyboard/NumberKeyboard.tsx(277,13): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'. lib/number-keyboard/NumberKeyboard.tsx(289,14): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/number-keyboard/NumberKeyboard.tsx(290,40): error TS2322: Type 'Element[]' is not assignable to type 'ReactNode'. lib/number-keyboard/NumberKeyboard.tsx(298,17): error TS2322: Type '{ children: Element; to: string | RendererElement; }' is not assignable to type 'IntrinsicAttributes & IntrinsicClassAttributes<{ $props: VNodeProps & TeleportProps; }>'. Property 'children' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes<{ $props: VNodeProps & TeleportProps; }>'. lib/number-keyboard/NumberKeyboard.tsx(298,17): error TS2786: 'Teleport' cannot be used as a JSX component. Its instance type '{ $props: VNodeProps & TeleportProps; }' is not a valid JSX element. lib/number-keyboard/NumberKeyboardKey.tsx(10,5): error TS2322: Type 'Element' is not assignable to type 'ReactNode'. lib/number-keyboard/NumberKeyboardKey.tsx(19,5): error TS2322: Type 'Element' is not assignable to type 'ReactNode'. lib/number-keyboard/NumberKeyboardKey.tsx(73,17): error TS2786: 'Loading' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: LoadingType; vertical: boolean; }> & Omit> & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<...>>; ....' is not a valid JSX element. lib/number-keyboard/NumberKeyboardKey.tsx(96,9): error TS2322: Type 'Element' is not assignable to type 'ReactNode'. lib/number-keyboard/NumberKeyboardKey.tsx(108,11): error TS2322: Type 'string | number | Element | VNode[] | undefined' is not assignable to type 'ReactNode'. lib/overlay/Overlay.tsx(64,11): error TS2322: Type 'VNode[] | undefined' is not assignable to type 'ReactNode'. lib/pagination/Pagination.tsx(124,9): error TS2322: Type 'string | VNode[]' is not assignable to type 'ReactNode'. lib/pagination/Pagination.tsx(141,11): error TS2322: Type 'Element' is not assignable to type 'ReactNode'. lib/pagination/Pagination.tsx(163,11): error TS2322: Type 'Element' is not assignable to type 'ReactNode'. lib/pagination/Pagination.tsx(182,11): error TS2322: Type 'Element' is not assignable to type 'ReactNode'. lib/pagination/Pagination.tsx(187,13): error TS2322: Type 'VNode[] | Numeric' is not assignable to type 'ReactNode'. Type 'VNode[]' is not assignable to type 'ReactNode'. lib/pagination/Pagination.tsx(194,9): error TS2322: Type 'Element' is not assignable to type 'ReactNode'. lib/pagination/Pagination.tsx(194,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/password-input/PasswordInput.tsx(55,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/password-input/PasswordInput.tsx(67,33): error TS2322: Type '{ class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'? lib/password-input/PasswordInput.tsx(78,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/password-input/PasswordInput.tsx(83,13): error TS2322: Type 'Element[]' is not assignable to type 'ReactNode'. lib/password-input/PasswordInput.tsx(86,18): error TS2322: Type '{ children: string; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'? lib/picker/Picker.tsx(303,21): error TS2322: Type '{ children: string; class: Mods[]; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'? lib/picker/Picker.tsx(312,11): error TS2322: Type '{ children: any; type: "button"; class: Mods[]; onClick: () => void; }' is not assignable to type 'DetailedHTMLProps, HTMLButtonElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLButtonElement>'. Did you mean 'className'? lib/picker/Picker.tsx(325,11): error TS2322: Type '{ children: any; type: "button"; class: Mods[]; onClick: () => void; }' is not assignable to type 'DetailedHTMLProps, HTMLButtonElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLButtonElement>'. Did you mean 'className'? lib/picker/Picker.tsx(340,13): error TS2322: Type '(Element | VNode[] | undefined)[]' is not assignable to type 'ReactNode'. lib/picker/Picker.tsx(348,10): error TS2786: 'Column' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ readonly: boolean; defaultIndex: number; allowHtml: boolean; initialOptions: PickerOption[]; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 4 more ... & Co...' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ readonly: boolean; defaultIndex: number; allowHtml: boolean; initialOptions: PickerOption[]; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 4 more ... & Co...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more. lib/picker/Picker.tsx(370,16): error TS2322: Type '{ class: Mods; style: { backgroundSize: string; }; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'? lib/picker/Picker.tsx(372,13): error TS2322: Type '{ class: Mods[]; style: { height: string; }; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'? lib/picker/Picker.tsx(383,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/picker/Picker.tsx(411,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/picker/Picker.tsx(413,27): error TS2786: 'Loading' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: LoadingType; vertical: boolean; }> & Omit> & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<...>>; ....' is not a valid JSX element. lib/picker/PickerColumn.tsx(269,13): error TS2322: Type 'Element | VNode[]' is not assignable to type 'ReactNode'. lib/picker/PickerColumn.tsx(269,53): error TS2559: Type '{ class: string; }' has no properties in common with type 'DetailedHTMLProps, HTMLDivElement>'. lib/picker/PickerColumn.tsx(316,9): error TS2322: Type 'Element' is not assignable to type 'ReactNode'. lib/picker/PickerColumn.tsx(317,11): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'. lib/picker/PickerColumn.tsx(326,11): error TS2322: Type 'Element[]' is not assignable to type 'ReactNode'. lib/popover/Popover.tsx(176,12): error TS2786: 'Icon' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element. lib/popover/Popover.tsx(182,14): error TS2322: Type '{ children: string; class: Mods[]; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'? lib/popover/Popover.tsx(197,11): error TS2322: Type '("" | Element | undefined)[]' is not assignable to type 'ReactNode'. lib/popover/Popover.tsx(216,15): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'. lib/popover/Popover.tsx(217,11): error TS2322: Type 'VNode[] | undefined' is not assignable to type 'ReactNode'. lib/popover/Popover.tsx(219,10): error TS2786: 'Popup' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ position: PopupPosition; overlay: boolean; round: boolean; show: boolean; safeAreaInsetBottom: boolean; ... 8 more ...; safeAreaInsetTop: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> ...' is not a valid JSX element. lib/popover/Popover.tsx(230,36): error TS2322: Type '{ class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'? lib/popover/Popover.tsx(232,13): error TS2322: Type 'VNode[]' is not assignable to type 'ReactNode'. lib/popup/Popup.tsx(140,12): error TS2786: 'Overlay' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ show: boolean; lockScroll: boolean; lazyRender: boolean; }> & Omit; }>> & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<...>>; ... 10 ...' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ show: boolean; lockScroll: boolean; lazyRender: boolean; }> & Omit; }>> & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<...>>; ... 10 ...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more. lib/popup/Popup.tsx(161,12): error TS2786: 'Icon' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element. lib/popup/Popup.tsx(184,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/popup/Popup.tsx(186,11): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'. lib/popup/Popup.tsx(279,12): error TS2322: Type '{ children: (Element | undefined)[]; to: string | RendererElement; }' is not assignable to type 'IntrinsicAttributes & IntrinsicClassAttributes<{ $props: VNodeProps & TeleportProps; }>'. Property 'children' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes<{ $props: VNodeProps & TeleportProps; }>'. lib/popup/Popup.tsx(279,12): error TS2786: 'Teleport' cannot be used as a JSX component. Its instance type '{ $props: VNodeProps & TeleportProps; }' is not a valid JSX element. lib/progress/Progress.tsx(55,13): error TS2322: Type '{ children: string; style: { color: string | undefined; left: string; transform: string; background: string | undefined; }; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLSpanElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLSpanElement>'. Did you mean 'className'? lib/progress/Progress.tsx(75,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/progress/Progress.tsx(77,13): error TS2322: Type '{ class: Mods; style: { width: string; background: string | undefined; }; }' is not assignable to type 'DetailedHTMLProps, HTMLSpanElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLSpanElement>'. Did you mean 'className'? lib/pull-refresh/PullRefresh.tsx(139,25): error TS2322: Type '{ children: any; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'? lib/pull-refresh/PullRefresh.tsx(143,12): error TS2786: 'Loading' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: LoadingType; vertical: boolean; }> & Omit> & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<...>>; ....' is not a valid JSX element. lib/pull-refresh/PullRefresh.tsx(232,14): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'. lib/pull-refresh/PullRefresh.tsx(233,11): error TS2322: Type 'Element' is not assignable to type 'ReactNode'. lib/pull-refresh/PullRefresh.tsx(233,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/pull-refresh/PullRefresh.tsx(242,15): error TS2322: Type 'VNode[]' is not assignable to type 'ReactNode'. lib/radio-group/RadioGroup.tsx(59,9): error TS2322: Type 'VNode[] | undefined' is not assignable to type 'ReactNode'. lib/radio/Radio.tsx(47,8): error TS2786: 'Checker' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; checked: boolean; shape: CheckerShape; labelDisabled: boolean; bindGroup: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 4 more...' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; checked: boolean; shape: CheckerShape; labelDisabled: boolean; bindGroup: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 4 more...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more. lib/rate/Rate.tsx(236,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/rate/Rate.tsx(246,11): error TS2322: Type '(event: MouseEvent) => void' is not assignable to type 'MouseEventHandler'. Types of parameters 'event' and 'event' are incompatible. Type 'MouseEvent' is not assignable to type 'MouseEvent'. lib/rate/Rate.tsx(248,12): error TS2786: 'Icon' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element. lib/rate/Rate.tsx(256,14): error TS2786: 'Icon' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element. lib/rate/Rate.tsx(273,9): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'. lib/rate/Rate.tsx(285,9): error TS2322: Type 'Element[]' is not assignable to type 'ReactNode'. lib/search/Search.tsx(80,13): error TS2322: Type 'string | VNode[] | undefined' is not assignable to type 'ReactNode'. lib/search/Search.tsx(91,13): error TS2322: Type '{ children: any; class: Mods; role: "button"; tabindex: number; onClick: () => void; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'? lib/search/Search.tsx(125,10): error TS2786: 'Field' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: FieldType; center: boolean; border: boolean; disabled: boolean; required: boolean; isLink: boolean; ... 10 more ...; colon: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefi...' is not a valid JSX element. lib/search/Search.tsx(147,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/search/Search.tsx(152,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/share-sheet/ShareSheet.tsx(85,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/share-sheet/ShareSheet.tsx(86,48): error TS2322: Type 'string | VNode[]' is not assignable to type 'ReactNode'. lib/share-sheet/ShareSheet.tsx(88,48): error TS2322: Type 'string | VNode[]' is not assignable to type 'ReactNode'. lib/share-sheet/ShareSheet.tsx(99,13): error TS2322: Type 'Element' is not assignable to type 'ReactNode'. lib/share-sheet/ShareSheet.tsx(99,14): error TS2786: 'Icon' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element. lib/share-sheet/ShareSheet.tsx(103,30): error TS2322: Type '{ src: string; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLImageElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLImageElement>'. Did you mean 'className'? lib/share-sheet/ShareSheet.tsx(109,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/share-sheet/ShareSheet.tsx(116,26): error TS2322: Type '{ children: string; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLSpanElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLSpanElement>'. Did you mean 'className'? lib/share-sheet/ShareSheet.tsx(118,19): error TS2322: Type '{ children: string; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLSpanElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLSpanElement>'. Did you mean 'className'? lib/share-sheet/ShareSheet.tsx(125,47): error TS2322: Type 'Element[]' is not assignable to type 'ReactNode'. lib/share-sheet/ShareSheet.tsx(142,33): error TS2322: Type '{ children: any; type: "button"; class: Mods; onClick: () => void; }' is not assignable to type 'DetailedHTMLProps, HTMLButtonElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLButtonElement>'. Did you mean 'className'? lib/share-sheet/ShareSheet.tsx(150,8): error TS2786: 'Popup' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ position: PopupPosition; overlay: boolean; round: boolean; show: boolean; safeAreaInsetBottom: boolean; ... 8 more ...; safeAreaInsetTop: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> ...' is not a valid JSX element. lib/sidebar-item/SidebarItem.tsx(68,11): error TS2322: Type 'Element' is not assignable to type 'ReactNode'. lib/sidebar-item/SidebarItem.tsx(68,12): error TS2786: 'Badge' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; showZero: boolean; position: BadgePosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 4 more ... & { ....' is not a valid JSX element. lib/sidebar/Sidebar.tsx(46,9): error TS2322: Type 'VNode[] | undefined' is not assignable to type 'ReactNode'. lib/skeleton/Skeleton.tsx(49,13): error TS2322: Type '{ class: Mods; style: CSSProperties | undefined; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'? lib/skeleton/Skeleton.tsx(60,13): error TS2322: Type '{ class: Mods; style: { width: string | undefined; }; }' is not assignable to type 'DetailedHTMLProps, HTMLHeadingElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLHeadingElement>'. Did you mean 'className'? lib/skeleton/Skeleton.tsx(85,16): error TS2322: Type '{ class: Mods; style: { width: string | undefined; }; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'? lib/skeleton/Skeleton.tsx(94,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/skeleton/Skeleton.tsx(99,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/slider/Slider.tsx(283,14): error TS2322: Type '{ class: Mods; style: CSSProperties | undefined; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'? lib/slider/Slider.tsx(304,26): error TS7006: Parameter 'event' implicitly has an 'any' type. lib/slider/Slider.tsx(314,11): error TS2322: Type '(event: Event) => void' is not assignable to type 'MouseEventHandler'. Types of parameters 'event' and 'event' are incompatible. Type 'MouseEvent' is not assignable to type 'Event'. lib/slider/Slider.tsx(316,11): error TS2322: Type 'Element | VNode[]' is not assignable to type 'ReactNode'. lib/slider/Slider.tsx(327,9): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'. lib/slider/Slider.tsx(333,9): error TS2322: Type '(event: MouseEvent) => void' is not assignable to type 'MouseEventHandler'. Types of parameters 'event' and 'event' are incompatible. Type 'MouseEvent' is not assignable to type 'MouseEvent'. lib/slider/Slider.tsx(335,9): error TS2322: Type 'Element' is not assignable to type 'ReactNode'. lib/slider/Slider.tsx(336,11): error TS2322: Type 'Element | Element[]' is not assignable to type 'ReactNode'. lib/step/Step.tsx(68,12): error TS2786: 'Icon' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element. lib/step/Step.tsx(83,12): error TS2786: 'Icon' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element. lib/step/Step.tsx(98,12): error TS2786: 'Icon' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element. lib/step/Step.tsx(106,17): error TS2322: Type '{ class: Mods; style: { background: string | undefined; }; }' is not assignable to type 'DetailedHTMLProps, HTMLElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLElement>'. Did you mean 'className'? lib/step/Step.tsx(113,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/step/Step.tsx(121,13): error TS2322: Type 'VNode[] | undefined' is not assignable to type 'ReactNode'. lib/step/Step.tsx(124,13): error TS2322: Type 'Element | VNode[]' is not assignable to type 'ReactNode'. lib/step/Step.tsx(126,16): error TS2322: Type '{ class: Mods; style: { background: string | undefined; }; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'? lib/stepper/Stepper.tsx(292,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/stepper/Stepper.tsx(297,11): error TS2322: Type '{ onClick: (event: MouseEvent) => void; onTouchstart: () => void; onTouchend: (event: TouchEvent) => void; onTouchcancel: (event: TouchEvent) => void; ... 4 more ...; "aria-disabled": true | undefined; }' is not assignable to type 'DetailedHTMLProps, HTMLButtonElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLButtonElement>'. Did you mean 'className'? lib/stepper/Stepper.tsx(306,11): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'. lib/stepper/Stepper.tsx(320,11): error TS2322: Type '(event: Event) => void' is not assignable to type 'FocusEventHandler'. Types of parameters 'event' and 'event' are incompatible. Type 'FocusEvent' is not assignable to type 'Event'. lib/stepper/Stepper.tsx(321,11): error TS2322: Type '(event: Event) => void' is not assignable to type 'FormEventHandler'. Types of parameters 'event' and 'event' are incompatible. Type 'FormEvent' is not assignable to type 'Event'. lib/stepper/Stepper.tsx(322,11): error TS2322: Type '(event: Event) => void' is not assignable to type 'FocusEventHandler'. Types of parameters 'event' and 'event' are incompatible. Type 'FocusEvent' is not assignable to type 'Event'. lib/stepper/Stepper.tsx(329,11): error TS2322: Type '{ onClick: (event: MouseEvent) => void; onTouchstart: () => void; onTouchend: (event: TouchEvent) => void; onTouchcancel: (event: TouchEvent) => void; ... 4 more ...; "aria-disabled": true | undefined; }' is not assignable to type 'DetailedHTMLProps, HTMLButtonElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLButtonElement>'. Did you mean 'className'? lib/steps/Steps.tsx(48,9): error TS2322: Type 'Element' is not assignable to type 'ReactNode'. lib/steps/Steps.tsx(48,35): error TS2322: Type 'VNode[] | undefined' is not assignable to type 'ReactNode'. lib/sticky/Sticky.tsx(147,12): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'. lib/sticky/Sticky.tsx(148,9): error TS2322: Type 'Element' is not assignable to type 'ReactNode'. lib/sticky/Sticky.tsx(149,11): error TS2322: Type 'VNode[] | undefined' is not assignable to type 'ReactNode'. lib/submit-bar/SubmitBar.tsx(53,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/submit-bar/SubmitBar.tsx(55,14): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/submit-bar/SubmitBar.tsx(57,21): error TS2322: Type '{ children: string; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLSpanElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLSpanElement>'. Did you mean 'className'? lib/submit-bar/SubmitBar.tsx(61,21): error TS2322: Type '{ children: string; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLSpanElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLSpanElement>'. Did you mean 'className'? lib/submit-bar/SubmitBar.tsx(72,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/submit-bar/SubmitBar.tsx(73,26): error TS2786: 'Icon' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element. lib/submit-bar/SubmitBar.tsx(74,27): error TS2322: Type '{ children: string; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLSpanElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLSpanElement>'. Did you mean 'className'? lib/submit-bar/SubmitBar.tsx(89,10): error TS2786: 'Button' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; type: ButtonType; tag: keyof HTMLElementTagNameMap; ... 9 more ...; iconPosition: ButtonIconPosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHand...' is not a valid JSX element. lib/submit-bar/SubmitBar.tsx(103,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/submit-bar/SubmitBar.tsx(108,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/swipe-cell/SwipeCell.tsx(195,13): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'. lib/swipe-cell/SwipeCell.tsx(197,13): error TS2322: Type '(event: MouseEvent) => void' is not assignable to type 'MouseEventHandler'. lib/swipe-cell/SwipeCell.tsx(199,13): error TS2322: Type 'VNode[]' is not assignable to type 'ReactNode'. lib/swipe-cell/SwipeCell.tsx(220,11): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'. lib/swipe-cell/SwipeCell.tsx(222,11): error TS2322: Type '(event: MouseEvent) => void' is not assignable to type 'MouseEventHandler'. Types of parameters 'event' and 'event' are incompatible. Type 'MouseEvent' is not assignable to type 'MouseEvent'. lib/swipe-cell/SwipeCell.tsx(228,11): error TS2322: Type 'Element' is not assignable to type 'ReactNode'. lib/swipe-cell/SwipeCell.tsx(228,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/swipe-item/SwipeItem.tsx(95,9): error TS2322: Type 'VNode[] | null | undefined' is not assignable to type 'ReactNode'. lib/swipe/Swipe.tsx(382,31): error TS2322: Type '{ style: { backgroundColor: string | undefined; } | undefined; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLElement>'. Did you mean 'className'? lib/swipe/Swipe.tsx(395,13): error TS2322: Type 'Element[]' is not assignable to type 'ReactNode'. lib/swipe/Swipe.tsx(439,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/swipe/Swipe.tsx(439,12): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'. lib/swipe/Swipe.tsx(448,11): error TS2322: Type 'VNode[] | undefined' is not assignable to type 'ReactNode'. lib/switch/Switch.tsx(48,17): error TS2786: 'Loading' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: LoadingType; vertical: boolean; }> & Omit> & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<...>>; ....' is not a valid JSX element. lib/switch/Switch.tsx(66,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/switch/Switch.tsx(78,36): error TS2322: Type 'Element | VNode[] | undefined' is not assignable to type 'ReactNode'. lib/tab/Tab.tsx(109,12): error TS2786: 'SwipeItem' cannot be used as a JSX component. Its instance type '({ $: ComponentInternalInstance; $data: {}; $props: Partial<{}> & Omit> & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & Readonly<...> & Sh...' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{}> & Omit> & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 4 more ... & { ...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more. lib/tab/Tab.tsx(117,39): error TS2322: Type 'VNode[] | undefined' is not assignable to type 'ReactNode'. lib/tab/Tab.tsx(136,11): error TS2322: Type 'VNode[] | null | undefined' is not assignable to type 'ReactNode'. lib/tabbar-item/TabbarItem.tsx(84,17): error TS2786: 'Icon' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element. lib/tabbar-item/TabbarItem.tsx(94,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/tabbar-item/TabbarItem.tsx(100,11): error TS2322: Type '(event: MouseEvent) => void' is not assignable to type 'MouseEventHandler'. Types of parameters 'event' and 'event' are incompatible. Type 'MouseEvent' is not assignable to type 'MouseEvent'. lib/tabbar-item/TabbarItem.tsx(102,12): error TS2786: 'Badge' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; showZero: boolean; position: BadgePosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 4 more ... & { ....' is not a valid JSX element. lib/tabbar-item/TabbarItem.tsx(110,13): error TS2322: Type 'VNode[] | undefined' is not assignable to type 'ReactNode'. lib/tabbar/Tabbar.tsx(72,11): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'. lib/tabbar/Tabbar.tsx(83,11): error TS2322: Type 'VNode[] | undefined' is not assignable to type 'ReactNode'. lib/tabs/Tabs.tsx(366,10): error TS2786: 'TabsTitle' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; disabled: boolean; shrink: boolean; isActive: boolean; scrollable: boolean; showZeroBadge: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } ...' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; disabled: boolean; shrink: boolean; isActive: boolean; scrollable: boolean; showZeroBadge: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } ...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more. lib/tabs/Tabs.tsx(394,21): error TS2322: Type '{ class: Mods; style: { [x: `--${string}`]: string | number | undefined; accentColor?: string | undefined; alignContent?: string | undefined; alignItems?: string | undefined; alignSelf?: string | undefined; ... 1522 more ...; "vector-effect"?: VectorEffectProperty | undefined; }; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'? lib/tabs/Tabs.tsx(402,11): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'. lib/tabs/Tabs.tsx(408,11): error TS2322: Type 'Element' is not assignable to type 'ReactNode'. lib/tabs/Tabs.tsx(408,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/tabs/Tabs.tsx(409,13): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'. lib/tabs/Tabs.tsx(500,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/tabs/Tabs.tsx(500,12): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'. lib/tabs/Tabs.tsx(502,12): error TS2786: 'Sticky' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ position: StickyPosition; offsetTop: string | number; offsetBottom: string | number; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 5 more ... & { ...; }' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ position: StickyPosition; offsetTop: string | number; offsetBottom: string | number; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 5 more ... & { ...; }' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more. lib/tabs/Tabs.tsx(513,10): error TS2786: 'TabsContent' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ lazyRender: boolean; inited: boolean; animated: boolean; swipeable: boolean; }> & Omit & ... 3 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | ...' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ lazyRender: boolean; inited: boolean; animated: boolean; swipeable: boolean; }> & Omit & ... 3 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | ...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more. lib/tabs/TabsContent.tsx(32,12): error TS2786: 'Swipe' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ vertical: boolean; loop: boolean; duration: string | number; lazyRender: boolean; autoplay: string | number; touchable: boolean; initialSwipe: string | number; showIndicators: boolean; stopPropagation: boolean; }> & Omit<...>; ... 10 more ...; $watch(sourc...' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ vertical: boolean; loop: boolean; duration: string | number; lazyRender: boolean; autoplay: string | number; touchable: boolean; initialSwipe: string | number; showIndicators: boolean; stopPropagation: boolean; }> & Omit<...>; ... 10 more ...; $watch(sourc...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more. lib/tabs/TabsContent.tsx(69,9): error TS2322: Type 'Element | VNode[] | undefined' is not assignable to type 'ReactNode'. lib/tabs/TabsTitle.tsx(59,11): error TS2322: Type 'string | VNode[] | undefined' is not assignable to type 'ReactNode'. lib/tabs/TabsTitle.tsx(65,12): error TS2786: 'Badge' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; showZero: boolean; position: BadgePosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 4 more ... & { ....' is not a valid JSX element. lib/tabs/TabsTitle.tsx(99,9): error TS2322: Type 'Element' is not assignable to type 'ReactNode'. lib/tag/Tag.tsx(74,10): error TS2786: 'Icon' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element. lib/tag/Tag.tsx(82,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/tag/Tag.tsx(90,8): error TS2322: Type '{ children: Element | null; name: string | undefined; }' is not assignable to type 'IntrinsicAttributes & TransitionProps'. Property 'children' does not exist on type 'IntrinsicAttributes & TransitionProps'. lib/toast/Toast.tsx(102,12): error TS2786: 'Icon' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element. lib/toast/Toast.tsx(113,12): error TS2786: 'Loading' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: LoadingType; vertical: boolean; }> & Omit> & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<...>>; ....' is not a valid JSX element. lib/toast/Toast.tsx(123,24): error TS2322: Type '{ key: number; class: Mods; innerHTML: string; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'? lib/toast/Toast.tsx(125,16): error TS2322: Type '{ children: string | number; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'? lib/toast/Toast.tsx(148,8): error TS2786: 'Popup' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ position: PopupPosition; overlay: boolean; round: boolean; show: boolean; safeAreaInsetBottom: boolean; ... 8 more ...; safeAreaInsetTop: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> ...' is not a valid JSX element. lib/toast/function-call.tsx(61,17): error TS2786: 'VanToast' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: ToastType; position: ToastPosition; overlay: boolean; show: boolean; ... 4 more ...; closeOnClick: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } ...' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: ToastType; position: ToastPosition; overlay: boolean; show: boolean; ... 4 more ...; closeOnClick: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } ...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more. lib/tree-select/TreeSelect.tsx(93,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/tree-select/TreeSelect.tsx(106,14): error TS2786: 'Icon' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element. lib/tree-select/TreeSelect.tsx(120,10): error TS2786: 'SidebarItem' cannot be used as a JSX component. Its instance type '({ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; dot: boolean; disabled: boolean; }> & Omit; url: StringConstructor; replace: BooleanConstructor; } & { ...; }>> & { ...; } & VNodeProps & AllowedComponentProps & ComponentCustomP...' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; dot: boolean; disabled: boolean; }> & Omit; url: StringConstructor; replace: BooleanConstructor; } & { ...; }>> & { ...; } & VNodeProps & AllowedComponentProps & ComponentCustomPr...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more. lib/tree-select/TreeSelect.tsx(131,10): error TS2786: 'Sidebar' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ modelValue: string | number; }> & Omit> & { ...; } & VNodeProps & AllowedComponentProps & ComponentCustomProps, "modelValue">; ... 10 more ......' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ modelValue: string | number; }> & Omit> & { ...; } & VNodeProps & AllowedComponentProps & ComponentCustomProps, "modelValue">; ... 10 more ......' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more. lib/tree-select/TreeSelect.tsx(153,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/tree-select/TreeSelect.tsx(155,37): error TS2322: Type 'VNode[] | undefined' is not assignable to type 'ReactNode'. lib/uploader/Uploader.tsx(282,10): error TS2786: 'UploaderPreviewItem' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ lazyLoad: boolean; deletable: boolean; }> & Omit; }>> & { ...; } & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKe...' is not a valid JSX element. Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ lazyLoad: boolean; deletable: boolean; }> & Omit; }>> & { ...; } & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKe...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more. lib/uploader/Uploader.tsx(310,11): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'. lib/uploader/Uploader.tsx(317,11): error TS2322: Type '(event: Event) => void' is not assignable to type 'ChangeEventHandler'. Types of parameters 'event' and 'event' are incompatible. Type 'ChangeEvent' is not assignable to type 'Event'. lib/uploader/Uploader.tsx(323,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/uploader/Uploader.tsx(323,45): error TS2322: Type '(event: MouseEvent) => void' is not assignable to type 'MouseEventHandler'. Types of parameters 'event' and 'event' are incompatible. Type 'MouseEvent' is not assignable to type 'MouseEvent'. lib/uploader/Uploader.tsx(331,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/uploader/Uploader.tsx(334,11): error TS2322: Type '(event: MouseEvent) => void' is not assignable to type 'MouseEventHandler'. lib/uploader/Uploader.tsx(336,12): error TS2786: 'Icon' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element. lib/uploader/Uploader.tsx(338,19): error TS2322: Type '{ children: string; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLSpanElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLSpanElement>'. Did you mean 'className'? lib/uploader/Uploader.tsx(363,9): error TS2322: Type 'Element' is not assignable to type 'ReactNode'. lib/uploader/Uploader.tsx(363,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/uploader/UploaderPreviewItem.tsx(47,14): error TS2786: 'Icon' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element. lib/uploader/UploaderPreviewItem.tsx(49,14): error TS2786: 'Loading' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: LoadingType; vertical: boolean; }> & Omit> & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<...>>; ....' is not a valid JSX element. lib/uploader/UploaderPreviewItem.tsx(55,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/uploader/UploaderPreviewItem.tsx(57,34): error TS2322: Type '{ children: string; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'? lib/uploader/UploaderPreviewItem.tsx(83,13): error TS2322: Type '(event: MouseEvent) => void' is not assignable to type 'MouseEventHandler'. Types of parameters 'event' and 'event' are incompatible. Type 'MouseEvent' is not assignable to type 'MouseEvent'. lib/uploader/UploaderPreviewItem.tsx(85,13): error TS2322: Type 'Element | VNode[]' is not assignable to type 'ReactNode'. lib/uploader/UploaderPreviewItem.tsx(88,16): error TS2786: 'Icon' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element. lib/uploader/UploaderPreviewItem.tsx(100,13): error TS2322: Type 'VNode[]' is not assignable to type 'ReactNode'. lib/uploader/UploaderPreviewItem.tsx(111,12): error TS2786: 'Image' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ round: boolean; showError: boolean; lazyLoad: boolean; errorIcon: string; showLoading: boolean; loadingIcon: string; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle;...' is not a valid JSX element. lib/uploader/UploaderPreviewItem.tsx(125,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. lib/uploader/UploaderPreviewItem.tsx(126,12): error TS2786: 'Icon' cannot be used as a JSX component. Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element. lib/uploader/UploaderPreviewItem.tsx(127,16): error TS2322: Type '{ children: string | undefined; class: Mods[]; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'? lib/uploader/UploaderPreviewItem.tsx(136,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided. at makeError (/home/bond/code-learning/vant-3.5.1/node_modules/.pnpm/execa@5.1.1/node_modules/execa/lib/error.js:60:11) at handlePromise (/home/bond/code-learning/vant-3.5.1/node_modules/.pnpm/execa@5.1.1/node_modules/execa/index.js:118:26) at processTicksAndRejections (internal/process/task_queues.js:95:5) at async buildTypeDeclarations (file:///home/bond/code-learning/vant-3.5.1/packages/vant-cli/lib/commands/build.js:79:9) at async runBuildTasks (file:///home/bond/code-learning/vant-3.5.1/packages/vant-cli/lib/commands/build.js:147:13) at async Command.build (file:///home/bond/code-learning/vant-3.5.1/packages/vant-cli/lib/commands/build.js:163:9) { shortMessage: 'Command failed with exit code 2: tsc -p /home/bond/code-learning/vant-3.5.1/packages/vant/tsconfig.declaration.json', command: 'tsc -p /home/bond/code-learning/vant-3.5.1/packages/vant/tsconfig.declaration.json', escapedCommand: 'tsc -p "/home/bond/code-learning/vant-3.5.1/packages/vant/tsconfig.declaration.json"', exitCode: 2, signal: undefined, signalDescription: undefined, stdout: "es/action-bar-button/ActionBarButton.tsx(62,10): error TS2786: 'Button' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; type: ButtonType; tag: keyof HTMLElementTagNameMap; ... 9 more ...; iconPosition: ButtonIconPosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHand...' is not a valid JSX element.\n" + " Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; type: ButtonType; tag: keyof HTMLElementTagNameMap; ... 9 more ...; iconPosition: ButtonIconPosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHand...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.\n" + "es/action-bar-icon/ActionBarIcon.tsx(44,12): error TS2786: 'Badge' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; showZero: boolean; position: BadgePosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 4 more ... & { ....' is not a valid JSX element.\n" + "es/action-bar-icon/ActionBarIcon.tsx(55,10): error TS2786: 'Icon' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element.\n" + "es/action-bar-icon/ActionBarIcon.tsx(69,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/action-bar/ActionBar.tsx(29,9): error TS2322: Type 'VNode[] | undefined' is not assignable to type 'ReactNode'.\n" + "es/action-sheet/ActionSheet.tsx(72,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/action-sheet/ActionSheet.tsx(75,16): error TS2786: 'Icon' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element.\n" + "es/action-sheet/ActionSheet.tsx(89,16): error TS2322: Type '{ class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'?\n" + "es/action-sheet/ActionSheet.tsx(91,13): error TS2322: Type 'string | VNode[] | undefined' is not assignable to type 'ReactNode'.\n" + "es/action-sheet/ActionSheet.tsx(99,17): error TS2786: 'Loading' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: LoadingType; vertical: boolean; }> & Omit> & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<...>>; ....' is not a valid JSX element.\n" + "es/action-sheet/ActionSheet.tsx(107,15): error TS2322: Type '{ children: string | undefined; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLSpanElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLSpanElement>'. Did you mean 'className'?\n" + "es/action-sheet/ActionSheet.tsx(108,32): error TS2322: Type '{ children: string; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'?\n" + `es/action-sheet/ActionSheet.tsx(138,11): error TS2322: Type 'Element | ("" | Element | undefined)[]' is not assignable to type 'ReactNode'.\n` + " Type 'Element' is not assignable to type 'ReactNode'.\n" + "es/action-sheet/ActionSheet.tsx(148,48): error TS2322: Type 'string | VNode[] | undefined' is not assignable to type 'ReactNode'.\n" + " Type 'VNode[]' is not assignable to type 'ReactNode'.\n" + "es/action-sheet/ActionSheet.tsx(153,8): error TS2786: 'Popup' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ position: PopupPosition; overlay: boolean; round: boolean; show: boolean; safeAreaInsetBottom: boolean; ... 8 more ...; safeAreaInsetTop: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> ...' is not a valid JSX element.\n" + " Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ position: PopupPosition; overlay: boolean; round: boolean; show: boolean; safeAreaInsetBottom: boolean; ... 8 more ...; safeAreaInsetTop: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> ...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.\n" + "es/action-sheet/ActionSheet.tsx(161,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/address-edit/AddressEdit.tsx(235,14): error TS2786: 'Switch' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; loading: boolean; activeValue: unknown; inactiveValue: unknown; }> & Omit> & { ...; } & VNodeProps & AllowedComponen...' is not a valid JSX element.\n" + " Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; loading: boolean; activeValue: unknown; inactiveValue: unknown; }> & Omit> & { ...; } & VNodeProps & AllowedComponen...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.\n" + "es/address-edit/AddressEdit.tsx(238,26): error TS7006: Parameter 'event' implicitly has an 'any' type.\n" + "es/address-edit/AddressEdit.tsx(244,12): error TS2786: 'Cell' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; center: boolean; border: boolean; required: boolean; isLink: boolean; clickable: boolean | null; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; }...' is not a valid JSX element.\n" + "es/address-edit/AddressEdit.tsx(282,10): error TS2786: 'Form' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; readonly: boolean; colon: boolean; showError: boolean; scrollToError: boolean; validateFirst: boolean; submitOnEnter: boolean; showErrorMessage: boolean; validateTrigger: FieldValidateTrigger | FieldValidateTrigger[]; }> & Omit<...>; ......' is not a valid JSX element.\n" + " Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; readonly: boolean; colon: boolean; showError: boolean; scrollToError: boolean; validateFirst: boolean; submitOnEnter: boolean; showErrorMessage: boolean; validateTrigger: FieldValidateTrigger | FieldValidateTrigger[]; }> & Omit<...>; ......' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.\n" + "es/address-edit/AddressEdit.tsx(283,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/address-edit/AddressEdit.tsx(284,14): error TS2786: 'Field' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: FieldType; center: boolean; border: boolean; disabled: boolean; required: boolean; isLink: boolean; ... 10 more ...; colon: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefi...' is not a valid JSX element.\n" + "es/address-edit/AddressEdit.tsx(292,14): error TS2786: 'Field' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: FieldType; center: boolean; border: boolean; disabled: boolean; required: boolean; isLink: boolean; ... 10 more ...; colon: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefi...' is not a valid JSX element.\n" + "es/address-edit/AddressEdit.tsx(302,14): error TS2786: 'Field' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: FieldType; center: boolean; border: boolean; disabled: boolean; required: boolean; isLink: boolean; ... 10 more ...; colon: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefi...' is not a valid JSX element.\n" + "es/address-edit/AddressEdit.tsx(316,14): error TS2786: 'AddressEditDetail' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ show: boolean; focused: boolean; showSearchResult: boolean; }> & Omit> & { ...; } & VNodeProps & AllowedComponentProps & ComponentCustomProps, De...' is not a valid JSX element.\n" + " Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ show: boolean; focused: boolean; showSearchResult: boolean; }> & Omit> & { ...; } & VNodeProps & AllowedComponentProps & ComponentCustomProps, De...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.\n" + "es/address-edit/AddressEdit.tsx(331,16): error TS2786: 'Field' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: FieldType; center: boolean; border: boolean; disabled: boolean; required: boolean; isLink: boolean; ... 10 more ...; colon: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefi...' is not a valid JSX element.\n" + "es/address-edit/AddressEdit.tsx(345,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/address-edit/AddressEdit.tsx(346,14): error TS2786: 'Button' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; type: ButtonType; tag: keyof HTMLElementTagNameMap; ... 9 more ...; iconPosition: ButtonIconPosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHand...' is not a valid JSX element.\n" + "es/address-edit/AddressEdit.tsx(356,16): error TS2786: 'Button' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; type: ButtonType; tag: keyof HTMLElementTagNameMap; ... 9 more ...; iconPosition: ButtonIconPosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHand...' is not a valid JSX element.\n" + "es/address-edit/AddressEdit.tsx(366,12): error TS2786: 'Popup' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ position: PopupPosition; overlay: boolean; round: boolean; show: boolean; safeAreaInsetBottom: boolean; ... 8 more ...; safeAreaInsetTop: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> ...' is not a valid JSX element.\n" + "es/address-edit/AddressEdit.tsx(373,14): error TS2786: 'Area' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ loading: boolean; readonly: boolean; allowHtml: boolean; itemHeight: string | number; showToolbar: boolean; ... 5 more ...; isOverseaCode: (code: string) => boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?:...' is not a valid JSX element.\n" + " Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ loading: boolean; readonly: boolean; allowHtml: boolean; itemHeight: string | number; showToolbar: boolean; ... 5 more ...; isOverseaCode: (code: string) => boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?:...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.\n" + "es/address-edit/AddressEditDetail.tsx(51,21): error TS2322: Type '{ innerHTML: string; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'.\n" + " Property 'innerHTML' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'.\n" + "es/address-edit/AddressEditDetail.tsx(62,10): error TS2786: 'Cell' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; center: boolean; border: boolean; required: boolean; isLink: boolean; clickable: boolean | null; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; }...' is not a valid JSX element.\n" + "es/address-edit/AddressEditDetail.tsx(85,14): error TS2786: 'Field' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: FieldType; center: boolean; border: boolean; disabled: boolean; required: boolean; isLink: boolean; ... 10 more ...; colon: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefi...' is not a valid JSX element.\n" + " Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: FieldType; center: boolean; border: boolean; disabled: boolean; required: boolean; isLink: boolean; ... 10 more ...; colon: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefi...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.\n" + "es/address-list/AddressList.tsx(65,10): error TS2786: 'AddressListItem' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; switchable: boolean; }> & Omit; required: true; }; disabled: BooleanConstructor; switchable: BooleanConstructor; defaultTagText: StringConstructor; }>> & { ...; } ...' is not a valid JSX element.\n" + " Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; switchable: boolean; }> & Omit; required: true; }; disabled: BooleanConstructor; switchable: BooleanConstructor; defaultTagText: StringConstructor; }>> & { ...; } ...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.\n" + "es/address-list/AddressList.tsx(90,9): error TS2322: Type 'Element' is not assignable to type 'ReactNode'.\n" + "es/address-list/AddressList.tsx(90,10): error TS2786: 'Button' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; type: ButtonType; tag: keyof HTMLElementTagNameMap; ... 9 more ...; iconPosition: ButtonIconPosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHand...' is not a valid JSX element.\n" + "es/address-list/AddressList.tsx(105,14): error TS2322: Type '{ children: string; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'?\n" + "es/address-list/AddressList.tsx(109,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/address-list/AddressList.tsx(111,12): error TS2786: 'RadioGroup' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; }> & Omit; modelValue: PropType<...>; checkedColor: StringConstructor; }>> & { ...; } & VNodeProps & ...' is not a valid JSX element.\n" + " Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; }> & Omit; modelValue: PropType<...>; checkedColor: StringConstructor; }>> & { ...; } & VNodeProps & ...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.\n" + "es/address-list/AddressListItem.tsx(48,8): error TS2786: 'Icon' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element.\n" + "es/address-list/AddressListItem.tsx(51,19): error TS7006: Parameter 'event' implicitly has an 'any' type.\n" + "es/address-list/AddressListItem.tsx(65,12): error TS2786: 'Tag' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: TagType; mark: boolean; round: boolean; show: boolean; plain: boolean; closeable: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 5 more ... ...' is not a valid JSX element.\n" + " Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: TagType; mark: boolean; round: boolean; show: boolean; plain: boolean; closeable: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 5 more ... ...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.\n" + "es/address-list/AddressListItem.tsx(76,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/address-list/AddressListItem.tsx(80,14): error TS2322: Type '{ children: string; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'?\n" + "es/address-list/AddressListItem.tsx(85,12): error TS2786: 'Radio' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; shape: CheckerShape; labelDisabled: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 5 more ... & { ...; }' is not a valid JSX element.\n" + " Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; shape: CheckerShape; labelDisabled: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 5 more ... & { ...; }' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.\n" + "es/address-list/AddressListItem.tsx(98,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/address-list/AddressListItem.tsx(99,12): error TS2786: 'Cell' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; center: boolean; border: boolean; required: boolean; isLink: boolean; clickable: boolean | null; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; }...' is not a valid JSX element.\n" + "es/area/Area.tsx(324,10): error TS2786: 'Picker' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ loading: boolean; readonly: boolean; defaultIndex: string | number; allowHtml: boolean; itemHeight: string | number; ... 4 more ...; toolbarPosition: PickerToolbarPosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, op...' is not a valid JSX element.\n" + " Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ loading: boolean; readonly: boolean; defaultIndex: string | number; allowHtml: boolean; itemHeight: string | number; ... 4 more ...; toolbarPosition: PickerToolbarPosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, op...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.\n" + "es/badge/Badge.tsx(104,13): error TS2322: Type 'string | number | VNode[] | undefined' is not assignable to type 'ReactNode'.\n" + " Type 'VNode[]' is not assignable to type 'ReactNode'.\n" + " Type 'VNode[]' is not assignable to type 'string'.\n" + "es/button/Button.tsx(73,10): error TS2786: 'Loading' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: LoadingType; vertical: boolean; }> & Omit> & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<...>>; ....' is not a valid JSX element.\n" + " Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: LoadingType; vertical: boolean; }> & Omit> & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<...>>; ....' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.\n" + "es/button/Button.tsx(87,41): error TS2322: Type 'VNode[]' is not assignable to type 'ReactNode'.\n" + "es/button/Button.tsx(92,12): error TS2786: 'Icon' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element.\n" + "es/button/Button.tsx(110,42): error TS2322: Type 'string | VNode[]' is not assignable to type 'ReactNode'.\n" + "es/button/Button.tsx(187,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/calendar/Calendar.tsx(460,10): error TS2786: 'CalendarMonth' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ lazyRender: boolean; showMark: boolean; allowSameDay: boolean; showSubtitle: boolean; showMonthTitle: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ....' is not a valid JSX element.\n" + " Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ lazyRender: boolean; showMark: boolean; allowSameDay: boolean; showSubtitle: boolean; showMonthTitle: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ....' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.\n" + "es/calendar/Calendar.tsx(494,12): error TS2786: 'Button' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; type: ButtonType; tag: keyof HTMLElementTagNameMap; ... 9 more ...; iconPosition: ButtonIconPosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHand...' is not a valid JSX element.\n" + "es/calendar/Calendar.tsx(517,9): error TS2322: Type 'Element | VNode[] | undefined' is not assignable to type 'ReactNode'.\n" + "es/calendar/Calendar.tsx(522,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/calendar/Calendar.tsx(523,10): error TS2786: 'CalendarHeader' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ showTitle: boolean; showSubtitle: boolean; }> & Omit> & { ...; } & VNo...' is not a valid JSX element.\n" + " Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ showTitle: boolean; showSubtitle: boolean; }> & Omit> & { ...; } & VNo...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.\n" + "es/calendar/Calendar.tsx(534,14): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'.\n" + "es/calendar/Calendar.tsx(535,11): error TS2322: Type 'Element[]' is not assignable to type 'ReactNode'.\n" + "es/calendar/Calendar.tsx(564,12): error TS2786: 'Popup' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ position: PopupPosition; overlay: boolean; round: boolean; show: boolean; safeAreaInsetBottom: boolean; ... 8 more ...; safeAreaInsetTop: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> ...' is not a valid JSX element.\n" + "es/calendar/CalendarDay.tsx(76,13): error TS2322: Type 'string | VNode[] | undefined' is not assignable to type 'ReactNode'.\n" + "es/calendar/CalendarDay.tsx(88,13): error TS2322: Type 'string | VNode[] | undefined' is not assignable to type 'ReactNode'.\n" + "es/calendar/CalendarDay.tsx(112,13): error TS2322: Type '(Numeric | Element | undefined)[]' is not assignable to type 'ReactNode'.\n" + " Type '(Numeric | Element | undefined)[]' is not assignable to type 'string'.\n" + "es/calendar/CalendarDay.tsx(124,21): error TS2322: Type '{ class: Mods; style: CSSProperties; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'?\n" + "es/calendar/CalendarDay.tsx(135,11): error TS2322: Type 'Element | (Numeric | Element | undefined)[]' is not assignable to type 'ReactNode'.\n" + " Type 'Element' is not assignable to type 'ReactNode'.\n" + "es/calendar/CalendarHeader.tsx(25,21): error TS2322: Type '{ children: any; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'?\n" + "es/calendar/CalendarHeader.tsx(36,47): error TS2322: Type '(event: MouseEvent) => void' is not assignable to type 'MouseEventHandler'.\n" + " Types of parameters 'event' and 'event' are incompatible.\n" + " Type 'MouseEvent' is not assignable to type 'MouseEvent'.\n" + "es/calendar/CalendarHeader.tsx(37,13): error TS2322: Type 'string | VNode[] | undefined' is not assignable to type 'ReactNode'.\n" + "es/calendar/CalendarHeader.tsx(53,11): error TS2322: Type 'Element[]' is not assignable to type 'ReactNode'.\n" + "es/calendar/CalendarHeader.tsx(54,19): error TS2322: Type '{ children: any; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLSpanElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLSpanElement>'. Did you mean 'className'?\n" + "es/calendar/CalendarHeader.tsx(61,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/calendar/CalendarMonth.tsx(188,21): error TS2322: Type '{ children: any; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'?\n" + "es/calendar/CalendarMonth.tsx(194,21): error TS2322: Type '{ children: number; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'?\n" + "es/calendar/CalendarMonth.tsx(248,8): error TS2786: 'CalendarDay' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ offset: number; }> & Omit; required: true; }; color: StringConstructor; index: NumberConstructor; offset: { ...; }; rowHeight: StringConstructor; }>> & { ...; } & VNodeProps & AllowedCompo...' is not a valid JSX element.\n" + " Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ offset: number; }> & Omit; required: true; }; color: StringConstructor; index: NumberConstructor; offset: { ...; }; rowHeight: StringConstructor; }>> & { ...; } & VNodeProps & AllowedCompo...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.\n" + "es/calendar/CalendarMonth.tsx(255,19): error TS7006: Parameter 'item' implicitly has an 'any' type.\n" + "es/calendar/CalendarMonth.tsx(260,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/calendar/CalendarMonth.tsx(260,12): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'.\n" + "es/calendar/CalendarMonth.tsx(275,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/calendar/CalendarMonth.tsx(275,33): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'.\n" + "es/card/Card.tsx(43,16): error TS2322: Type '{ children: string; class: Mods[]; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'?\n" + "es/card/Card.tsx(54,13): error TS2322: Type 'Element | VNode[]' is not assignable to type 'ReactNode'.\n" + "es/card/Card.tsx(57,16): error TS2786: 'Tag' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: TagType; mark: boolean; round: boolean; show: boolean; plain: boolean; closeable: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 5 more ... ...' is not a valid JSX element.\n" + "es/card/Card.tsx(72,10): error TS2786: 'Image' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ round: boolean; showError: boolean; lazyLoad: boolean; errorIcon: string; showLoading: boolean; loadingIcon: string; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle;...' is not a valid JSX element.\n" + " Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ round: boolean; showError: boolean; lazyLoad: boolean; errorIcon: string; showLoading: boolean; loadingIcon: string; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle;...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.\n" + "es/card/Card.tsx(85,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/card/Card.tsx(88,13): error TS2322: Type '(event: MouseEvent) => void' is not assignable to type 'MouseEventHandler'.\n" + " Types of parameters 'event' and 'event' are incompatible.\n" + " Type 'MouseEvent' is missing the following properties from type 'MouseEvent': offsetX, offsetY, x, y, and 14 more.\n" + "es/card/Card.tsx(102,21): error TS2322: Type '{ children: string; class: Mods[]; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'?\n" + "es/card/Card.tsx(109,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/card/Card.tsx(110,17): error TS2322: Type '{ children: string; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLSpanElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLSpanElement>'. Did you mean 'className'?\n" + "es/card/Card.tsx(111,17): error TS2322: Type '{ children: string; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLSpanElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLSpanElement>'. Did you mean 'className'?\n" + "es/card/Card.tsx(112,17): error TS2322: Type '{ children: string; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLSpanElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLSpanElement>'. Did you mean 'className'?\n" + "es/card/Card.tsx(126,11): error TS2322: Type 'Element | VNode[]' is not assignable to type 'ReactNode'.\n" + "es/card/Card.tsx(132,11): error TS2322: Type 'string | VNode[]' is not assignable to type 'ReactNode'.\n" + "es/card/Card.tsx(140,11): error TS2322: Type 'string | VNode[]' is not assignable to type 'ReactNode'.\n" + "es/card/Card.tsx(145,36): error TS2322: Type 'VNode[]' is not assignable to type 'ReactNode'.\n" + "es/card/Card.tsx(149,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/card/Card.tsx(159,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/card/Card.tsx(160,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/card/Card.tsx(162,14): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/card/Card.tsx(163,16): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/cascader/Cascader.tsx(192,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/cascader/Cascader.tsx(194,13): error TS2322: Type 'string | VNode[] | undefined' is not assignable to type 'ReactNode'.\n" + "es/cascader/Cascader.tsx(197,14): error TS2786: 'Icon' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element.\n" + "es/cascader/Cascader.tsx(224,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/cascader/Cascader.tsx(235,14): error TS2786: 'Icon' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element.\n" + "es/cascader/Cascader.tsx(247,9): error TS2322: Type 'Element[]' is not assignable to type 'ReactNode'.\n" + "es/cascader/Cascader.tsx(259,10): error TS2786: 'Tab' cannot be used as a JSX component.\n" + " Its instance type '({ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; dot: boolean; disabled: boolean; showZeroBadge: boolean; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | u...' is not a valid JSX element.\n" + " Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; dot: boolean; disabled: boolean; showZeroBadge: boolean; }> & Omit & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: Wa...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.\n" + "es/cascader/Cascader.tsx(273,8): error TS2786: 'Tabs' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: TabsType; ellipsis: boolean; sticky: boolean; border: boolean; active: string | number; ... 7 more ...; swipeThreshold: string | number; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | un...' is not a valid JSX element.\n" + " Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: TabsType; ellipsis: boolean; sticky: boolean; border: boolean; active: string | number; ... 7 more ...; swipeThreshold: string | number; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | un...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.\n" + "es/cascader/Cascader.tsx(302,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/cell-group/CellGroup.tsx(30,9): error TS2322: Type 'VNode[] | undefined' is not assignable to type 'ReactNode'.\n" + "es/cell-group/CellGroup.tsx(36,9): error TS2322: Type 'string | VNode[] | undefined' is not assignable to type 'ReactNode'.\n" + "es/cell/Cell.tsx(70,13): error TS2322: Type 'string | number | VNode[] | undefined' is not assignable to type 'ReactNode'.\n" + "es/cell/Cell.tsx(79,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/cell/Cell.tsx(81,13): error TS2322: Type 'string | CSSProperties | undefined' is not assignable to type 'CSSProperties | undefined'.\n" + " Type 'string' is not assignable to type 'CSSProperties | undefined'.\n" + "es/cell/Cell.tsx(99,13): error TS2322: Type 'Element | VNode[]' is not assignable to type 'ReactNode'.\n" + " Type 'Element' is not assignable to type 'ReactNode'.\n" + " Type 'Element' is not assignable to type 'ReactPortal'.\n" + " Types of property 'key' are incompatible.\n" + " Type 'string | number | symbol | null' is not assignable to type 'Key | null'.\n" + " Type 'symbol' is not assignable to type 'Key | null'.\n" + "es/cell/Cell.tsx(112,12): error TS2786: 'Icon' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element.\n" + " Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.\n" + "es/cell/Cell.tsx(130,17): error TS2786: 'Icon' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element.\n" + "es/cell/Cell.tsx(149,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/checkbox-group/CheckboxGroup.tsx(85,54): error TS2322: Type 'VNode[] | undefined' is not assignable to type 'ReactNode'.\n" + "es/checkbox/Checkbox.tsx(87,8): error TS2786: 'Checker' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; checked: boolean; shape: CheckerShape; labelDisabled: boolean; bindGroup: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 4 more...' is not a valid JSX element.\n" + "es/checkbox/Checker.tsx(91,11): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'.\n" + "es/checkbox/Checker.tsx(95,11): error TS2322: Type 'Element | VNode[]' is not assignable to type 'ReactNode'.\n" + "es/checkbox/Checker.tsx(98,14): error TS2786: 'Icon' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element.\n" + "es/checkbox/Checker.tsx(113,13): error TS2322: Type 'VNode[]' is not assignable to type 'ReactNode'.\n" + "es/checkbox/Checker.tsx(137,11): error TS2322: Type '(event: MouseEvent) => void' is not assignable to type 'MouseEventHandler'.\n" + " Types of parameters 'event' and 'event' are incompatible.\n" + " Type 'MouseEvent' is not assignable to type 'MouseEvent'.\n" + "es/checkbox/Checker.tsx(139,11): error TS2322: Type '(Element | undefined)[]' is not assignable to type 'ReactNode'.\n" + " Type '(Element | undefined)[]' is not assignable to type 'string'.\n" + "es/circle/Circle.tsx(137,11): error TS2322: Type '{ d: string; style: CSSProperties; class: Mods; stroke: string | undefined; }' is not assignable to type 'SVGProps'.\n" + " Property 'class' does not exist on type 'SVGProps'. Did you mean 'className'?\n" + "es/circle/Circle.tsx(150,20): error TS2322: Type '{ class: Mods; style: { fill: string; stroke: string | undefined; strokeWidth: string; }; d: string; }' is not assignable to type 'SVGProps'.\n" + " Property 'class' does not exist on type 'SVGProps'. Did you mean 'className'?\n" + "es/circle/Circle.tsx(168,11): error TS2322: Type 'Element' is not assignable to type 'ReactNode'.\n" + "es/circle/Circle.tsx(169,13): error TS2322: Type 'Element[]' is not assignable to type 'ReactNode'.\n" + "es/circle/Circle.tsx(180,21): error TS2322: Type '{ children: string; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'?\n" + "es/circle/Circle.tsx(185,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/circle/Circle.tsx(186,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/collapse-item/CollapseItem.tsx(136,10): error TS2786: 'Cell' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; center: boolean; border: boolean; required: boolean; isLink: boolean; clickable: boolean | null; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; }...' is not a valid JSX element.\n" + "es/collapse-item/CollapseItem.tsx(154,9): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'.\n" + "es/collapse-item/CollapseItem.tsx(158,9): error TS2322: Type 'Element' is not assignable to type 'ReactNode'.\n" + "es/collapse-item/CollapseItem.tsx(158,14): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'.\n" + "es/collapse-item/CollapseItem.tsx(159,11): error TS2322: Type 'VNode[] | undefined' is not assignable to type 'ReactNode'.\n" + "es/collapse-item/CollapseItem.tsx(167,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/collapse/Collapse.tsx(102,9): error TS2322: Type 'VNode[] | undefined' is not assignable to type 'ReactNode'.\n" + "es/composables/use-placeholder.tsx(13,7): error TS2322: Type 'Element' is not assignable to type 'ReactNode'.\n" + "es/contact-card/ContactCard.tsx(45,8): error TS2786: 'Cell' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; center: boolean; border: boolean; required: boolean; isLink: boolean; clickable: boolean | null; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; }...' is not a valid JSX element.\n" + "es/contact-edit/ContactEdit.tsx(69,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/contact-edit/ContactEdit.tsx(70,10): error TS2786: 'Button' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; type: ButtonType; tag: keyof HTMLElementTagNameMap; ... 9 more ...; iconPosition: ButtonIconPosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHand...' is not a valid JSX element.\n" + "es/contact-edit/ContactEdit.tsx(80,12): error TS2786: 'Button' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; type: ButtonType; tag: keyof HTMLElementTagNameMap; ... 9 more ...; iconPosition: ButtonIconPosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHand...' is not a valid JSX element.\n" + "es/contact-edit/ContactEdit.tsx(93,8): error TS2786: 'Switch' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; loading: boolean; activeValue: unknown; inactiveValue: unknown; }> & Omit> & { ...; } & VNodeProps & AllowedComponen...' is not a valid JSX element.\n" + "es/contact-edit/ContactEdit.tsx(103,12): error TS2786: 'Cell' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; center: boolean; border: boolean; required: boolean; isLink: boolean; clickable: boolean | null; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; }...' is not a valid JSX element.\n" + "es/contact-edit/ContactEdit.tsx(119,8): error TS2786: 'Form' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; readonly: boolean; colon: boolean; showError: boolean; scrollToError: boolean; validateFirst: boolean; submitOnEnter: boolean; showErrorMessage: boolean; validateTrigger: FieldValidateTrigger | FieldValidateTrigger[]; }> & Omit<...>; ......' is not a valid JSX element.\n" + "es/contact-edit/ContactEdit.tsx(120,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/contact-edit/ContactEdit.tsx(121,12): error TS2786: 'Field' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: FieldType; center: boolean; border: boolean; disabled: boolean; required: boolean; isLink: boolean; ... 10 more ...; colon: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefi...' is not a valid JSX element.\n" + "es/contact-edit/ContactEdit.tsx(129,12): error TS2786: 'Field' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: FieldType; center: boolean; border: boolean; disabled: boolean; required: boolean; isLink: boolean; ... 10 more ...; colon: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefi...' is not a valid JSX element.\n" + "es/contact-list/ContactList.tsx(47,10): error TS2786: 'Radio' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; shape: CheckerShape; labelDisabled: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 5 more ... & { ...; }' is not a valid JSX element.\n" + "es/contact-list/ContactList.tsx(51,10): error TS2786: 'Icon' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element.\n" + "es/contact-list/ContactList.tsx(54,21): error TS7006: Parameter 'event' implicitly has an 'any' type.\n" + "es/contact-list/ContactList.tsx(66,14): error TS2786: 'Tag' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: TagType; mark: boolean; round: boolean; show: boolean; plain: boolean; closeable: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 5 more ... ...' is not a valid JSX element.\n" + "es/contact-list/ContactList.tsx(76,10): error TS2786: 'Cell' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; center: boolean; border: boolean; required: boolean; isLink: boolean; clickable: boolean | null; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; }...' is not a valid JSX element.\n" + "es/contact-list/ContactList.tsx(93,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/contact-list/ContactList.tsx(94,10): error TS2786: 'RadioGroup' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; }> & Omit; modelValue: PropType<...>; checkedColor: StringConstructor; }>> & { ...; } & VNodeProps & ...' is not a valid JSX element.\n" + "es/contact-list/ContactList.tsx(98,11): error TS2322: Type 'Element' is not assignable to type 'ReactNode'.\n" + "es/contact-list/ContactList.tsx(98,12): error TS2786: 'Button' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; type: ButtonType; tag: keyof HTMLElementTagNameMap; ... 9 more ...; iconPosition: ButtonIconPosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHand...' is not a valid JSX element.\n" + "es/count-down/CountDown.tsx(62,9): error TS2322: Type 'string | VNode[]' is not assignable to type 'ReactNode'.\n" + "es/coupon-cell/CouponCell.tsx(59,10): error TS2786: 'Cell' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; center: boolean; border: boolean; required: boolean; isLink: boolean; clickable: boolean | null; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; }...' is not a valid JSX element.\n" + "es/coupon-list/CouponList.tsx(104,8): error TS2786: 'Empty' cannot be used as a JSX component.\n" + ` Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ image: string; }> & Omit; default: string; }; imageSize: PropType<...>; description: StringConstructor; }>> & VNodeProps & AllowedComponentProps & ComponentCustomProps, "image">; ... 10 more ...; ...' is not a valid JSX element.\n` + ` Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ image: string; }> & Omit; default: string; }; imageSize: PropType<...>; description: StringConstructor; }>> & VNodeProps & AllowedComponentProps & ComponentCustomProps, "image">; ... 10 more ...; ...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.\n` + "es/coupon-list/CouponList.tsx(105,12): error TS2322: Type '{ children: any; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLParagraphElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLParagraphElement>'. Did you mean 'className'?\n" + "es/coupon-list/CouponList.tsx(112,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/coupon-list/CouponList.tsx(112,16): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'.\n" + "es/coupon-list/CouponList.tsx(113,14): error TS2786: 'Field' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: FieldType; center: boolean; border: boolean; disabled: boolean; required: boolean; isLink: boolean; ... 10 more ...; colon: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefi...' is not a valid JSX element.\n" + "es/coupon-list/CouponList.tsx(121,14): error TS2786: 'Button' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; type: ButtonType; tag: keyof HTMLElementTagNameMap; ... 9 more ...; iconPosition: ButtonIconPosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHand...' is not a valid JSX element.\n" + "es/coupon-list/CouponList.tsx(141,10): error TS2786: 'Tab' cannot be used as a JSX component.\n" + " Its instance type '({ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; dot: boolean; disabled: boolean; showZeroBadge: boolean; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | u...' is not a valid JSX element.\n" + " Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; dot: boolean; disabled: boolean; showZeroBadge: boolean; }> & Omit & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: Wa...' is not assignable to type 'ElementClass'.\n" + "es/coupon-list/CouponList.tsx(142,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/coupon-list/CouponList.tsx(147,16): error TS2786: 'Coupon' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; currency: string; chosen: boolean; }> & Omit> & VNodeProps & AllowedComponentProps & ComponentCustomProps, Def...' is not a valid JSX element.\n" + " Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; currency: string; chosen: boolean; }> & Omit> & VNodeProps & AllowedComponentProps & ComponentCustomProps, Def...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.\n" + "es/coupon-list/CouponList.tsx(169,10): error TS2786: 'Tab' cannot be used as a JSX component.\n" + " Its instance type '({ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; dot: boolean; disabled: boolean; showZeroBadge: boolean; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | u...' is not a valid JSX element.\n" + " Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; dot: boolean; disabled: boolean; showZeroBadge: boolean; }> & Omit & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: Wa...' is not assignable to type 'ElementClass'.\n" + "es/coupon-list/CouponList.tsx(170,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/coupon-list/CouponList.tsx(175,16): error TS2786: 'Coupon' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; currency: string; chosen: boolean; }> & Omit> & VNodeProps & AllowedComponentProps & ComponentCustomProps, Def...' is not a valid JSX element.\n" + "es/coupon-list/CouponList.tsx(206,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/coupon-list/CouponList.tsx(206,12): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'.\n" + "es/coupon-list/CouponList.tsx(208,10): error TS2786: 'Tabs' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: TabsType; ellipsis: boolean; sticky: boolean; border: boolean; active: string | number; ... 7 more ...; swipeThreshold: string | number; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | un...' is not a valid JSX element.\n" + "es/coupon-list/CouponList.tsx(213,11): error TS2322: Type 'Element' is not assignable to type 'ReactNode'.\n" + "es/coupon-list/CouponList.tsx(213,12): error TS2786: 'Button' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; type: ButtonType; tag: keyof HTMLElementTagNameMap; ... 9 more ...; iconPosition: ButtonIconPosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHand...' is not a valid JSX element.\n" + "es/coupon/Coupon.tsx(74,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/coupon/Coupon.tsx(75,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/coupon/Coupon.tsx(76,14): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/coupon/Coupon.tsx(77,19): error TS2322: Type '{ children: any; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLHeadingElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLHeadingElement>'. Did you mean 'className'?\n" + "es/coupon/Coupon.tsx(78,18): error TS2322: Type '{ children: any; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLParagraphElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLParagraphElement>'. Did you mean 'className'?\n" + "es/coupon/Coupon.tsx(82,14): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/coupon/Coupon.tsx(83,18): error TS2322: Type '{ children: string; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLParagraphElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLParagraphElement>'. Did you mean 'className'?\n" + "es/coupon/Coupon.tsx(84,18): error TS2322: Type '{ children: string; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLParagraphElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLParagraphElement>'. Did you mean 'className'?\n" + "es/coupon/Coupon.tsx(86,18): error TS2786: 'Checkbox' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; shape: CheckerShape; labelDisabled: boolean; bindGroup: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 5 more ... & { ...; }' is not a valid JSX element.\n" + " Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; shape: CheckerShape; labelDisabled: boolean; bindGroup: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 5 more ... & { ...; }' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.\n" + "es/coupon/Coupon.tsx(90,30): error TS2322: Type '{ children: string; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLParagraphElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLParagraphElement>'. Did you mean 'className'?\n" + "es/datetime-picker/DatePicker.tsx(324,8): error TS2786: 'Picker' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ loading: boolean; readonly: boolean; defaultIndex: string | number; allowHtml: boolean; itemHeight: string | number; ... 4 more ...; toolbarPosition: PickerToolbarPosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, op...' is not a valid JSX element.\n" + "es/datetime-picker/DatetimePicker.tsx(39,10): error TS2786: 'Component' cannot be used as a JSX component.\n" + " Its instance type '({ $: ComponentInternalInstance; $data: {}; $props: Partial<{ loading: boolean; formatter: (type: string, value: string) => string; readonly: boolean; allowHtml: boolean; ... 7 more ...; maxMinute: string | number; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOption...' is not a valid JSX element.\n" + " Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ loading: boolean; formatter: (type: string, value: string) => string; readonly: boolean; allowHtml: boolean; ... 7 more ...; maxMinute: string | number; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.\n" + "es/datetime-picker/TimePicker.tsx(173,8): error TS2786: 'Picker' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ loading: boolean; readonly: boolean; defaultIndex: string | number; allowHtml: boolean; itemHeight: string | number; ... 4 more ...; toolbarPosition: PickerToolbarPosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, op...' is not a valid JSX element.\n" + "es/dialog/Dialog.tsx(150,13): error TS2322: Type 'string | VNode[]' is not assignable to type 'ReactNode'.\n" + "es/dialog/Dialog.tsx(166,21): error TS2322: Type '{ class: Mods; innerHTML: string; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'?\n" + "es/dialog/Dialog.tsx(169,38): error TS2322: Type 'string | Element | undefined' is not assignable to type 'ReactNode'.\n" + " Type 'Element' is not assignable to type 'ReactNode'.\n" + "es/dialog/Dialog.tsx(174,44): error TS2322: Type 'VNode[]' is not assignable to type 'ReactNode'.\n" + "es/dialog/Dialog.tsx(187,13): error TS2322: Type 'Element' is not assignable to type 'ReactNode'.\n" + "es/dialog/Dialog.tsx(194,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/dialog/Dialog.tsx(196,12): error TS2786: 'Button' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; type: ButtonType; tag: keyof HTMLElementTagNameMap; ... 9 more ...; iconPosition: ButtonIconPosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHand...' is not a valid JSX element.\n" + "es/dialog/Dialog.tsx(207,12): error TS2786: 'Button' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; type: ButtonType; tag: keyof HTMLElementTagNameMap; ... 9 more ...; iconPosition: ButtonIconPosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHand...' is not a valid JSX element.\n" + "es/dialog/Dialog.tsx(221,8): error TS2786: 'ActionBar' cannot be used as a JSX component.\n" + ` Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ safeAreaInsetBottom: boolean; }> & Omit> & VNodeProps & AllowedComponentProps & ComponentCustomProps, "safeAreaInsetBottom">; ... 10 more ...; $watch(source: ...' is not a valid JSX element.\n` + ` Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ safeAreaInsetBottom: boolean; }> & Omit> & VNodeProps & AllowedComponentProps & ComponentCustomProps, "safeAreaInsetBottom">; ... 10 more ...; $watch(source: ...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.\n` + "es/dialog/Dialog.tsx(223,12): error TS2786: 'ActionBarButton' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; disabled: boolean; loading: boolean; }> & Omit; url: StringConstructor; replace: BooleanConstructor; } & { ...; }>> & VNodeProps & AllowedComponentProps & ComponentCustomProps, De...' is not a valid JSX element.\n" + " Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; disabled: boolean; loading: boolean; }> & Omit; url: StringConstructor; replace: BooleanConstructor; } & { ...; }>> & VNodeProps & AllowedComponentProps & ComponentCustomProps, De...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.\n" + "es/dialog/Dialog.tsx(234,12): error TS2786: 'ActionBarButton' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; disabled: boolean; loading: boolean; }> & Omit; url: StringConstructor; replace: BooleanConstructor; } & { ...; }>> & VNodeProps & AllowedComponentProps & ComponentCustomProps, De...' is not a valid JSX element.\n" + "es/dialog/Dialog.tsx(259,10): error TS2786: 'Popup' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ position: PopupPosition; overlay: boolean; round: boolean; show: boolean; safeAreaInsetBottom: boolean; ... 8 more ...; safeAreaInsetTop: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> ...' is not a valid JSX element.\n" + "es/dialog/function-call.tsx(13,21): error TS2786: 'VanDialog' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ overlay: boolean; show: boolean; transition: string; lockScroll: boolean; lazyRender: boolean; transitionAppear: boolean; ... 6 more ...; showConfirmButton: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?:...' is not a valid JSX element.\n" + " Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ overlay: boolean; show: boolean; transition: string; lockScroll: boolean; lazyRender: boolean; transitionAppear: boolean; ... 6 more ...; showConfirmButton: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?:...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.\n" + "es/divider/Divider.tsx(31,9): error TS2322: Type 'VNode[] | undefined' is not assignable to type 'ReactNode'.\n" + "es/dropdown-item/DropdownItem.tsx(137,14): error TS2786: 'Icon' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element.\n" + "es/dropdown-item/DropdownItem.tsx(143,10): error TS2786: 'Cell' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; center: boolean; border: boolean; required: boolean; isLink: boolean; clickable: boolean | null; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; }...' is not a valid JSX element.\n" + "es/dropdown-item/DropdownItem.tsx(176,11): error TS2322: Type '(event: MouseEvent) => void' is not assignable to type 'MouseEventHandler'.\n" + " Types of parameters 'event' and 'event' are incompatible.\n" + " Type 'MouseEvent' is not assignable to type 'MouseEvent'.\n" + "es/dropdown-item/DropdownItem.tsx(178,11): error TS2322: Type 'Element' is not assignable to type 'ReactNode'.\n" + "es/dropdown-item/DropdownItem.tsx(178,12): error TS2786: 'Popup' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ position: PopupPosition; overlay: boolean; round: boolean; show: boolean; safeAreaInsetBottom: boolean; ... 8 more ...; safeAreaInsetTop: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> ...' is not a valid JSX element.\n" + "es/dropdown-item/DropdownItem.tsx(205,17): error TS2322: Type '{ children: Element; to: string | RendererElement; }' is not assignable to type 'IntrinsicAttributes & IntrinsicClassAttributes<{ $props: VNodeProps & TeleportProps; }>'.\n" + " Property 'children' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes<{ $props: VNodeProps & TeleportProps; }>'.\n" + "es/dropdown-item/DropdownItem.tsx(205,17): error TS2786: 'Teleport' cannot be used as a JSX component.\n" + " Its instance type '{ $props: VNodeProps & TeleportProps; }' is not a valid JSX element.\n" + "es/dropdown-menu/DropdownMenu.tsx(130,11): error TS2322: Type 'Element' is not assignable to type 'ReactNode'.\n" + "es/dropdown-menu/DropdownMenu.tsx(140,13): error TS2322: Type 'Element' is not assignable to type 'ReactNode'.\n" + "es/dropdown-menu/DropdownMenu.tsx(140,18): error TS2322: Type '{ children: any; class: string; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'?\n" + "es/dropdown-menu/DropdownMenu.tsx(151,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/dropdown-menu/DropdownMenu.tsx(151,12): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'.\n" + "es/dropdown-menu/DropdownMenu.tsx(153,11): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'.\n" + "es/dropdown-menu/DropdownMenu.tsx(157,11): error TS2322: Type 'Element[]' is not assignable to type 'ReactNode'.\n" + "es/empty/Empty.tsx(51,46): error TS2322: Type 'string | VNode[]' is not assignable to type 'ReactNode'.\n" + "es/empty/Empty.tsx(57,43): error TS2322: Type 'VNode[]' is not assignable to type 'ReactNode'.\n" + "es/empty/Empty.tsx(62,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/empty/Empty.tsx(64,11): error TS2322: Type 'Element | VNode[]' is not assignable to type 'ReactNode'.\n" + "es/empty/Images.tsx(15,5): error TS2322: Type 'Element' is not assignable to type 'ReactNode'.\n" + "es/empty/Images.tsx(15,6): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/empty/Images.tsx(33,5): error TS2322: Type 'Element' is not assignable to type 'ReactNode'.\n" + "es/empty/Images.tsx(33,6): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/empty/Images.tsx(38,4): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/empty/Images.tsx(46,5): error TS2322: Type 'Element' is not assignable to type 'ReactNode'.\n" + "es/empty/Images.tsx(46,6): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/empty/Images.tsx(51,4): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/empty/Images.tsx(64,4): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/empty/Images.tsx(65,6): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/empty/Images.tsx(66,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/empty/Images.tsx(70,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/empty/Images.tsx(75,9): error TS2322: Type 'Element[]' is not assignable to type 'ReactNode'.\n" + "es/empty/Images.tsx(77,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/empty/Images.tsx(90,6): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/empty/Images.tsx(97,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/empty/Images.tsx(103,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/empty/Images.tsx(113,4): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/empty/Images.tsx(114,6): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/empty/Images.tsx(116,9): error TS2322: Type 'Element[]' is not assignable to type 'ReactNode'.\n" + "es/empty/Images.tsx(119,9): error TS2322: Type 'Element[]' is not assignable to type 'ReactNode'.\n" + "es/empty/Images.tsx(122,9): error TS2322: Type 'Element[]' is not assignable to type 'ReactNode'.\n" + "es/empty/Images.tsx(127,6): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/empty/Images.tsx(128,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/empty/Images.tsx(140,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/empty/Images.tsx(153,4): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/empty/Images.tsx(155,7): error TS2322: Type 'Element' is not assignable to type 'ReactNode'.\n" + "es/empty/Images.tsx(156,9): error TS2322: Type 'Element[]' is not assignable to type 'ReactNode'.\n" + "es/empty/Images.tsx(170,4): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/empty/Images.tsx(171,6): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/empty/Images.tsx(173,9): error TS2322: Type 'Element[]' is not assignable to type 'ReactNode'.\n" + "es/empty/Images.tsx(176,9): error TS2322: Type 'Element[]' is not assignable to type 'ReactNode'.\n" + "es/empty/Images.tsx(179,9): error TS2322: Type 'Element[]' is not assignable to type 'ReactNode'.\n" + "es/empty/Images.tsx(182,9): error TS2322: Type 'Element[]' is not assignable to type 'ReactNode'.\n" + "es/empty/Images.tsx(188,6): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/field/Field.tsx(401,37): error TS2322: Type '(event: MouseEvent) => void' is not assignable to type 'MouseEventHandler'.\n" + " Types of parameters 'event' and 'event' are incompatible.\n" + " Type 'MouseEvent' is not assignable to type 'MouseEvent'.\n" + "es/field/Field.tsx(402,13): error TS2322: Type 'VNode[]' is not assignable to type 'ReactNode'.\n" + "es/field/Field.tsx(431,17): error TS2322: Type '{ id: string; ref: Ref; name: string | undefined; rows: number | undefined; class: Mods; disabled: boolean | undefined; ... 13 more ...; onCompositionstart: ({ target }: Event) => void; }' is not assignable to type 'DetailedHTMLProps, HTMLTextAreaElement>'.\n" + " Type '{ id: string; ref: Ref; name: string | undefined; rows: number | undefined; class: Mods; disabled: boolean | undefined; ... 13 more ...; onCompositionstart: ({ target }: Event) => void; }' is not assignable to type 'ClassAttributes'.\n" + " Types of property 'ref' are incompatible.\n" + " Type 'Ref' is not assignable to type 'LegacyRef | undefined'.\n" + " Property 'current' is missing in type 'Ref' but required in type 'RefObject'.\n" + `es/field/Field.tsx(434,15): error TS2322: Type '{ id: string; ref: Ref; name: string | undefined; rows: number | undefined; class: Mods; disabled: boolean | undefined; ... 15 more ...; inputmode?: "search" | ... 7 more ... | undefined; }' is not assignable to type 'DetailedHTMLProps, HTMLInputElement>'.\n` + ` Type '{ id: string; ref: Ref; name: string | undefined; rows: number | undefined; class: Mods; disabled: boolean | undefined; ... 15 more ...; inputmode?: "search" | ... 7 more ... | undefined; }' is not assignable to type 'ClassAttributes'.\n` + " Types of property 'ref' are incompatible.\n" + " Type 'Ref' is not assignable to type 'LegacyRef | undefined'.\n" + " Property 'current' is missing in type 'Ref' but required in type 'RefObject'.\n" + "es/field/Field.tsx(442,41): error TS2322: Type '(event: MouseEvent) => void' is not assignable to type 'MouseEventHandler'.\n" + " Types of parameters 'event' and 'event' are incompatible.\n" + " Type 'MouseEvent' is missing the following properties from type 'MouseEvent': offsetX, offsetY, x, y, and 14 more.\n" + "es/field/Field.tsx(443,13): error TS2322: Type 'Element | VNode[]' is not assignable to type 'ReactNode'.\n" + "es/field/Field.tsx(446,16): error TS2786: 'Icon' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element.\n" + "es/field/Field.tsx(458,42): error TS2322: Type '(event: MouseEvent) => void' is not assignable to type 'MouseEventHandler'.\n" + " Types of parameters 'event' and 'event' are incompatible.\n" + " Type 'MouseEvent' is not assignable to type 'MouseEvent'.\n" + "es/field/Field.tsx(459,13): error TS2322: Type 'Element | VNode[]' is not assignable to type 'ReactNode'.\n" + "es/field/Field.tsx(462,16): error TS2786: 'Icon' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element.\n" + "es/field/Field.tsx(473,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/field/Field.tsx(474,19): error TS2322: Type '{ children: number; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLSpanElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLSpanElement>'. Did you mean 'className'?\n" + "es/field/Field.tsx(492,13): error TS2322: Type 'string | VNode[]' is not assignable to type 'ReactNode'.\n" + " Type 'VNode[]' is not assignable to type 'ReactNode'.\n" + "es/field/Field.tsx(506,37): error TS2322: Type '{ children: string; id: string; for: string; }' is not assignable to type 'DetailedHTMLProps, HTMLLabelElement>'.\n" + " Property 'for' does not exist on type 'DetailedHTMLProps, HTMLLabelElement>'. Did you mean 'htmlFor'?\n" + "es/field/Field.tsx(514,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/field/Field.tsx(517,12): error TS2786: 'Icon' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element.\n" + "es/field/Field.tsx(524,53): error TS2322: Type 'VNode[]' is not assignable to type 'ReactNode'.\n" + "es/field/Field.tsx(567,10): error TS2786: 'Cell' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; center: boolean; border: boolean; required: boolean; isLink: boolean; clickable: boolean | null; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; }...' is not a valid JSX element.\n" + " Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; center: boolean; border: boolean; required: boolean; isLink: boolean; clickable: boolean | null; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; }...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.\n" + "es/form/Form.tsx(200,27): error TS2322: Type '(event: Event) => void' is not assignable to type 'FormEventHandler'.\n" + " Types of parameters 'event' and 'event' are incompatible.\n" + " Type 'FormEvent' is missing the following properties from type 'Event': cancelBubble, composed, returnValue, srcElement, and 7 more.\n" + "es/form/Form.tsx(201,9): error TS2322: Type 'VNode[] | undefined' is not assignable to type 'ReactNode'.\n" + " Type 'VNode[]' is not assignable to type 'ReactNode'.\n" + "es/grid-item/GridItem.tsx(94,12): error TS2786: 'Badge' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; showZero: boolean; position: BadgePosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 4 more ... & { ....' is not a valid JSX element.\n" + "es/grid-item/GridItem.tsx(105,12): error TS2786: 'Icon' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element.\n" + "es/grid-item/GridItem.tsx(124,22): error TS2322: Type '{ children: string; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLSpanElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLSpanElement>'. Did you mean 'className'?\n" + "es/grid-item/GridItem.tsx(155,11): error TS2322: Type 'Element' is not assignable to type 'ReactNode'.\n" + "es/grid-item/GridItem.tsx(162,13): error TS2322: Type '(Element | VNode[] | undefined)[]' is not assignable to type 'ReactNode'.\n" + " Type '(Element | VNode[] | undefined)[]' is not assignable to type 'string'.\n" + "es/grid/Grid.tsx(56,9): error TS2322: Type 'VNode[] | undefined' is not assignable to type 'ReactNode'.\n" + "es/icon/Icon.tsx(51,10): error TS2786: 'Badge' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; showZero: boolean; position: BadgePosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 4 more ... & { ....' is not a valid JSX element.\n" + " Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; showZero: boolean; position: BadgePosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 4 more ... & { ....' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.\n" + "es/icon/Icon.tsx(66,32): error TS2322: Type '{ class: Mods; src: string | undefined; }' is not assignable to type 'DetailedHTMLProps, HTMLImageElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLImageElement>'. Did you mean 'className'?\n" + "es/image-preview/ImagePreview.tsx(123,13): error TS2322: Type 'string | VNode[]' is not assignable to type 'ReactNode'.\n" + "es/image-preview/ImagePreview.tsx(133,42): error TS2322: Type 'VNode[]' is not assignable to type 'ReactNode'.\n" + "es/image-preview/ImagePreview.tsx(138,8): error TS2786: 'Swipe' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ vertical: boolean; loop: boolean; duration: string | number; lazyRender: boolean; autoplay: string | number; touchable: boolean; initialSwipe: string | number; showIndicators: boolean; stopPropagation: boolean; }> & Omit<...>; ... 10 more ...; $watch(sourc...' is not a valid JSX element.\n" + "es/image-preview/ImagePreview.tsx(150,12): error TS2786: 'ImagePreviewItem' cannot be used as a JSX component.\n" + ` Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ show: boolean; }> & Omit> & { ...; } & VNodeProps & AllowedComponentProps & ComponentCustomProps, "show">; ... 10 more ...; $watch(source...' is not a valid JSX element.\n` + ` Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ show: boolean; }> & Omit> & { ...; } & VNodeProps & AllowedComponentProps & ComponentCustomProps, "show">; ... 10 more ...; $watch(source...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.\n` + "es/image-preview/ImagePreview.tsx(168,12): error TS2786: 'Icon' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element.\n" + "es/image-preview/ImagePreview.tsx(217,8): error TS2786: 'Popup' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ position: PopupPosition; overlay: boolean; round: boolean; show: boolean; safeAreaInsetBottom: boolean; ... 8 more ...; safeAreaInsetTop: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> ...' is not a valid JSX element.\n" + "es/image-preview/ImagePreviewItem.tsx(276,25): error TS2786: 'Loading' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: LoadingType; vertical: boolean; }> & Omit> & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<...>>; ....' is not a valid JSX element.\n" + "es/image-preview/ImagePreviewItem.tsx(280,10): error TS2786: 'SwipeItem' cannot be used as a JSX component.\n" + " Its instance type '({ $: ComponentInternalInstance; $data: {}; $props: Partial<{}> & Omit> & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & Readonly<...> & Sh...' is not a valid JSX element.\n" + " Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{}> & Omit> & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 4 more ... & { ...' is not assignable to type 'ElementClass'.\n" + "es/image-preview/ImagePreviewItem.tsx(287,12): error TS2786: 'Image' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ round: boolean; showError: boolean; lazyLoad: boolean; errorIcon: string; showLoading: boolean; loadingIcon: string; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle;...' is not a valid JSX element.\n" + "es/image-preview/function-call.tsx(42,10): error TS2786: 'VanImagePreview' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ overlay: boolean; show: boolean; loop: boolean; closeIcon: string; closeable: boolean; closeOnPopstate: boolean; ... 7 more ...; showIndex: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<......' is not a valid JSX element.\n" + " Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ overlay: boolean; show: boolean; loop: boolean; closeIcon: string; closeable: boolean; closeOnPopstate: boolean; ... 7 more ...; showIndex: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<......' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.\n" + "es/image/Image.tsx(113,10): error TS2786: 'Icon' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element.\n" + "es/image/Image.tsx(126,13): error TS2322: Type 'Element | VNode[]' is not assignable to type 'ReactNode'.\n" + "es/image/Image.tsx(133,13): error TS2322: Type 'Element | VNode[]' is not assignable to type 'ReactNode'.\n" + "es/image/Image.tsx(154,21): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'.\n" + " Property 'current' is missing in type 'Ref' but required in type 'RefObject'.\n" + "es/image/Image.tsx(158,30): error TS2322: Type '(event?: Event | undefined) => void' is not assignable to type 'ReactEventHandler'.\n" + " Types of parameters 'event' and 'event' are incompatible.\n" + " Type 'SyntheticEvent' is missing the following properties from type 'Event': cancelBubble, composed, returnValue, srcElement, and 7 more.\n" + "es/image/Image.tsx(158,46): error TS2322: Type '(event?: Event | undefined) => void' is not assignable to type 'ReactEventHandler'.\n" + " Types of parameters 'event' and 'event' are incompatible.\n" + " Type 'SyntheticEvent' is not assignable to type 'Event'.\n" + "es/image/Image.tsx(194,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/index-anchor/IndexAnchor.tsx(103,11): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'.\n" + "es/index-anchor/IndexAnchor.tsx(106,11): error TS2322: Type 'Element' is not assignable to type 'ReactNode'.\n" + "es/index-anchor/IndexAnchor.tsx(110,13): error TS2322: Type 'string | number | VNode[] | undefined' is not assignable to type 'ReactNode'.\n" + `es/index-bar/IndexBar.tsx(202,13): error TS2322: Type '{ children: Numeric; class: Mods; style: CSSProperties | undefined; "data-index": Numeric; }' is not assignable to type 'DetailedHTMLProps, HTMLSpanElement>'.\n` + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLSpanElement>'. Did you mean 'className'?\n" + "es/index-bar/IndexBar.tsx(274,9): error TS2322: Type '(event: MouseEvent) => void' is not assignable to type 'MouseEventHandler'.\n" + " Types of parameters 'event' and 'event' are incompatible.\n" + " Type 'MouseEvent' is not assignable to type 'MouseEvent'.\n" + "es/index-bar/IndexBar.tsx(278,9): error TS2322: Type 'Element[]' is not assignable to type 'ReactNode'.\n" + "es/index-bar/IndexBar.tsx(285,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/index-bar/IndexBar.tsx(285,12): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'.\n" + "es/index-bar/IndexBar.tsx(287,12): error TS2322: Type '{ children: Element; to: string | RendererElement; }' is not assignable to type 'IntrinsicAttributes & IntrinsicClassAttributes<{ $props: VNodeProps & TeleportProps; }>'.\n" + " Property 'children' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes<{ $props: VNodeProps & TeleportProps; }>'.\n" + "es/index-bar/IndexBar.tsx(287,12): error TS2786: 'Teleport' cannot be used as a JSX component.\n" + " Its instance type '{ $props: VNodeProps & TeleportProps; }' is not a valid JSX element.\n" + "es/list/List.tsx(103,52): error TS2322: Type 'string | VNode[]' is not assignable to type 'ReactNode'.\n" + "es/list/List.tsx(124,15): error TS2322: Type 'string | VNode[]' is not assignable to type 'ReactNode'.\n" + "es/list/List.tsx(135,13): error TS2322: Type 'Element | VNode[]' is not assignable to type 'ReactNode'.\n" + "es/list/List.tsx(138,16): error TS2786: 'Loading' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: LoadingType; vertical: boolean; }> & Omit> & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<...>>; ....' is not a valid JSX element.\n" + "es/list/List.tsx(173,32): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'.\n" + "es/list/List.tsx(176,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/list/List.tsx(176,14): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'.\n" + "es/loading/Loading.tsx(15,25): error TS2322: Type '{ class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLElement>'. Did you mean 'className'?\n" + "es/loading/Loading.tsx(19,5): error TS2322: Type 'Element' is not assignable to type 'ReactNode'.\n" + "es/loading/Loading.tsx(56,13): error TS2322: Type 'VNode[]' is not assignable to type 'ReactNode'.\n" + "es/loading/Loading.tsx(65,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/loading/Loading.tsx(71,13): error TS2322: Type 'Element | Element[]' is not assignable to type 'ReactNode'.\n" + " Type 'Element' is not assignable to type 'ReactNode'.\n" + "es/nav-bar/NavBar.tsx(60,29): error TS2786: 'Icon' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element.\n" + "es/nav-bar/NavBar.tsx(61,33): error TS2322: Type '{ children: string; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLSpanElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLSpanElement>'. Did you mean 'className'?\n" + "es/nav-bar/NavBar.tsx(70,20): error TS2322: Type '{ children: string | undefined; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLSpanElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLSpanElement>'. Did you mean 'className'?\n" + "es/nav-bar/NavBar.tsx(82,11): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'.\n" + "es/nav-bar/NavBar.tsx(92,11): error TS2322: Type 'Element' is not assignable to type 'ReactNode'.\n" + "es/nav-bar/NavBar.tsx(92,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/nav-bar/NavBar.tsx(96,17): error TS2322: Type '(event: MouseEvent) => void' is not assignable to type 'MouseEventHandler'.\n" + " Types of parameters 'event' and 'event' are incompatible.\n" + " Type 'MouseEvent' is not assignable to type 'MouseEvent'.\n" + `es/nav-bar/NavBar.tsx(98,17): error TS2322: Type '(false | "" | Element | undefined)[]' is not assignable to type 'ReactNode'.\n` + ` Type '(false | "" | Element | undefined)[]' is not assignable to type 'string'.\n` + "es/nav-bar/NavBar.tsx(102,15): error TS2322: Type 'string | VNode[] | undefined' is not assignable to type 'ReactNode'.\n" + "es/nav-bar/NavBar.tsx(107,17): error TS2322: Type '(event: MouseEvent) => void' is not assignable to type 'MouseEventHandler'.\n" + " Types of parameters 'event' and 'event' are incompatible.\n" + " Type 'MouseEvent' is not assignable to type 'MouseEvent'.\n" + "es/nav-bar/NavBar.tsx(109,17): error TS2322: Type 'Element | VNode[]' is not assignable to type 'ReactNode'.\n" + "es/notice-bar/NoticeBar.tsx(75,17): error TS2786: 'Icon' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element.\n" + "es/notice-bar/NoticeBar.tsx(103,12): error TS2786: 'Icon' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element.\n" + "es/notice-bar/NoticeBar.tsx(136,14): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'.\n" + "es/notice-bar/NoticeBar.tsx(137,11): error TS2322: Type 'Element' is not assignable to type 'ReactNode'.\n" + "es/notice-bar/NoticeBar.tsx(138,13): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'.\n" + "es/notice-bar/NoticeBar.tsx(143,13): error TS2322: Type 'string | VNode[] | undefined' is not assignable to type 'ReactNode'.\n" + "es/notice-bar/NoticeBar.tsx(191,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/notify/Notify.tsx(38,8): error TS2786: 'Popup' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ position: PopupPosition; overlay: boolean; round: boolean; show: boolean; safeAreaInsetBottom: boolean; ... 8 more ...; safeAreaInsetTop: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> ...' is not a valid JSX element.\n" + "es/notify/function-call.tsx(23,21): error TS2786: 'VanNotify' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: NotifyType; position: NotifyPosition; overlay: boolean; show: boolean; lockScroll: boolean; lazyRender: boolean; transitionAppear: boolean; closeOnClickOverlay: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function,...' is not a valid JSX element.\n" + " Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: NotifyType; position: NotifyPosition; overlay: boolean; show: boolean; lockScroll: boolean; lazyRender: boolean; transitionAppear: boolean; closeOnClickOverlay: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function,...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.\n" + "es/number-keyboard/NumberKeyboard.tsx(192,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/number-keyboard/NumberKeyboard.tsx(193,56): error TS2322: Type 'VNode[]' is not assignable to type 'ReactNode'.\n" + "es/number-keyboard/NumberKeyboard.tsx(194,25): error TS2322: Type '{ children: string; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLHeadingElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLHeadingElement>'. Did you mean 'className'?\n" + `es/number-keyboard/NumberKeyboard.tsx(198,15): error TS2322: Type '{ children: string; type: "button"; class: Mods[]; onClick: () => void; }' is not assignable to type 'DetailedHTMLProps, HTMLButtonElement>'.\n` + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLButtonElement>'. Did you mean 'className'?\n" + "es/number-keyboard/NumberKeyboard.tsx(220,12): error TS2786: 'NumberKeyboardKey' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ large: boolean; loading: boolean; wider: boolean; }> & Omit; ... 4 more ...; loading: BooleanConstructor; }>> & { ...; } & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<...>>; ......' is not a valid JSX element.\n" + " Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ large: boolean; loading: boolean; wider: boolean; }> & Omit; ... 4 more ...; loading: BooleanConstructor; }>> & { ...; } & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<...>>; ......' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.\n" + "es/number-keyboard/NumberKeyboard.tsx(235,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/number-keyboard/NumberKeyboard.tsx(237,16): error TS2786: 'NumberKeyboardKey' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ large: boolean; loading: boolean; wider: boolean; }> & Omit; ... 4 more ...; loading: BooleanConstructor; }>> & { ...; } & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<...>>; ......' is not a valid JSX element.\n" + "es/number-keyboard/NumberKeyboard.tsx(245,14): error TS2786: 'NumberKeyboardKey' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ large: boolean; loading: boolean; wider: boolean; }> & Omit; ... 4 more ...; loading: BooleanConstructor; }>> & { ...; } & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<...>>; ......' is not a valid JSX element.\n" + "es/number-keyboard/NumberKeyboard.tsx(274,10): error TS2322: Type '{ children: Element; name: string; }' is not assignable to type 'IntrinsicAttributes & TransitionProps'.\n" + " Property 'children' does not exist on type 'IntrinsicAttributes & TransitionProps'.\n" + "es/number-keyboard/NumberKeyboard.tsx(275,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/number-keyboard/NumberKeyboard.tsx(277,13): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'.\n" + "es/number-keyboard/NumberKeyboard.tsx(289,14): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/number-keyboard/NumberKeyboard.tsx(290,40): error TS2322: Type 'Element[]' is not assignable to type 'ReactNode'.\n" + "es/number-keyboard/NumberKeyboard.tsx(298,17): error TS2322: Type '{ children: Element; to: string | RendererElement; }' is not assignable to type 'IntrinsicAttributes & IntrinsicClassAttributes<{ $props: VNodeProps & TeleportProps; }>'.\n" + " Property 'children' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes<{ $props: VNodeProps & TeleportProps; }>'.\n" + "es/number-keyboard/NumberKeyboard.tsx(298,17): error TS2786: 'Teleport' cannot be used as a JSX component.\n" + " Its instance type '{ $props: VNodeProps & TeleportProps; }' is not a valid JSX element.\n" + "es/number-keyboard/NumberKeyboardKey.tsx(10,5): error TS2322: Type 'Element' is not assignable to type 'ReactNode'.\n" + "es/number-keyboard/NumberKeyboardKey.tsx(19,5): error TS2322: Type 'Element' is not assignable to type 'ReactNode'.\n" + "es/number-keyboard/NumberKeyboardKey.tsx(73,17): error TS2786: 'Loading' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: LoadingType; vertical: boolean; }> & Omit> & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<...>>; ....' is not a valid JSX element.\n" + "es/number-keyboard/NumberKeyboardKey.tsx(96,9): error TS2322: Type 'Element' is not assignable to type 'ReactNode'.\n" + "es/number-keyboard/NumberKeyboardKey.tsx(108,11): error TS2322: Type 'string | number | Element | VNode[] | undefined' is not assignable to type 'ReactNode'.\n" + " Type 'Element' is not assignable to type 'ReactNode'.\n" + "es/overlay/Overlay.tsx(64,11): error TS2322: Type 'VNode[] | undefined' is not assignable to type 'ReactNode'.\n" + "es/pagination/Pagination.tsx(124,9): error TS2322: Type 'string | VNode[]' is not assignable to type 'ReactNode'.\n" + "es/pagination/Pagination.tsx(141,11): error TS2322: Type 'Element' is not assignable to type 'ReactNode'.\n" + "es/pagination/Pagination.tsx(163,11): error TS2322: Type 'Element' is not assignable to type 'ReactNode'.\n" + "es/pagination/Pagination.tsx(182,11): error TS2322: Type 'Element' is not assignable to type 'ReactNode'.\n" + "es/pagination/Pagination.tsx(187,13): error TS2322: Type 'Numeric | VNode[]' is not assignable to type 'ReactNode'.\n" + " Type 'VNode[]' is not assignable to type 'ReactNode'.\n" + "es/pagination/Pagination.tsx(194,9): error TS2322: Type 'Element' is not assignable to type 'ReactNode'.\n" + "es/pagination/Pagination.tsx(194,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/password-input/PasswordInput.tsx(55,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/password-input/PasswordInput.tsx(67,33): error TS2322: Type '{ class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'?\n" + "es/password-input/PasswordInput.tsx(78,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/password-input/PasswordInput.tsx(83,13): error TS2322: Type 'Element[]' is not assignable to type 'ReactNode'.\n" + "es/password-input/PasswordInput.tsx(86,18): error TS2322: Type '{ children: string; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'?\n" + "es/picker/Picker.tsx(303,21): error TS2322: Type '{ children: string; class: Mods[]; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'?\n" + `es/picker/Picker.tsx(312,11): error TS2322: Type '{ children: any; type: "button"; class: Mods[]; onClick: () => void; }' is not assignable to type 'DetailedHTMLProps, HTMLButtonElement>'.\n` + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLButtonElement>'. Did you mean 'className'?\n" + `es/picker/Picker.tsx(325,11): error TS2322: Type '{ children: any; type: "button"; class: Mods[]; onClick: () => void; }' is not assignable to type 'DetailedHTMLProps, HTMLButtonElement>'.\n` + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLButtonElement>'. Did you mean 'className'?\n" + "es/picker/Picker.tsx(340,13): error TS2322: Type '(Element | VNode[] | undefined)[]' is not assignable to type 'ReactNode'.\n" + " Type '(Element | VNode[] | undefined)[]' is not assignable to type 'string'.\n" + "es/picker/Picker.tsx(348,10): error TS2786: 'Column' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ readonly: boolean; defaultIndex: number; allowHtml: boolean; initialOptions: PickerOption[]; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 4 more ... & Co...' is not a valid JSX element.\n" + " Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ readonly: boolean; defaultIndex: number; allowHtml: boolean; initialOptions: PickerOption[]; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 4 more ... & Co...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.\n" + "es/picker/Picker.tsx(370,16): error TS2322: Type '{ class: Mods; style: { backgroundSize: string; }; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'?\n" + "es/picker/Picker.tsx(372,13): error TS2322: Type '{ class: Mods[]; style: { height: string; }; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'?\n" + "es/picker/Picker.tsx(383,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/picker/Picker.tsx(411,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/picker/Picker.tsx(413,27): error TS2786: 'Loading' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: LoadingType; vertical: boolean; }> & Omit> & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<...>>; ....' is not a valid JSX element.\n" + "es/picker/PickerColumn.tsx(269,13): error TS2322: Type 'Element | VNode[]' is not assignable to type 'ReactNode'.\n" + "es/picker/PickerColumn.tsx(269,53): error TS2559: Type '{ class: string; }' has no properties in common with type 'DetailedHTMLProps, HTMLDivElement>'.\n" + "es/picker/PickerColumn.tsx(316,9): error TS2322: Type 'Element' is not assignable to type 'ReactNode'.\n" + "es/picker/PickerColumn.tsx(317,11): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'.\n" + " Property 'current' is missing in type 'Ref' but required in type 'RefObject'.\n" + "es/picker/PickerColumn.tsx(326,11): error TS2322: Type 'Element[]' is not assignable to type 'ReactNode'.\n" + " Type 'Element[]' is not assignable to type 'string'.\n" + "es/popover/Popover.tsx(176,12): error TS2786: 'Icon' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element.\n" + "es/popover/Popover.tsx(182,14): error TS2322: Type '{ children: string; class: Mods[]; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'?\n" + `es/popover/Popover.tsx(197,11): error TS2322: Type '("" | Element | undefined)[]' is not assignable to type 'ReactNode'.\n` + ` Type '("" | Element | undefined)[]' is not assignable to type 'string'.\n` + "es/popover/Popover.tsx(216,15): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'.\n" + " Property 'current' is missing in type 'Ref' but required in type 'RefObject'.\n" + "es/popover/Popover.tsx(217,11): error TS2322: Type 'VNode[] | undefined' is not assignable to type 'ReactNode'.\n" + "es/popover/Popover.tsx(219,10): error TS2786: 'Popup' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ position: PopupPosition; overlay: boolean; round: boolean; show: boolean; safeAreaInsetBottom: boolean; ... 8 more ...; safeAreaInsetTop: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> ...' is not a valid JSX element.\n" + "es/popover/Popover.tsx(230,36): error TS2322: Type '{ class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'?\n" + "es/popover/Popover.tsx(232,13): error TS2322: Type 'VNode[]' is not assignable to type 'ReactNode'.\n" + "es/popup/Popup.tsx(140,12): error TS2786: 'Overlay' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ show: boolean; lockScroll: boolean; lazyRender: boolean; }> & Omit; }>> & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<...>>; ... 10 ...' is not a valid JSX element.\n" + " Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ show: boolean; lockScroll: boolean; lazyRender: boolean; }> & Omit; }>> & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<...>>; ... 10 ...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.\n" + "es/popup/Popup.tsx(161,12): error TS2786: 'Icon' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element.\n" + "es/popup/Popup.tsx(184,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/popup/Popup.tsx(186,11): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'.\n" + " Property 'current' is missing in type 'Ref' but required in type 'RefObject'.\n" + "es/popup/Popup.tsx(279,12): error TS2322: Type '{ children: (Element | undefined)[]; to: string | RendererElement; }' is not assignable to type 'IntrinsicAttributes & IntrinsicClassAttributes<{ $props: VNodeProps & TeleportProps; }>'.\n" + " Property 'children' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes<{ $props: VNodeProps & TeleportProps; }>'.\n" + "es/popup/Popup.tsx(279,12): error TS2786: 'Teleport' cannot be used as a JSX component.\n" + " Its instance type '{ $props: VNodeProps & TeleportProps; }' is not a valid JSX element.\n" + " Type '{ $props: VNodeProps & TeleportProps; }' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.\n" + "es/progress/Progress.tsx(55,13): error TS2322: Type '{ children: string; style: { color: string | undefined; left: string; transform: string; background: string | undefined; }; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLSpanElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLSpanElement>'. Did you mean 'className'?\n" + "es/progress/Progress.tsx(75,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/progress/Progress.tsx(77,13): error TS2322: Type '{ class: Mods; style: { width: string; background: string | undefined; }; }' is not assignable to type 'DetailedHTMLProps, HTMLSpanElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLSpanElement>'. Did you mean 'className'?\n" + "es/pull-refresh/PullRefresh.tsx(139,25): error TS2322: Type '{ children: any; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'?\n" + "es/pull-refresh/PullRefresh.tsx(143,12): error TS2786: 'Loading' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: LoadingType; vertical: boolean; }> & Omit> & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<...>>; ....' is not a valid JSX element.\n" + "es/pull-refresh/PullRefresh.tsx(232,14): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'.\n" + "es/pull-refresh/PullRefresh.tsx(233,11): error TS2322: Type 'Element' is not assignable to type 'ReactNode'.\n" + "es/pull-refresh/PullRefresh.tsx(233,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/pull-refresh/PullRefresh.tsx(242,15): error TS2322: Type 'VNode[]' is not assignable to type 'ReactNode'.\n" + "es/radio-group/RadioGroup.tsx(59,9): error TS2322: Type 'VNode[] | undefined' is not assignable to type 'ReactNode'.\n" + "es/radio/Radio.tsx(47,8): error TS2786: 'Checker' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; checked: boolean; shape: CheckerShape; labelDisabled: boolean; bindGroup: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 4 more...' is not a valid JSX element.\n" + " Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; checked: boolean; shape: CheckerShape; labelDisabled: boolean; bindGroup: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 4 more...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.\n" + "es/rate/Rate.tsx(236,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/rate/Rate.tsx(246,11): error TS2322: Type '(event: MouseEvent) => void' is not assignable to type 'MouseEventHandler'.\n" + " Types of parameters 'event' and 'event' are incompatible.\n" + " Type 'MouseEvent' is not assignable to type 'MouseEvent'.\n" + "es/rate/Rate.tsx(248,12): error TS2786: 'Icon' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element.\n" + "es/rate/Rate.tsx(256,14): error TS2786: 'Icon' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element.\n" + "es/rate/Rate.tsx(273,9): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'.\n" + " Property 'current' is missing in type 'Ref' but required in type 'RefObject'.\n" + "es/rate/Rate.tsx(285,9): error TS2322: Type 'Element[]' is not assignable to type 'ReactNode'.\n" + "es/search/Search.tsx(80,13): error TS2322: Type 'string | VNode[] | undefined' is not assignable to type 'ReactNode'.\n" + `es/search/Search.tsx(91,13): error TS2322: Type '{ children: any; class: Mods; role: "button"; tabindex: number; onClick: () => void; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'.\n` + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'?\n" + "es/search/Search.tsx(125,10): error TS2786: 'Field' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: FieldType; center: boolean; border: boolean; disabled: boolean; required: boolean; isLink: boolean; ... 10 more ...; colon: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefi...' is not a valid JSX element.\n" + "es/search/Search.tsx(147,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/search/Search.tsx(152,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/share-sheet/ShareSheet.tsx(85,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/share-sheet/ShareSheet.tsx(86,48): error TS2322: Type 'string | VNode[]' is not assignable to type 'ReactNode'.\n" + "es/share-sheet/ShareSheet.tsx(88,48): error TS2322: Type 'string | VNode[]' is not assignable to type 'ReactNode'.\n" + "es/share-sheet/ShareSheet.tsx(99,13): error TS2322: Type 'Element' is not assignable to type 'ReactNode'.\n" + "es/share-sheet/ShareSheet.tsx(99,14): error TS2786: 'Icon' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element.\n" + "es/share-sheet/ShareSheet.tsx(103,30): error TS2322: Type '{ src: string; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLImageElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLImageElement>'. Did you mean 'className'?\n" + "es/share-sheet/ShareSheet.tsx(109,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/share-sheet/ShareSheet.tsx(116,26): error TS2322: Type '{ children: string; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLSpanElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLSpanElement>'. Did you mean 'className'?\n" + "es/share-sheet/ShareSheet.tsx(118,19): error TS2322: Type '{ children: string; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLSpanElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLSpanElement>'. Did you mean 'className'?\n" + "es/share-sheet/ShareSheet.tsx(125,47): error TS2322: Type 'Element[]' is not assignable to type 'ReactNode'.\n" + `es/share-sheet/ShareSheet.tsx(142,33): error TS2322: Type '{ children: any; type: "button"; class: Mods; onClick: () => void; }' is not assignable to type 'DetailedHTMLProps, HTMLButtonElement>'.\n` + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLButtonElement>'. Did you mean 'className'?\n" + "es/share-sheet/ShareSheet.tsx(150,8): error TS2786: 'Popup' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ position: PopupPosition; overlay: boolean; round: boolean; show: boolean; safeAreaInsetBottom: boolean; ... 8 more ...; safeAreaInsetTop: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> ...' is not a valid JSX element.\n" + "es/sidebar-item/SidebarItem.tsx(68,11): error TS2322: Type 'Element' is not assignable to type 'ReactNode'.\n" + "es/sidebar-item/SidebarItem.tsx(68,12): error TS2786: 'Badge' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; showZero: boolean; position: BadgePosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 4 more ... & { ....' is not a valid JSX element.\n" + "es/sidebar/Sidebar.tsx(46,9): error TS2322: Type 'VNode[] | undefined' is not assignable to type 'ReactNode'.\n" + "es/skeleton/Skeleton.tsx(49,13): error TS2322: Type '{ class: Mods; style: CSSProperties | undefined; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'?\n" + "es/skeleton/Skeleton.tsx(60,13): error TS2322: Type '{ class: Mods; style: { width: string | undefined; }; }' is not assignable to type 'DetailedHTMLProps, HTMLHeadingElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLHeadingElement>'. Did you mean 'className'?\n" + "es/skeleton/Skeleton.tsx(85,16): error TS2322: Type '{ class: Mods; style: { width: string | undefined; }; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'?\n" + "es/skeleton/Skeleton.tsx(94,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/skeleton/Skeleton.tsx(99,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/slider/Slider.tsx(283,14): error TS2322: Type '{ class: Mods; style: CSSProperties | undefined; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'?\n" + "es/slider/Slider.tsx(304,26): error TS7006: Parameter 'event' implicitly has an 'any' type.\n" + "es/slider/Slider.tsx(314,11): error TS2322: Type '(event: Event) => void' is not assignable to type 'MouseEventHandler'.\n" + " Types of parameters 'event' and 'event' are incompatible.\n" + " Type 'MouseEvent' is missing the following properties from type 'Event': cancelBubble, composed, returnValue, srcElement, and 7 more.\n" + "es/slider/Slider.tsx(316,11): error TS2322: Type 'Element | VNode[]' is not assignable to type 'ReactNode'.\n" + "es/slider/Slider.tsx(327,9): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'.\n" + "es/slider/Slider.tsx(333,9): error TS2322: Type '(event: MouseEvent) => void' is not assignable to type 'MouseEventHandler'.\n" + " Types of parameters 'event' and 'event' are incompatible.\n" + " Type 'MouseEvent' is not assignable to type 'MouseEvent'.\n" + "es/slider/Slider.tsx(335,9): error TS2322: Type 'Element' is not assignable to type 'ReactNode'.\n" + "es/slider/Slider.tsx(336,11): error TS2322: Type 'Element | Element[]' is not assignable to type 'ReactNode'.\n" + " Type 'Element' is not assignable to type 'ReactNode'.\n" + "es/step/Step.tsx(68,12): error TS2786: 'Icon' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element.\n" + "es/step/Step.tsx(83,12): error TS2786: 'Icon' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element.\n" + "es/step/Step.tsx(98,12): error TS2786: 'Icon' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element.\n" + "es/step/Step.tsx(106,17): error TS2322: Type '{ class: Mods; style: { background: string | undefined; }; }' is not assignable to type 'DetailedHTMLProps, HTMLElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLElement>'. Did you mean 'className'?\n" + "es/step/Step.tsx(113,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/step/Step.tsx(121,13): error TS2322: Type 'VNode[] | undefined' is not assignable to type 'ReactNode'.\n" + "es/step/Step.tsx(124,13): error TS2322: Type 'Element | VNode[]' is not assignable to type 'ReactNode'.\n" + "es/step/Step.tsx(126,16): error TS2322: Type '{ class: Mods; style: { background: string | undefined; }; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'?\n" + "es/stepper/Stepper.tsx(292,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + `es/stepper/Stepper.tsx(297,11): error TS2322: Type '{ onClick: (event: MouseEvent) => void; onTouchstart: () => void; onTouchend: (event: TouchEvent) => void; onTouchcancel: (event: TouchEvent) => void; ... 4 more ...; "aria-disabled": true | undefined; }' is not assignable to type 'DetailedHTMLProps, HTMLButtonElement>'.\n` + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLButtonElement>'. Did you mean 'className'?\n" + "es/stepper/Stepper.tsx(306,11): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'.\n" + " Type 'Ref' is not assignable to type 'RefObject'.\n" + "es/stepper/Stepper.tsx(320,11): error TS2322: Type '(event: Event) => void' is not assignable to type 'FocusEventHandler'.\n" + " Types of parameters 'event' and 'event' are incompatible.\n" + " Type 'FocusEvent' is missing the following properties from type 'Event': cancelBubble, composed, returnValue, srcElement, and 7 more.\n" + "es/stepper/Stepper.tsx(321,11): error TS2322: Type '(event: Event) => void' is not assignable to type 'FormEventHandler'.\n" + " Types of parameters 'event' and 'event' are incompatible.\n" + " Type 'FormEvent' is missing the following properties from type 'Event': cancelBubble, composed, returnValue, srcElement, and 7 more.\n" + "es/stepper/Stepper.tsx(322,11): error TS2322: Type '(event: Event) => void' is not assignable to type 'FocusEventHandler'.\n" + " Types of parameters 'event' and 'event' are incompatible.\n" + " Type 'FocusEvent' is not assignable to type 'Event'.\n" + `es/stepper/Stepper.tsx(329,11): error TS2322: Type '{ onClick: (event: MouseEvent) => void; onTouchstart: () => void; onTouchend: (event: TouchEvent) => void; onTouchcancel: (event: TouchEvent) => void; ... 4 more ...; "aria-disabled": true | undefined; }' is not assignable to type 'DetailedHTMLProps, HTMLButtonElement>'.\n` + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLButtonElement>'. Did you mean 'className'?\n" + "es/steps/Steps.tsx(48,9): error TS2322: Type 'Element' is not assignable to type 'ReactNode'.\n" + "es/steps/Steps.tsx(48,35): error TS2322: Type 'VNode[] | undefined' is not assignable to type 'ReactNode'.\n" + "es/sticky/Sticky.tsx(147,12): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'.\n" + "es/sticky/Sticky.tsx(148,9): error TS2322: Type 'Element' is not assignable to type 'ReactNode'.\n" + "es/sticky/Sticky.tsx(149,11): error TS2322: Type 'VNode[] | undefined' is not assignable to type 'ReactNode'.\n" + "es/submit-bar/SubmitBar.tsx(53,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/submit-bar/SubmitBar.tsx(55,14): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/submit-bar/SubmitBar.tsx(57,21): error TS2322: Type '{ children: string; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLSpanElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLSpanElement>'. Did you mean 'className'?\n" + "es/submit-bar/SubmitBar.tsx(61,21): error TS2322: Type '{ children: string; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLSpanElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLSpanElement>'. Did you mean 'className'?\n" + "es/submit-bar/SubmitBar.tsx(72,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/submit-bar/SubmitBar.tsx(73,26): error TS2786: 'Icon' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element.\n" + "es/submit-bar/SubmitBar.tsx(74,27): error TS2322: Type '{ children: string; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLSpanElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLSpanElement>'. Did you mean 'className'?\n" + "es/submit-bar/SubmitBar.tsx(89,10): error TS2786: 'Button' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; type: ButtonType; tag: keyof HTMLElementTagNameMap; ... 9 more ...; iconPosition: ButtonIconPosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHand...' is not a valid JSX element.\n" + "es/submit-bar/SubmitBar.tsx(103,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/submit-bar/SubmitBar.tsx(108,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/swipe-cell/SwipeCell.tsx(195,13): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'.\n" + "es/swipe-cell/SwipeCell.tsx(197,13): error TS2322: Type '(event: MouseEvent) => void' is not assignable to type 'MouseEventHandler'.\n" + "es/swipe-cell/SwipeCell.tsx(199,13): error TS2322: Type 'VNode[]' is not assignable to type 'ReactNode'.\n" + "es/swipe-cell/SwipeCell.tsx(220,11): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'.\n" + "es/swipe-cell/SwipeCell.tsx(222,11): error TS2322: Type '(event: MouseEvent) => void' is not assignable to type 'MouseEventHandler'.\n" + " Types of parameters 'event' and 'event' are incompatible.\n" + " Type 'MouseEvent' is not assignable to type 'MouseEvent'.\n" + "es/swipe-cell/SwipeCell.tsx(228,11): error TS2322: Type 'Element' is not assignable to type 'ReactNode'.\n" + "es/swipe-cell/SwipeCell.tsx(228,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/swipe-item/SwipeItem.tsx(95,9): error TS2322: Type 'VNode[] | null | undefined' is not assignable to type 'ReactNode'.\n" + " Type 'VNode[]' is not assignable to type 'ReactNode'.\n" + "es/swipe/Swipe.tsx(382,31): error TS2322: Type '{ style: { backgroundColor: string | undefined; } | undefined; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLElement>'. Did you mean 'className'?\n" + "es/swipe/Swipe.tsx(395,13): error TS2322: Type 'Element[]' is not assignable to type 'ReactNode'.\n" + "es/swipe/Swipe.tsx(439,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/swipe/Swipe.tsx(439,12): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'.\n" + "es/swipe/Swipe.tsx(448,11): error TS2322: Type 'VNode[] | undefined' is not assignable to type 'ReactNode'.\n" + "es/switch/Switch.tsx(48,17): error TS2786: 'Loading' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: LoadingType; vertical: boolean; }> & Omit> & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<...>>; ....' is not a valid JSX element.\n" + "es/switch/Switch.tsx(66,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/switch/Switch.tsx(78,36): error TS2322: Type 'Element | VNode[] | undefined' is not assignable to type 'ReactNode'.\n" + " Type 'Element' is not assignable to type 'ReactNode'.\n" + "es/tab/Tab.tsx(109,12): error TS2786: 'SwipeItem' cannot be used as a JSX component.\n" + " Its instance type '({ $: ComponentInternalInstance; $data: {}; $props: Partial<{}> & Omit> & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & Readonly<...> & Sh...' is not a valid JSX element.\n" + " Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{}> & Omit> & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 4 more ... & { ...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.\n" + "es/tab/Tab.tsx(117,39): error TS2322: Type 'VNode[] | undefined' is not assignable to type 'ReactNode'.\n" + "es/tab/Tab.tsx(136,11): error TS2322: Type 'VNode[] | null | undefined' is not assignable to type 'ReactNode'.\n" + "es/tabbar-item/TabbarItem.tsx(84,17): error TS2786: 'Icon' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element.\n" + "es/tabbar-item/TabbarItem.tsx(94,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/tabbar-item/TabbarItem.tsx(100,11): error TS2322: Type '(event: MouseEvent) => void' is not assignable to type 'MouseEventHandler'.\n" + " Types of parameters 'event' and 'event' are incompatible.\n" + " Type 'MouseEvent' is not assignable to type 'MouseEvent'.\n" + "es/tabbar-item/TabbarItem.tsx(102,12): error TS2786: 'Badge' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; showZero: boolean; position: BadgePosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 4 more ... & { ....' is not a valid JSX element.\n" + "es/tabbar-item/TabbarItem.tsx(110,13): error TS2322: Type 'VNode[] | undefined' is not assignable to type 'ReactNode'.\n" + "es/tabbar/Tabbar.tsx(72,11): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'.\n" + "es/tabbar/Tabbar.tsx(83,11): error TS2322: Type 'VNode[] | undefined' is not assignable to type 'ReactNode'.\n" + "es/tabs/Tabs.tsx(366,10): error TS2786: 'TabsTitle' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; disabled: boolean; shrink: boolean; isActive: boolean; scrollable: boolean; showZeroBadge: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } ...' is not a valid JSX element.\n" + " Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; disabled: boolean; shrink: boolean; isActive: boolean; scrollable: boolean; showZeroBadge: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } ...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.\n" + 'es/tabs/Tabs.tsx(394,21): error TS2322: Type \'{ class: Mods; style: { [x: `--${string}`]: string | number | undefined; accentColor?: string | undefined; alignContent?: string | undefined; alignItems?: string | undefined; alignSelf?: string | undefined; ... 1522 more ...; "vector-effect"?: VectorEffectProperty | undefined; }; }\' is not assignable to type \'DetailedHTMLProps, HTMLDivElement>\'.\n' + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'?\n" + "es/tabs/Tabs.tsx(402,11): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'.\n" + "es/tabs/Tabs.tsx(408,11): error TS2322: Type 'Element' is not assignable to type 'ReactNode'.\n" + "es/tabs/Tabs.tsx(408,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/tabs/Tabs.tsx(409,13): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'.\n" + "es/tabs/Tabs.tsx(500,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/tabs/Tabs.tsx(500,12): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'.\n" + "es/tabs/Tabs.tsx(502,12): error TS2786: 'Sticky' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ position: StickyPosition; offsetTop: string | number; offsetBottom: string | number; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 5 more ... & { ...; }' is not a valid JSX element.\n" + " Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ position: StickyPosition; offsetTop: string | number; offsetBottom: string | number; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 5 more ... & { ...; }' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.\n" + "es/tabs/Tabs.tsx(513,10): error TS2786: 'TabsContent' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ lazyRender: boolean; inited: boolean; animated: boolean; swipeable: boolean; }> & Omit & ... 3 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | ...' is not a valid JSX element.\n" + " Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ lazyRender: boolean; inited: boolean; animated: boolean; swipeable: boolean; }> & Omit & ... 3 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | ...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.\n" + "es/tabs/TabsContent.tsx(32,12): error TS2786: 'Swipe' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ vertical: boolean; loop: boolean; duration: string | number; lazyRender: boolean; autoplay: string | number; touchable: boolean; initialSwipe: string | number; showIndicators: boolean; stopPropagation: boolean; }> & Omit<...>; ... 10 more ...; $watch(sourc...' is not a valid JSX element.\n" + " Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ vertical: boolean; loop: boolean; duration: string | number; lazyRender: boolean; autoplay: string | number; touchable: boolean; initialSwipe: string | number; showIndicators: boolean; stopPropagation: boolean; }> & Omit<...>; ... 10 more ...; $watch(sourc...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.\n" + "es/tabs/TabsContent.tsx(69,9): error TS2322: Type 'Element | VNode[] | undefined' is not assignable to type 'ReactNode'.\n" + "es/tabs/TabsTitle.tsx(59,11): error TS2322: Type 'string | VNode[] | undefined' is not assignable to type 'ReactNode'.\n" + "es/tabs/TabsTitle.tsx(65,12): error TS2786: 'Badge' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; showZero: boolean; position: BadgePosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 4 more ... & { ....' is not a valid JSX element.\n" + "es/tabs/TabsTitle.tsx(99,9): error TS2322: Type 'Element' is not assignable to type 'ReactNode'.\n" + "es/tag/Tag.tsx(74,10): error TS2786: 'Icon' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element.\n" + "es/tag/Tag.tsx(82,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/tag/Tag.tsx(90,8): error TS2322: Type '{ children: Element | null; name: string | undefined; }' is not assignable to type 'IntrinsicAttributes & TransitionProps'.\n" + " Property 'children' does not exist on type 'IntrinsicAttributes & TransitionProps'.\n" + "es/toast/Toast.tsx(102,12): error TS2786: 'Icon' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element.\n" + "es/toast/Toast.tsx(113,12): error TS2786: 'Loading' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: LoadingType; vertical: boolean; }> & Omit> & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<...>>; ....' is not a valid JSX element.\n" + "es/toast/Toast.tsx(123,24): error TS2322: Type '{ key: number; class: Mods; innerHTML: string; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'?\n" + "es/toast/Toast.tsx(125,16): error TS2322: Type '{ children: string | number; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'?\n" + "es/toast/Toast.tsx(148,8): error TS2786: 'Popup' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ position: PopupPosition; overlay: boolean; round: boolean; show: boolean; safeAreaInsetBottom: boolean; ... 8 more ...; safeAreaInsetTop: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> ...' is not a valid JSX element.\n" + "es/toast/function-call.tsx(61,17): error TS2786: 'VanToast' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: ToastType; position: ToastPosition; overlay: boolean; show: boolean; ... 4 more ...; closeOnClick: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } ...' is not a valid JSX element.\n" + " Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: ToastType; position: ToastPosition; overlay: boolean; show: boolean; ... 4 more ...; closeOnClick: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } ...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.\n" + "es/tree-select/TreeSelect.tsx(93,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/tree-select/TreeSelect.tsx(106,14): error TS2786: 'Icon' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element.\n" + "es/tree-select/TreeSelect.tsx(120,10): error TS2786: 'SidebarItem' cannot be used as a JSX component.\n" + " Its instance type '({ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; dot: boolean; disabled: boolean; }> & Omit; url: StringConstructor; replace: BooleanConstructor; } & { ...; }>> & { ...; } & VNodeProps & AllowedComponentProps & ComponentCustomP...' is not a valid JSX element.\n" + " Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; dot: boolean; disabled: boolean; }> & Omit; url: StringConstructor; replace: BooleanConstructor; } & { ...; }>> & { ...; } & VNodeProps & AllowedComponentProps & ComponentCustomPr...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.\n" + "es/tree-select/TreeSelect.tsx(131,10): error TS2786: 'Sidebar' cannot be used as a JSX component.\n" + ` Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ modelValue: string | number; }> & Omit> & { ...; } & VNodeProps & AllowedComponentProps & ComponentCustomProps, "modelValue">; ... 10 more ......' is not a valid JSX element.\n` + ` Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ modelValue: string | number; }> & Omit> & { ...; } & VNodeProps & AllowedComponentProps & ComponentCustomProps, "modelValue">; ... 10 more ......' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.\n` + "es/tree-select/TreeSelect.tsx(153,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/tree-select/TreeSelect.tsx(155,37): error TS2322: Type 'VNode[] | undefined' is not assignable to type 'ReactNode'.\n" + "es/uploader/Uploader.tsx(282,10): error TS2786: 'UploaderPreviewItem' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ lazyLoad: boolean; deletable: boolean; }> & Omit; }>> & { ...; } & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKe...' is not a valid JSX element.\n" + " Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ lazyLoad: boolean; deletable: boolean; }> & Omit; }>> & { ...; } & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKe...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.\n" + "es/uploader/Uploader.tsx(310,11): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'.\n" + " Property 'current' is missing in type 'Ref' but required in type 'RefObject'.\n" + "es/uploader/Uploader.tsx(317,11): error TS2322: Type '(event: Event) => void' is not assignable to type 'ChangeEventHandler'.\n" + " Types of parameters 'event' and 'event' are incompatible.\n" + " Type 'ChangeEvent' is missing the following properties from type 'Event': cancelBubble, composed, returnValue, srcElement, and 7 more.\n" + "es/uploader/Uploader.tsx(323,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/uploader/Uploader.tsx(323,45): error TS2322: Type '(event: MouseEvent) => void' is not assignable to type 'MouseEventHandler'.\n" + " Types of parameters 'event' and 'event' are incompatible.\n" + " Type 'MouseEvent' is not assignable to type 'MouseEvent'.\n" + "es/uploader/Uploader.tsx(331,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/uploader/Uploader.tsx(334,11): error TS2322: Type '(event: MouseEvent) => void' is not assignable to type 'MouseEventHandler'.\n" + "es/uploader/Uploader.tsx(336,12): error TS2786: 'Icon' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element.\n" + "es/uploader/Uploader.tsx(338,19): error TS2322: Type '{ children: string; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLSpanElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLSpanElement>'. Did you mean 'className'?\n" + "es/uploader/Uploader.tsx(363,9): error TS2322: Type 'Element' is not assignable to type 'ReactNode'.\n" + "es/uploader/Uploader.tsx(363,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/uploader/UploaderPreviewItem.tsx(47,14): error TS2786: 'Icon' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element.\n" + "es/uploader/UploaderPreviewItem.tsx(49,14): error TS2786: 'Loading' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: LoadingType; vertical: boolean; }> & Omit> & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<...>>; ....' is not a valid JSX element.\n" + "es/uploader/UploaderPreviewItem.tsx(55,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/uploader/UploaderPreviewItem.tsx(57,34): error TS2322: Type '{ children: string; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'?\n" + "es/uploader/UploaderPreviewItem.tsx(83,13): error TS2322: Type '(event: MouseEvent) => void' is not assignable to type 'MouseEventHandler'.\n" + " Types of parameters 'event' and 'event' are incompatible.\n" + " Type 'MouseEvent' is not assignable to type 'MouseEvent'.\n" + "es/uploader/UploaderPreviewItem.tsx(85,13): error TS2322: Type 'Element | VNode[]' is not assignable to type 'ReactNode'.\n" + "es/uploader/UploaderPreviewItem.tsx(88,16): error TS2786: 'Icon' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element.\n" + "es/uploader/UploaderPreviewItem.tsx(100,13): error TS2322: Type 'VNode[]' is not assignable to type 'ReactNode'.\n" + "es/uploader/UploaderPreviewItem.tsx(111,12): error TS2786: 'Image' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ round: boolean; showError: boolean; lazyLoad: boolean; errorIcon: string; showLoading: boolean; loadingIcon: string; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle;...' is not a valid JSX element.\n" + "es/uploader/UploaderPreviewItem.tsx(125,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "es/uploader/UploaderPreviewItem.tsx(126,12): error TS2786: 'Icon' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element.\n" + "es/uploader/UploaderPreviewItem.tsx(127,16): error TS2322: Type '{ children: string | undefined; class: Mods[]; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'?\n" + "es/uploader/UploaderPreviewItem.tsx(136,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/action-bar-button/ActionBarButton.tsx(62,10): error TS2786: 'Button' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; type: ButtonType; tag: keyof HTMLElementTagNameMap; ... 9 more ...; iconPosition: ButtonIconPosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHand...' is not a valid JSX element.\n" + " Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; type: ButtonType; tag: keyof HTMLElementTagNameMap; ... 9 more ...; iconPosition: ButtonIconPosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHand...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.\n" + "lib/action-bar-icon/ActionBarIcon.tsx(44,12): error TS2786: 'Badge' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; showZero: boolean; position: BadgePosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 4 more ... & { ....' is not a valid JSX element.\n" + "lib/action-bar-icon/ActionBarIcon.tsx(55,10): error TS2786: 'Icon' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element.\n" + "lib/action-bar-icon/ActionBarIcon.tsx(69,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/action-bar/ActionBar.tsx(29,9): error TS2322: Type 'VNode[] | undefined' is not assignable to type 'ReactNode'.\n" + "lib/action-sheet/ActionSheet.tsx(72,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/action-sheet/ActionSheet.tsx(75,16): error TS2786: 'Icon' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element.\n" + "lib/action-sheet/ActionSheet.tsx(89,16): error TS2322: Type '{ class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'?\n" + "lib/action-sheet/ActionSheet.tsx(91,13): error TS2322: Type 'string | VNode[] | undefined' is not assignable to type 'ReactNode'.\n" + "lib/action-sheet/ActionSheet.tsx(99,17): error TS2786: 'Loading' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: LoadingType; vertical: boolean; }> & Omit> & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<...>>; ....' is not a valid JSX element.\n" + "lib/action-sheet/ActionSheet.tsx(107,15): error TS2322: Type '{ children: string | undefined; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLSpanElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLSpanElement>'. Did you mean 'className'?\n" + "lib/action-sheet/ActionSheet.tsx(108,32): error TS2322: Type '{ children: string; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'?\n" + `lib/action-sheet/ActionSheet.tsx(138,11): error TS2322: Type 'Element | ("" | Element | undefined)[]' is not assignable to type 'ReactNode'.\n` + "lib/action-sheet/ActionSheet.tsx(148,48): error TS2322: Type 'string | VNode[] | undefined' is not assignable to type 'ReactNode'.\n" + "lib/action-sheet/ActionSheet.tsx(153,8): error TS2786: 'Popup' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ position: PopupPosition; overlay: boolean; round: boolean; show: boolean; safeAreaInsetBottom: boolean; ... 8 more ...; safeAreaInsetTop: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> ...' is not a valid JSX element.\n" + " Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ position: PopupPosition; overlay: boolean; round: boolean; show: boolean; safeAreaInsetBottom: boolean; ... 8 more ...; safeAreaInsetTop: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> ...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.\n" + "lib/action-sheet/ActionSheet.tsx(161,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/address-edit/AddressEdit.tsx(235,14): error TS2786: 'Switch' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; loading: boolean; activeValue: unknown; inactiveValue: unknown; }> & Omit> & { ...; } & VNodeProps & AllowedComponen...' is not a valid JSX element.\n" + " Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; loading: boolean; activeValue: unknown; inactiveValue: unknown; }> & Omit> & { ...; } & VNodeProps & AllowedComponen...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.\n" + "lib/address-edit/AddressEdit.tsx(238,26): error TS7006: Parameter 'event' implicitly has an 'any' type.\n" + "lib/address-edit/AddressEdit.tsx(244,12): error TS2786: 'Cell' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; center: boolean; border: boolean; required: boolean; isLink: boolean; clickable: boolean | null; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; }...' is not a valid JSX element.\n" + "lib/address-edit/AddressEdit.tsx(282,10): error TS2786: 'Form' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; readonly: boolean; colon: boolean; showError: boolean; scrollToError: boolean; validateFirst: boolean; submitOnEnter: boolean; showErrorMessage: boolean; validateTrigger: FieldValidateTrigger | FieldValidateTrigger[]; }> & Omit<...>; ......' is not a valid JSX element.\n" + " Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; readonly: boolean; colon: boolean; showError: boolean; scrollToError: boolean; validateFirst: boolean; submitOnEnter: boolean; showErrorMessage: boolean; validateTrigger: FieldValidateTrigger | FieldValidateTrigger[]; }> & Omit<...>; ......' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.\n" + "lib/address-edit/AddressEdit.tsx(283,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/address-edit/AddressEdit.tsx(284,14): error TS2786: 'Field' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: FieldType; center: boolean; border: boolean; disabled: boolean; required: boolean; isLink: boolean; ... 10 more ...; colon: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefi...' is not a valid JSX element.\n" + "lib/address-edit/AddressEdit.tsx(292,14): error TS2786: 'Field' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: FieldType; center: boolean; border: boolean; disabled: boolean; required: boolean; isLink: boolean; ... 10 more ...; colon: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefi...' is not a valid JSX element.\n" + "lib/address-edit/AddressEdit.tsx(302,14): error TS2786: 'Field' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: FieldType; center: boolean; border: boolean; disabled: boolean; required: boolean; isLink: boolean; ... 10 more ...; colon: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefi...' is not a valid JSX element.\n" + "lib/address-edit/AddressEdit.tsx(316,14): error TS2786: 'AddressEditDetail' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ show: boolean; focused: boolean; showSearchResult: boolean; }> & Omit> & { ...; } & VNodeProps & AllowedComponentProps & ComponentCustomProps, De...' is not a valid JSX element.\n" + " Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ show: boolean; focused: boolean; showSearchResult: boolean; }> & Omit> & { ...; } & VNodeProps & AllowedComponentProps & ComponentCustomProps, De...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.\n" + "lib/address-edit/AddressEdit.tsx(331,16): error TS2786: 'Field' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: FieldType; center: boolean; border: boolean; disabled: boolean; required: boolean; isLink: boolean; ... 10 more ...; colon: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefi...' is not a valid JSX element.\n" + "lib/address-edit/AddressEdit.tsx(345,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/address-edit/AddressEdit.tsx(346,14): error TS2786: 'Button' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; type: ButtonType; tag: keyof HTMLElementTagNameMap; ... 9 more ...; iconPosition: ButtonIconPosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHand...' is not a valid JSX element.\n" + "lib/address-edit/AddressEdit.tsx(356,16): error TS2786: 'Button' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; type: ButtonType; tag: keyof HTMLElementTagNameMap; ... 9 more ...; iconPosition: ButtonIconPosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHand...' is not a valid JSX element.\n" + "lib/address-edit/AddressEdit.tsx(366,12): error TS2786: 'Popup' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ position: PopupPosition; overlay: boolean; round: boolean; show: boolean; safeAreaInsetBottom: boolean; ... 8 more ...; safeAreaInsetTop: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> ...' is not a valid JSX element.\n" + "lib/address-edit/AddressEdit.tsx(373,14): error TS2786: 'Area' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ loading: boolean; readonly: boolean; allowHtml: boolean; itemHeight: string | number; showToolbar: boolean; ... 5 more ...; isOverseaCode: (code: string) => boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?:...' is not a valid JSX element.\n" + " Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ loading: boolean; readonly: boolean; allowHtml: boolean; itemHeight: string | number; showToolbar: boolean; ... 5 more ...; isOverseaCode: (code: string) => boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?:...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.\n" + "lib/address-edit/AddressEditDetail.tsx(51,21): error TS2322: Type '{ innerHTML: string; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'.\n" + " Property 'innerHTML' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'.\n" + "lib/address-edit/AddressEditDetail.tsx(62,10): error TS2786: 'Cell' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; center: boolean; border: boolean; required: boolean; isLink: boolean; clickable: boolean | null; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; }...' is not a valid JSX element.\n" + "lib/address-edit/AddressEditDetail.tsx(85,14): error TS2786: 'Field' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: FieldType; center: boolean; border: boolean; disabled: boolean; required: boolean; isLink: boolean; ... 10 more ...; colon: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefi...' is not a valid JSX element.\n" + " Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: FieldType; center: boolean; border: boolean; disabled: boolean; required: boolean; isLink: boolean; ... 10 more ...; colon: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefi...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.\n" + "lib/address-list/AddressList.tsx(65,10): error TS2786: 'AddressListItem' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; switchable: boolean; }> & Omit; required: true; }; disabled: BooleanConstructor; switchable: BooleanConstructor; defaultTagText: StringConstructor; }>> & { ...; } ...' is not a valid JSX element.\n" + " Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; switchable: boolean; }> & Omit; required: true; }; disabled: BooleanConstructor; switchable: BooleanConstructor; defaultTagText: StringConstructor; }>> & { ...; } ...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.\n" + "lib/address-list/AddressList.tsx(90,9): error TS2322: Type 'Element' is not assignable to type 'ReactNode'.\n" + "lib/address-list/AddressList.tsx(90,10): error TS2786: 'Button' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; type: ButtonType; tag: keyof HTMLElementTagNameMap; ... 9 more ...; iconPosition: ButtonIconPosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHand...' is not a valid JSX element.\n" + "lib/address-list/AddressList.tsx(105,14): error TS2322: Type '{ children: string; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'?\n" + "lib/address-list/AddressList.tsx(109,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/address-list/AddressList.tsx(111,12): error TS2786: 'RadioGroup' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; }> & Omit; modelValue: PropType<...>; checkedColor: StringConstructor; }>> & { ...; } & VNodeProps & ...' is not a valid JSX element.\n" + " Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; }> & Omit; modelValue: PropType<...>; checkedColor: StringConstructor; }>> & { ...; } & VNodeProps & ...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.\n" + "lib/address-list/AddressListItem.tsx(48,8): error TS2786: 'Icon' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element.\n" + "lib/address-list/AddressListItem.tsx(51,19): error TS7006: Parameter 'event' implicitly has an 'any' type.\n" + "lib/address-list/AddressListItem.tsx(65,12): error TS2786: 'Tag' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: TagType; mark: boolean; round: boolean; show: boolean; plain: boolean; closeable: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 5 more ... ...' is not a valid JSX element.\n" + " Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: TagType; mark: boolean; round: boolean; show: boolean; plain: boolean; closeable: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 5 more ... ...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.\n" + "lib/address-list/AddressListItem.tsx(76,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/address-list/AddressListItem.tsx(80,14): error TS2322: Type '{ children: string; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'?\n" + "lib/address-list/AddressListItem.tsx(85,12): error TS2786: 'Radio' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; shape: CheckerShape; labelDisabled: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 5 more ... & { ...; }' is not a valid JSX element.\n" + " Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; shape: CheckerShape; labelDisabled: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 5 more ... & { ...; }' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.\n" + "lib/address-list/AddressListItem.tsx(98,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/address-list/AddressListItem.tsx(99,12): error TS2786: 'Cell' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; center: boolean; border: boolean; required: boolean; isLink: boolean; clickable: boolean | null; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; }...' is not a valid JSX element.\n" + "lib/area/Area.tsx(324,10): error TS2786: 'Picker' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ loading: boolean; readonly: boolean; defaultIndex: string | number; allowHtml: boolean; itemHeight: string | number; ... 4 more ...; toolbarPosition: PickerToolbarPosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, op...' is not a valid JSX element.\n" + " Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ loading: boolean; readonly: boolean; defaultIndex: string | number; allowHtml: boolean; itemHeight: string | number; ... 4 more ...; toolbarPosition: PickerToolbarPosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, op...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.\n" + "lib/badge/Badge.tsx(104,13): error TS2322: Type 'string | number | VNode[] | undefined' is not assignable to type 'ReactNode'.\n" + "lib/button/Button.tsx(73,10): error TS2786: 'Loading' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: LoadingType; vertical: boolean; }> & Omit> & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<...>>; ....' is not a valid JSX element.\n" + " Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: LoadingType; vertical: boolean; }> & Omit> & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<...>>; ....' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.\n" + "lib/button/Button.tsx(87,41): error TS2322: Type 'VNode[]' is not assignable to type 'ReactNode'.\n" + "lib/button/Button.tsx(92,12): error TS2786: 'Icon' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element.\n" + "lib/button/Button.tsx(110,42): error TS2322: Type 'string | VNode[]' is not assignable to type 'ReactNode'.\n" + "lib/button/Button.tsx(187,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/calendar/Calendar.tsx(460,10): error TS2786: 'CalendarMonth' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ lazyRender: boolean; showMark: boolean; allowSameDay: boolean; showSubtitle: boolean; showMonthTitle: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ....' is not a valid JSX element.\n" + " Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ lazyRender: boolean; showMark: boolean; allowSameDay: boolean; showSubtitle: boolean; showMonthTitle: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ....' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.\n" + "lib/calendar/Calendar.tsx(494,12): error TS2786: 'Button' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; type: ButtonType; tag: keyof HTMLElementTagNameMap; ... 9 more ...; iconPosition: ButtonIconPosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHand...' is not a valid JSX element.\n" + "lib/calendar/Calendar.tsx(517,9): error TS2322: Type 'Element | VNode[] | undefined' is not assignable to type 'ReactNode'.\n" + "lib/calendar/Calendar.tsx(522,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/calendar/Calendar.tsx(523,10): error TS2786: 'CalendarHeader' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ showTitle: boolean; showSubtitle: boolean; }> & Omit> & { ...; } & VNo...' is not a valid JSX element.\n" + " Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ showTitle: boolean; showSubtitle: boolean; }> & Omit> & { ...; } & VNo...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.\n" + "lib/calendar/Calendar.tsx(534,14): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'.\n" + "lib/calendar/Calendar.tsx(535,11): error TS2322: Type 'Element[]' is not assignable to type 'ReactNode'.\n" + "lib/calendar/Calendar.tsx(564,12): error TS2786: 'Popup' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ position: PopupPosition; overlay: boolean; round: boolean; show: boolean; safeAreaInsetBottom: boolean; ... 8 more ...; safeAreaInsetTop: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> ...' is not a valid JSX element.\n" + "lib/calendar/CalendarDay.tsx(76,13): error TS2322: Type 'string | VNode[] | undefined' is not assignable to type 'ReactNode'.\n" + "lib/calendar/CalendarDay.tsx(88,13): error TS2322: Type 'string | VNode[] | undefined' is not assignable to type 'ReactNode'.\n" + "lib/calendar/CalendarDay.tsx(112,13): error TS2322: Type '(Element | Numeric | undefined)[]' is not assignable to type 'ReactNode'.\n" + " Type '(Element | Numeric | undefined)[]' is not assignable to type 'string'.\n" + "lib/calendar/CalendarDay.tsx(124,21): error TS2322: Type '{ class: Mods; style: CSSProperties; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'?\n" + "lib/calendar/CalendarDay.tsx(135,11): error TS2322: Type 'Element | (Element | Numeric | undefined)[]' is not assignable to type 'ReactNode'.\n" + " Type 'Element' is not assignable to type 'ReactNode'.\n" + "lib/calendar/CalendarHeader.tsx(25,21): error TS2322: Type '{ children: any; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'?\n" + "lib/calendar/CalendarHeader.tsx(36,47): error TS2322: Type '(event: MouseEvent) => void' is not assignable to type 'MouseEventHandler'.\n" + " Types of parameters 'event' and 'event' are incompatible.\n" + " Type 'MouseEvent' is not assignable to type 'MouseEvent'.\n" + "lib/calendar/CalendarHeader.tsx(37,13): error TS2322: Type 'string | VNode[] | undefined' is not assignable to type 'ReactNode'.\n" + "lib/calendar/CalendarHeader.tsx(53,11): error TS2322: Type 'Element[]' is not assignable to type 'ReactNode'.\n" + "lib/calendar/CalendarHeader.tsx(54,19): error TS2322: Type '{ children: any; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLSpanElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLSpanElement>'. Did you mean 'className'?\n" + "lib/calendar/CalendarHeader.tsx(61,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/calendar/CalendarMonth.tsx(188,21): error TS2322: Type '{ children: any; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'?\n" + "lib/calendar/CalendarMonth.tsx(194,21): error TS2322: Type '{ children: number; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'?\n" + "lib/calendar/CalendarMonth.tsx(248,8): error TS2786: 'CalendarDay' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ offset: number; }> & Omit; required: true; }; color: StringConstructor; index: NumberConstructor; offset: { ...; }; rowHeight: StringConstructor; }>> & { ...; } & VNodeProps & AllowedCompo...' is not a valid JSX element.\n" + " Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ offset: number; }> & Omit; required: true; }; color: StringConstructor; index: NumberConstructor; offset: { ...; }; rowHeight: StringConstructor; }>> & { ...; } & VNodeProps & AllowedCompo...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.\n" + "lib/calendar/CalendarMonth.tsx(255,19): error TS7006: Parameter 'item' implicitly has an 'any' type.\n" + "lib/calendar/CalendarMonth.tsx(260,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/calendar/CalendarMonth.tsx(260,12): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'.\n" + "lib/calendar/CalendarMonth.tsx(275,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/calendar/CalendarMonth.tsx(275,33): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'.\n" + "lib/card/Card.tsx(43,16): error TS2322: Type '{ children: string; class: Mods[]; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'?\n" + "lib/card/Card.tsx(54,13): error TS2322: Type 'Element | VNode[]' is not assignable to type 'ReactNode'.\n" + "lib/card/Card.tsx(57,16): error TS2786: 'Tag' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: TagType; mark: boolean; round: boolean; show: boolean; plain: boolean; closeable: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 5 more ... ...' is not a valid JSX element.\n" + "lib/card/Card.tsx(72,10): error TS2786: 'Image' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ round: boolean; showError: boolean; lazyLoad: boolean; errorIcon: string; showLoading: boolean; loadingIcon: string; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle;...' is not a valid JSX element.\n" + " Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ round: boolean; showError: boolean; lazyLoad: boolean; errorIcon: string; showLoading: boolean; loadingIcon: string; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle;...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.\n" + "lib/card/Card.tsx(85,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/card/Card.tsx(88,13): error TS2322: Type '(event: MouseEvent) => void' is not assignable to type 'MouseEventHandler'.\n" + " Types of parameters 'event' and 'event' are incompatible.\n" + " Type 'MouseEvent' is not assignable to type 'MouseEvent'.\n" + "lib/card/Card.tsx(102,21): error TS2322: Type '{ children: string; class: Mods[]; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'?\n" + "lib/card/Card.tsx(109,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/card/Card.tsx(110,17): error TS2322: Type '{ children: string; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLSpanElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLSpanElement>'. Did you mean 'className'?\n" + "lib/card/Card.tsx(111,17): error TS2322: Type '{ children: string; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLSpanElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLSpanElement>'. Did you mean 'className'?\n" + "lib/card/Card.tsx(112,17): error TS2322: Type '{ children: string; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLSpanElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLSpanElement>'. Did you mean 'className'?\n" + "lib/card/Card.tsx(126,11): error TS2322: Type 'Element | VNode[]' is not assignable to type 'ReactNode'.\n" + "lib/card/Card.tsx(132,11): error TS2322: Type 'string | VNode[]' is not assignable to type 'ReactNode'.\n" + "lib/card/Card.tsx(140,11): error TS2322: Type 'string | VNode[]' is not assignable to type 'ReactNode'.\n" + "lib/card/Card.tsx(145,36): error TS2322: Type 'VNode[]' is not assignable to type 'ReactNode'.\n" + "lib/card/Card.tsx(149,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/card/Card.tsx(159,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/card/Card.tsx(160,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/card/Card.tsx(162,14): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/card/Card.tsx(163,16): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/cascader/Cascader.tsx(192,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/cascader/Cascader.tsx(194,13): error TS2322: Type 'string | VNode[] | undefined' is not assignable to type 'ReactNode'.\n" + "lib/cascader/Cascader.tsx(197,14): error TS2786: 'Icon' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element.\n" + "lib/cascader/Cascader.tsx(224,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/cascader/Cascader.tsx(235,14): error TS2786: 'Icon' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element.\n" + "lib/cascader/Cascader.tsx(247,9): error TS2322: Type 'Element[]' is not assignable to type 'ReactNode'.\n" + "lib/cascader/Cascader.tsx(259,10): error TS2786: 'Tab' cannot be used as a JSX component.\n" + " Its instance type '({ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; dot: boolean; disabled: boolean; showZeroBadge: boolean; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | u...' is not a valid JSX element.\n" + " Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; dot: boolean; disabled: boolean; showZeroBadge: boolean; }> & Omit & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: Wa...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.\n" + "lib/cascader/Cascader.tsx(273,8): error TS2786: 'Tabs' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: TabsType; ellipsis: boolean; sticky: boolean; border: boolean; active: string | number; ... 7 more ...; swipeThreshold: string | number; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | un...' is not a valid JSX element.\n" + " Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: TabsType; ellipsis: boolean; sticky: boolean; border: boolean; active: string | number; ... 7 more ...; swipeThreshold: string | number; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | un...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.\n" + "lib/cascader/Cascader.tsx(302,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/cell-group/CellGroup.tsx(30,9): error TS2322: Type 'VNode[] | undefined' is not assignable to type 'ReactNode'.\n" + "lib/cell-group/CellGroup.tsx(36,9): error TS2322: Type 'string | VNode[] | undefined' is not assignable to type 'ReactNode'.\n" + "lib/cell/Cell.tsx(70,13): error TS2322: Type 'string | number | VNode[] | undefined' is not assignable to type 'ReactNode'.\n" + "lib/cell/Cell.tsx(79,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/cell/Cell.tsx(81,13): error TS2322: Type 'string | CSSProperties | undefined' is not assignable to type 'CSSProperties | undefined'.\n" + "lib/cell/Cell.tsx(99,13): error TS2322: Type 'Element | VNode[]' is not assignable to type 'ReactNode'.\n" + "lib/cell/Cell.tsx(112,12): error TS2786: 'Icon' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element.\n" + " Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.\n" + "lib/cell/Cell.tsx(130,17): error TS2786: 'Icon' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element.\n" + "lib/cell/Cell.tsx(149,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/checkbox-group/CheckboxGroup.tsx(85,54): error TS2322: Type 'VNode[] | undefined' is not assignable to type 'ReactNode'.\n" + "lib/checkbox/Checkbox.tsx(87,8): error TS2786: 'Checker' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; checked: boolean; shape: CheckerShape; labelDisabled: boolean; bindGroup: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 4 more...' is not a valid JSX element.\n" + "lib/checkbox/Checker.tsx(91,11): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'.\n" + "lib/checkbox/Checker.tsx(95,11): error TS2322: Type 'Element | VNode[]' is not assignable to type 'ReactNode'.\n" + "lib/checkbox/Checker.tsx(98,14): error TS2786: 'Icon' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element.\n" + "lib/checkbox/Checker.tsx(113,13): error TS2322: Type 'VNode[]' is not assignable to type 'ReactNode'.\n" + "lib/checkbox/Checker.tsx(137,11): error TS2322: Type '(event: MouseEvent) => void' is not assignable to type 'MouseEventHandler'.\n" + " Types of parameters 'event' and 'event' are incompatible.\n" + " Type 'MouseEvent' is not assignable to type 'MouseEvent'.\n" + "lib/checkbox/Checker.tsx(139,11): error TS2322: Type '(Element | undefined)[]' is not assignable to type 'ReactNode'.\n" + "lib/circle/Circle.tsx(137,11): error TS2322: Type '{ d: string; style: CSSProperties; class: Mods; stroke: string | undefined; }' is not assignable to type 'SVGProps'.\n" + " Property 'class' does not exist on type 'SVGProps'. Did you mean 'className'?\n" + "lib/circle/Circle.tsx(150,20): error TS2322: Type '{ class: Mods; style: { fill: string; stroke: string | undefined; strokeWidth: string; }; d: string; }' is not assignable to type 'SVGProps'.\n" + " Property 'class' does not exist on type 'SVGProps'. Did you mean 'className'?\n" + "lib/circle/Circle.tsx(168,11): error TS2322: Type 'Element' is not assignable to type 'ReactNode'.\n" + "lib/circle/Circle.tsx(169,13): error TS2322: Type 'Element[]' is not assignable to type 'ReactNode'.\n" + "lib/circle/Circle.tsx(180,21): error TS2322: Type '{ children: string; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'?\n" + "lib/circle/Circle.tsx(185,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/circle/Circle.tsx(186,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/collapse-item/CollapseItem.tsx(136,10): error TS2786: 'Cell' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; center: boolean; border: boolean; required: boolean; isLink: boolean; clickable: boolean | null; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; }...' is not a valid JSX element.\n" + "lib/collapse-item/CollapseItem.tsx(154,9): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'.\n" + "lib/collapse-item/CollapseItem.tsx(158,9): error TS2322: Type 'Element' is not assignable to type 'ReactNode'.\n" + "lib/collapse-item/CollapseItem.tsx(158,14): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'.\n" + "lib/collapse-item/CollapseItem.tsx(159,11): error TS2322: Type 'VNode[] | undefined' is not assignable to type 'ReactNode'.\n" + "lib/collapse-item/CollapseItem.tsx(167,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/collapse/Collapse.tsx(102,9): error TS2322: Type 'VNode[] | undefined' is not assignable to type 'ReactNode'.\n" + "lib/composables/use-placeholder.tsx(13,7): error TS2322: Type 'Element' is not assignable to type 'ReactNode'.\n" + "lib/contact-card/ContactCard.tsx(45,8): error TS2786: 'Cell' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; center: boolean; border: boolean; required: boolean; isLink: boolean; clickable: boolean | null; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; }...' is not a valid JSX element.\n" + "lib/contact-edit/ContactEdit.tsx(69,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/contact-edit/ContactEdit.tsx(70,10): error TS2786: 'Button' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; type: ButtonType; tag: keyof HTMLElementTagNameMap; ... 9 more ...; iconPosition: ButtonIconPosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHand...' is not a valid JSX element.\n" + "lib/contact-edit/ContactEdit.tsx(80,12): error TS2786: 'Button' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; type: ButtonType; tag: keyof HTMLElementTagNameMap; ... 9 more ...; iconPosition: ButtonIconPosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHand...' is not a valid JSX element.\n" + "lib/contact-edit/ContactEdit.tsx(93,8): error TS2786: 'Switch' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; loading: boolean; activeValue: unknown; inactiveValue: unknown; }> & Omit> & { ...; } & VNodeProps & AllowedComponen...' is not a valid JSX element.\n" + "lib/contact-edit/ContactEdit.tsx(103,12): error TS2786: 'Cell' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; center: boolean; border: boolean; required: boolean; isLink: boolean; clickable: boolean | null; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; }...' is not a valid JSX element.\n" + "lib/contact-edit/ContactEdit.tsx(119,8): error TS2786: 'Form' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; readonly: boolean; colon: boolean; showError: boolean; scrollToError: boolean; validateFirst: boolean; submitOnEnter: boolean; showErrorMessage: boolean; validateTrigger: FieldValidateTrigger | FieldValidateTrigger[]; }> & Omit<...>; ......' is not a valid JSX element.\n" + "lib/contact-edit/ContactEdit.tsx(120,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/contact-edit/ContactEdit.tsx(121,12): error TS2786: 'Field' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: FieldType; center: boolean; border: boolean; disabled: boolean; required: boolean; isLink: boolean; ... 10 more ...; colon: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefi...' is not a valid JSX element.\n" + "lib/contact-edit/ContactEdit.tsx(129,12): error TS2786: 'Field' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: FieldType; center: boolean; border: boolean; disabled: boolean; required: boolean; isLink: boolean; ... 10 more ...; colon: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefi...' is not a valid JSX element.\n" + "lib/contact-list/ContactList.tsx(47,10): error TS2786: 'Radio' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; shape: CheckerShape; labelDisabled: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 5 more ... & { ...; }' is not a valid JSX element.\n" + "lib/contact-list/ContactList.tsx(51,10): error TS2786: 'Icon' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element.\n" + "lib/contact-list/ContactList.tsx(54,21): error TS7006: Parameter 'event' implicitly has an 'any' type.\n" + "lib/contact-list/ContactList.tsx(66,14): error TS2786: 'Tag' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: TagType; mark: boolean; round: boolean; show: boolean; plain: boolean; closeable: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 5 more ... ...' is not a valid JSX element.\n" + "lib/contact-list/ContactList.tsx(76,10): error TS2786: 'Cell' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; center: boolean; border: boolean; required: boolean; isLink: boolean; clickable: boolean | null; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; }...' is not a valid JSX element.\n" + "lib/contact-list/ContactList.tsx(93,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/contact-list/ContactList.tsx(94,10): error TS2786: 'RadioGroup' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; }> & Omit; modelValue: PropType<...>; checkedColor: StringConstructor; }>> & { ...; } & VNodeProps & ...' is not a valid JSX element.\n" + "lib/contact-list/ContactList.tsx(98,11): error TS2322: Type 'Element' is not assignable to type 'ReactNode'.\n" + "lib/contact-list/ContactList.tsx(98,12): error TS2786: 'Button' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; type: ButtonType; tag: keyof HTMLElementTagNameMap; ... 9 more ...; iconPosition: ButtonIconPosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHand...' is not a valid JSX element.\n" + "lib/count-down/CountDown.tsx(62,9): error TS2322: Type 'string | VNode[]' is not assignable to type 'ReactNode'.\n" + "lib/coupon-cell/CouponCell.tsx(59,10): error TS2786: 'Cell' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; center: boolean; border: boolean; required: boolean; isLink: boolean; clickable: boolean | null; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; }...' is not a valid JSX element.\n" + "lib/coupon-list/CouponList.tsx(104,8): error TS2786: 'Empty' cannot be used as a JSX component.\n" + ` Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ image: string; }> & Omit; default: string; }; imageSize: PropType<...>; description: StringConstructor; }>> & VNodeProps & AllowedComponentProps & ComponentCustomProps, "image">; ... 10 more ...; ...' is not a valid JSX element.\n` + ` Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ image: string; }> & Omit; default: string; }; imageSize: PropType<...>; description: StringConstructor; }>> & VNodeProps & AllowedComponentProps & ComponentCustomProps, "image">; ... 10 more ...; ...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.\n` + "lib/coupon-list/CouponList.tsx(105,12): error TS2322: Type '{ children: any; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLParagraphElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLParagraphElement>'. Did you mean 'className'?\n" + "lib/coupon-list/CouponList.tsx(112,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/coupon-list/CouponList.tsx(112,16): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'.\n" + "lib/coupon-list/CouponList.tsx(113,14): error TS2786: 'Field' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: FieldType; center: boolean; border: boolean; disabled: boolean; required: boolean; isLink: boolean; ... 10 more ...; colon: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefi...' is not a valid JSX element.\n" + "lib/coupon-list/CouponList.tsx(121,14): error TS2786: 'Button' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; type: ButtonType; tag: keyof HTMLElementTagNameMap; ... 9 more ...; iconPosition: ButtonIconPosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHand...' is not a valid JSX element.\n" + "lib/coupon-list/CouponList.tsx(141,10): error TS2786: 'Tab' cannot be used as a JSX component.\n" + " Its instance type '({ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; dot: boolean; disabled: boolean; showZeroBadge: boolean; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | u...' is not a valid JSX element.\n" + " Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; dot: boolean; disabled: boolean; showZeroBadge: boolean; }> & Omit & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: Wa...' is not assignable to type 'ElementClass'.\n" + "lib/coupon-list/CouponList.tsx(142,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/coupon-list/CouponList.tsx(147,16): error TS2786: 'Coupon' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; currency: string; chosen: boolean; }> & Omit> & VNodeProps & AllowedComponentProps & ComponentCustomProps, Def...' is not a valid JSX element.\n" + " Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; currency: string; chosen: boolean; }> & Omit> & VNodeProps & AllowedComponentProps & ComponentCustomProps, Def...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.\n" + "lib/coupon-list/CouponList.tsx(169,10): error TS2786: 'Tab' cannot be used as a JSX component.\n" + " Its instance type '({ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; dot: boolean; disabled: boolean; showZeroBadge: boolean; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | u...' is not a valid JSX element.\n" + " Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; dot: boolean; disabled: boolean; showZeroBadge: boolean; }> & Omit & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: Wa...' is not assignable to type 'ElementClass'.\n" + "lib/coupon-list/CouponList.tsx(170,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/coupon-list/CouponList.tsx(175,16): error TS2786: 'Coupon' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; currency: string; chosen: boolean; }> & Omit> & VNodeProps & AllowedComponentProps & ComponentCustomProps, Def...' is not a valid JSX element.\n" + "lib/coupon-list/CouponList.tsx(206,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/coupon-list/CouponList.tsx(206,12): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'.\n" + "lib/coupon-list/CouponList.tsx(208,10): error TS2786: 'Tabs' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: TabsType; ellipsis: boolean; sticky: boolean; border: boolean; active: string | number; ... 7 more ...; swipeThreshold: string | number; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | un...' is not a valid JSX element.\n" + "lib/coupon-list/CouponList.tsx(213,11): error TS2322: Type 'Element' is not assignable to type 'ReactNode'.\n" + "lib/coupon-list/CouponList.tsx(213,12): error TS2786: 'Button' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; type: ButtonType; tag: keyof HTMLElementTagNameMap; ... 9 more ...; iconPosition: ButtonIconPosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHand...' is not a valid JSX element.\n" + "lib/coupon/Coupon.tsx(74,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/coupon/Coupon.tsx(75,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/coupon/Coupon.tsx(76,14): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/coupon/Coupon.tsx(77,19): error TS2322: Type '{ children: any; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLHeadingElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLHeadingElement>'. Did you mean 'className'?\n" + "lib/coupon/Coupon.tsx(78,18): error TS2322: Type '{ children: any; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLParagraphElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLParagraphElement>'. Did you mean 'className'?\n" + "lib/coupon/Coupon.tsx(82,14): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/coupon/Coupon.tsx(83,18): error TS2322: Type '{ children: string; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLParagraphElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLParagraphElement>'. Did you mean 'className'?\n" + "lib/coupon/Coupon.tsx(84,18): error TS2322: Type '{ children: string; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLParagraphElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLParagraphElement>'. Did you mean 'className'?\n" + "lib/coupon/Coupon.tsx(86,18): error TS2786: 'Checkbox' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; shape: CheckerShape; labelDisabled: boolean; bindGroup: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 5 more ... & { ...; }' is not a valid JSX element.\n" + " Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; shape: CheckerShape; labelDisabled: boolean; bindGroup: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 5 more ... & { ...; }' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.\n" + "lib/coupon/Coupon.tsx(90,30): error TS2322: Type '{ children: string; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLParagraphElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLParagraphElement>'. Did you mean 'className'?\n" + "lib/datetime-picker/DatePicker.tsx(324,8): error TS2786: 'Picker' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ loading: boolean; readonly: boolean; defaultIndex: string | number; allowHtml: boolean; itemHeight: string | number; ... 4 more ...; toolbarPosition: PickerToolbarPosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, op...' is not a valid JSX element.\n" + "lib/datetime-picker/DatetimePicker.tsx(39,10): error TS2786: 'Component' cannot be used as a JSX component.\n" + " Its instance type '({ $: ComponentInternalInstance; $data: {}; $props: Partial<{ loading: boolean; formatter: (type: string, value: string) => string; readonly: boolean; allowHtml: boolean; ... 7 more ...; maxMinute: string | number; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOption...' is not a valid JSX element.\n" + " Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ loading: boolean; formatter: (type: string, value: string) => string; readonly: boolean; allowHtml: boolean; ... 7 more ...; maxMinute: string | number; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.\n" + "lib/datetime-picker/TimePicker.tsx(173,8): error TS2786: 'Picker' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ loading: boolean; readonly: boolean; defaultIndex: string | number; allowHtml: boolean; itemHeight: string | number; ... 4 more ...; toolbarPosition: PickerToolbarPosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, op...' is not a valid JSX element.\n" + "lib/dialog/Dialog.tsx(150,13): error TS2322: Type 'string | VNode[]' is not assignable to type 'ReactNode'.\n" + "lib/dialog/Dialog.tsx(166,21): error TS2322: Type '{ class: Mods; innerHTML: string; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'?\n" + "lib/dialog/Dialog.tsx(169,38): error TS2322: Type 'string | Element | undefined' is not assignable to type 'ReactNode'.\n" + "lib/dialog/Dialog.tsx(174,44): error TS2322: Type 'VNode[]' is not assignable to type 'ReactNode'.\n" + "lib/dialog/Dialog.tsx(187,13): error TS2322: Type 'Element' is not assignable to type 'ReactNode'.\n" + "lib/dialog/Dialog.tsx(194,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/dialog/Dialog.tsx(196,12): error TS2786: 'Button' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; type: ButtonType; tag: keyof HTMLElementTagNameMap; ... 9 more ...; iconPosition: ButtonIconPosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHand...' is not a valid JSX element.\n" + "lib/dialog/Dialog.tsx(207,12): error TS2786: 'Button' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; type: ButtonType; tag: keyof HTMLElementTagNameMap; ... 9 more ...; iconPosition: ButtonIconPosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHand...' is not a valid JSX element.\n" + "lib/dialog/Dialog.tsx(221,8): error TS2786: 'ActionBar' cannot be used as a JSX component.\n" + ` Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ safeAreaInsetBottom: boolean; }> & Omit> & VNodeProps & AllowedComponentProps & ComponentCustomProps, "safeAreaInsetBottom">; ... 10 more ...; $watch(source: ...' is not a valid JSX element.\n` + ` Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ safeAreaInsetBottom: boolean; }> & Omit> & VNodeProps & AllowedComponentProps & ComponentCustomProps, "safeAreaInsetBottom">; ... 10 more ...; $watch(source: ...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.\n` + "lib/dialog/Dialog.tsx(223,12): error TS2786: 'ActionBarButton' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; disabled: boolean; loading: boolean; }> & Omit; url: StringConstructor; replace: BooleanConstructor; } & { ...; }>> & VNodeProps & AllowedComponentProps & ComponentCustomProps, De...' is not a valid JSX element.\n" + " Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; disabled: boolean; loading: boolean; }> & Omit; url: StringConstructor; replace: BooleanConstructor; } & { ...; }>> & VNodeProps & AllowedComponentProps & ComponentCustomProps, De...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.\n" + "lib/dialog/Dialog.tsx(234,12): error TS2786: 'ActionBarButton' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; disabled: boolean; loading: boolean; }> & Omit; url: StringConstructor; replace: BooleanConstructor; } & { ...; }>> & VNodeProps & AllowedComponentProps & ComponentCustomProps, De...' is not a valid JSX element.\n" + "lib/dialog/Dialog.tsx(259,10): error TS2786: 'Popup' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ position: PopupPosition; overlay: boolean; round: boolean; show: boolean; safeAreaInsetBottom: boolean; ... 8 more ...; safeAreaInsetTop: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> ...' is not a valid JSX element.\n" + "lib/dialog/function-call.tsx(13,21): error TS2786: 'VanDialog' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ overlay: boolean; show: boolean; transition: string; lockScroll: boolean; lazyRender: boolean; transitionAppear: boolean; ... 6 more ...; showConfirmButton: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?:...' is not a valid JSX element.\n" + " Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ overlay: boolean; show: boolean; transition: string; lockScroll: boolean; lazyRender: boolean; transitionAppear: boolean; ... 6 more ...; showConfirmButton: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?:...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.\n" + "lib/divider/Divider.tsx(31,9): error TS2322: Type 'VNode[] | undefined' is not assignable to type 'ReactNode'.\n" + "lib/dropdown-item/DropdownItem.tsx(137,14): error TS2786: 'Icon' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element.\n" + "lib/dropdown-item/DropdownItem.tsx(143,10): error TS2786: 'Cell' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; center: boolean; border: boolean; required: boolean; isLink: boolean; clickable: boolean | null; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; }...' is not a valid JSX element.\n" + "lib/dropdown-item/DropdownItem.tsx(176,11): error TS2322: Type '(event: MouseEvent) => void' is not assignable to type 'MouseEventHandler'.\n" + " Types of parameters 'event' and 'event' are incompatible.\n" + " Type 'MouseEvent' is not assignable to type 'MouseEvent'.\n" + "lib/dropdown-item/DropdownItem.tsx(178,11): error TS2322: Type 'Element' is not assignable to type 'ReactNode'.\n" + "lib/dropdown-item/DropdownItem.tsx(178,12): error TS2786: 'Popup' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ position: PopupPosition; overlay: boolean; round: boolean; show: boolean; safeAreaInsetBottom: boolean; ... 8 more ...; safeAreaInsetTop: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> ...' is not a valid JSX element.\n" + "lib/dropdown-item/DropdownItem.tsx(205,17): error TS2322: Type '{ children: Element; to: string | RendererElement; }' is not assignable to type 'IntrinsicAttributes & IntrinsicClassAttributes<{ $props: VNodeProps & TeleportProps; }>'.\n" + " Property 'children' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes<{ $props: VNodeProps & TeleportProps; }>'.\n" + "lib/dropdown-item/DropdownItem.tsx(205,17): error TS2786: 'Teleport' cannot be used as a JSX component.\n" + " Its instance type '{ $props: VNodeProps & TeleportProps; }' is not a valid JSX element.\n" + "lib/dropdown-menu/DropdownMenu.tsx(130,11): error TS2322: Type 'Element' is not assignable to type 'ReactNode'.\n" + "lib/dropdown-menu/DropdownMenu.tsx(140,13): error TS2322: Type 'Element' is not assignable to type 'ReactNode'.\n" + "lib/dropdown-menu/DropdownMenu.tsx(140,18): error TS2322: Type '{ children: any; class: string; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'?\n" + "lib/dropdown-menu/DropdownMenu.tsx(151,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/dropdown-menu/DropdownMenu.tsx(151,12): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'.\n" + "lib/dropdown-menu/DropdownMenu.tsx(153,11): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'.\n" + "lib/dropdown-menu/DropdownMenu.tsx(157,11): error TS2322: Type 'Element[]' is not assignable to type 'ReactNode'.\n" + "lib/empty/Empty.tsx(51,46): error TS2322: Type 'string | VNode[]' is not assignable to type 'ReactNode'.\n" + "lib/empty/Empty.tsx(57,43): error TS2322: Type 'VNode[]' is not assignable to type 'ReactNode'.\n" + "lib/empty/Empty.tsx(62,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/empty/Empty.tsx(64,11): error TS2322: Type 'Element | VNode[]' is not assignable to type 'ReactNode'.\n" + "lib/empty/Images.tsx(15,5): error TS2322: Type 'Element' is not assignable to type 'ReactNode'.\n" + "lib/empty/Images.tsx(15,6): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/empty/Images.tsx(33,5): error TS2322: Type 'Element' is not assignable to type 'ReactNode'.\n" + "lib/empty/Images.tsx(33,6): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/empty/Images.tsx(38,4): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/empty/Images.tsx(46,5): error TS2322: Type 'Element' is not assignable to type 'ReactNode'.\n" + "lib/empty/Images.tsx(46,6): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/empty/Images.tsx(51,4): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/empty/Images.tsx(64,4): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/empty/Images.tsx(65,6): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/empty/Images.tsx(66,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/empty/Images.tsx(70,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/empty/Images.tsx(75,9): error TS2322: Type 'Element[]' is not assignable to type 'ReactNode'.\n" + "lib/empty/Images.tsx(77,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/empty/Images.tsx(90,6): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/empty/Images.tsx(97,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/empty/Images.tsx(103,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/empty/Images.tsx(113,4): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/empty/Images.tsx(114,6): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/empty/Images.tsx(116,9): error TS2322: Type 'Element[]' is not assignable to type 'ReactNode'.\n" + "lib/empty/Images.tsx(119,9): error TS2322: Type 'Element[]' is not assignable to type 'ReactNode'.\n" + "lib/empty/Images.tsx(122,9): error TS2322: Type 'Element[]' is not assignable to type 'ReactNode'.\n" + "lib/empty/Images.tsx(127,6): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/empty/Images.tsx(128,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/empty/Images.tsx(140,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/empty/Images.tsx(153,4): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/empty/Images.tsx(155,7): error TS2322: Type 'Element' is not assignable to type 'ReactNode'.\n" + "lib/empty/Images.tsx(156,9): error TS2322: Type 'Element[]' is not assignable to type 'ReactNode'.\n" + "lib/empty/Images.tsx(170,4): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/empty/Images.tsx(171,6): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/empty/Images.tsx(173,9): error TS2322: Type 'Element[]' is not assignable to type 'ReactNode'.\n" + "lib/empty/Images.tsx(176,9): error TS2322: Type 'Element[]' is not assignable to type 'ReactNode'.\n" + "lib/empty/Images.tsx(179,9): error TS2322: Type 'Element[]' is not assignable to type 'ReactNode'.\n" + "lib/empty/Images.tsx(182,9): error TS2322: Type 'Element[]' is not assignable to type 'ReactNode'.\n" + "lib/empty/Images.tsx(188,6): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/field/Field.tsx(401,37): error TS2322: Type '(event: MouseEvent) => void' is not assignable to type 'MouseEventHandler'.\n" + " Types of parameters 'event' and 'event' are incompatible.\n" + " Type 'MouseEvent' is not assignable to type 'MouseEvent'.\n" + "lib/field/Field.tsx(402,13): error TS2322: Type 'VNode[]' is not assignable to type 'ReactNode'.\n" + "lib/field/Field.tsx(431,17): error TS2322: Type '{ id: string; ref: Ref; name: string | undefined; rows: number | undefined; class: Mods; disabled: boolean | undefined; ... 13 more ...; onCompositionstart: ({ target }: Event) => void; }' is not assignable to type 'DetailedHTMLProps, HTMLTextAreaElement>'.\n" + " Type '{ id: string; ref: Ref; name: string | undefined; rows: number | undefined; class: Mods; disabled: boolean | undefined; ... 13 more ...; onCompositionstart: ({ target }: Event) => void; }' is not assignable to type 'ClassAttributes'.\n" + " Types of property 'ref' are incompatible.\n" + " Type 'Ref' is not assignable to type 'LegacyRef | undefined'.\n" + `lib/field/Field.tsx(434,15): error TS2322: Type '{ id: string; ref: Ref; name: string | undefined; rows: number | undefined; class: Mods; disabled: boolean | undefined; ... 15 more ...; inputmode?: "search" | ... 7 more ... | undefined; }' is not assignable to type 'DetailedHTMLProps, HTMLInputElement>'.\n` + ` Type '{ id: string; ref: Ref; name: string | undefined; rows: number | undefined; class: Mods; disabled: boolean | undefined; ... 15 more ...; inputmode?: "search" | ... 7 more ... | undefined; }' is not assignable to type 'ClassAttributes'.\n` + " Types of property 'ref' are incompatible.\n" + " Type 'Ref' is not assignable to type 'LegacyRef | undefined'.\n" + "lib/field/Field.tsx(442,41): error TS2322: Type '(event: MouseEvent) => void' is not assignable to type 'MouseEventHandler'.\n" + " Types of parameters 'event' and 'event' are incompatible.\n" + " Type 'MouseEvent' is not assignable to type 'MouseEvent'.\n" + "lib/field/Field.tsx(443,13): error TS2322: Type 'Element | VNode[]' is not assignable to type 'ReactNode'.\n" + "lib/field/Field.tsx(446,16): error TS2786: 'Icon' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element.\n" + "lib/field/Field.tsx(458,42): error TS2322: Type '(event: MouseEvent) => void' is not assignable to type 'MouseEventHandler'.\n" + " Types of parameters 'event' and 'event' are incompatible.\n" + " Type 'MouseEvent' is not assignable to type 'MouseEvent'.\n" + "lib/field/Field.tsx(459,13): error TS2322: Type 'Element | VNode[]' is not assignable to type 'ReactNode'.\n" + "lib/field/Field.tsx(462,16): error TS2786: 'Icon' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element.\n" + "lib/field/Field.tsx(473,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/field/Field.tsx(474,19): error TS2322: Type '{ children: number; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLSpanElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLSpanElement>'. Did you mean 'className'?\n" + "lib/field/Field.tsx(492,13): error TS2322: Type 'string | VNode[]' is not assignable to type 'ReactNode'.\n" + "lib/field/Field.tsx(506,37): error TS2322: Type '{ children: string; id: string; for: string; }' is not assignable to type 'DetailedHTMLProps, HTMLLabelElement>'.\n" + " Property 'for' does not exist on type 'DetailedHTMLProps, HTMLLabelElement>'. Did you mean 'htmlFor'?\n" + "lib/field/Field.tsx(514,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/field/Field.tsx(517,12): error TS2786: 'Icon' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element.\n" + "lib/field/Field.tsx(524,53): error TS2322: Type 'VNode[]' is not assignable to type 'ReactNode'.\n" + "lib/field/Field.tsx(567,10): error TS2786: 'Cell' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; center: boolean; border: boolean; required: boolean; isLink: boolean; clickable: boolean | null; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; }...' is not a valid JSX element.\n" + " Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; center: boolean; border: boolean; required: boolean; isLink: boolean; clickable: boolean | null; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; }...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.\n" + "lib/form/Form.tsx(200,27): error TS2322: Type '(event: Event) => void' is not assignable to type 'FormEventHandler'.\n" + " Types of parameters 'event' and 'event' are incompatible.\n" + " Type 'FormEvent' is not assignable to type 'Event'.\n" + "lib/form/Form.tsx(201,9): error TS2322: Type 'VNode[] | undefined' is not assignable to type 'ReactNode'.\n" + "lib/grid-item/GridItem.tsx(94,12): error TS2786: 'Badge' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; showZero: boolean; position: BadgePosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 4 more ... & { ....' is not a valid JSX element.\n" + "lib/grid-item/GridItem.tsx(105,12): error TS2786: 'Icon' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element.\n" + "lib/grid-item/GridItem.tsx(124,22): error TS2322: Type '{ children: string; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLSpanElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLSpanElement>'. Did you mean 'className'?\n" + "lib/grid-item/GridItem.tsx(155,11): error TS2322: Type 'Element' is not assignable to type 'ReactNode'.\n" + "lib/grid-item/GridItem.tsx(162,13): error TS2322: Type '(Element | VNode[] | undefined)[]' is not assignable to type 'ReactNode'.\n" + "lib/grid/Grid.tsx(56,9): error TS2322: Type 'VNode[] | undefined' is not assignable to type 'ReactNode'.\n" + "lib/icon/Icon.tsx(51,10): error TS2786: 'Badge' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; showZero: boolean; position: BadgePosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 4 more ... & { ....' is not a valid JSX element.\n" + " Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; showZero: boolean; position: BadgePosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 4 more ... & { ....' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.\n" + "lib/icon/Icon.tsx(66,32): error TS2322: Type '{ class: Mods; src: string | undefined; }' is not assignable to type 'DetailedHTMLProps, HTMLImageElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLImageElement>'. Did you mean 'className'?\n" + "lib/image-preview/ImagePreview.tsx(123,13): error TS2322: Type 'string | VNode[]' is not assignable to type 'ReactNode'.\n" + "lib/image-preview/ImagePreview.tsx(133,42): error TS2322: Type 'VNode[]' is not assignable to type 'ReactNode'.\n" + "lib/image-preview/ImagePreview.tsx(138,8): error TS2786: 'Swipe' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ vertical: boolean; loop: boolean; duration: string | number; lazyRender: boolean; autoplay: string | number; touchable: boolean; initialSwipe: string | number; showIndicators: boolean; stopPropagation: boolean; }> & Omit<...>; ... 10 more ...; $watch(sourc...' is not a valid JSX element.\n" + "lib/image-preview/ImagePreview.tsx(150,12): error TS2786: 'ImagePreviewItem' cannot be used as a JSX component.\n" + ` Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ show: boolean; }> & Omit> & { ...; } & VNodeProps & AllowedComponentProps & ComponentCustomProps, "show">; ... 10 more ...; $watch(source...' is not a valid JSX element.\n` + ` Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ show: boolean; }> & Omit> & { ...; } & VNodeProps & AllowedComponentProps & ComponentCustomProps, "show">; ... 10 more ...; $watch(source...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.\n` + "lib/image-preview/ImagePreview.tsx(168,12): error TS2786: 'Icon' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element.\n" + "lib/image-preview/ImagePreview.tsx(217,8): error TS2786: 'Popup' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ position: PopupPosition; overlay: boolean; round: boolean; show: boolean; safeAreaInsetBottom: boolean; ... 8 more ...; safeAreaInsetTop: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> ...' is not a valid JSX element.\n" + "lib/image-preview/ImagePreviewItem.tsx(276,25): error TS2786: 'Loading' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: LoadingType; vertical: boolean; }> & Omit> & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<...>>; ....' is not a valid JSX element.\n" + "lib/image-preview/ImagePreviewItem.tsx(280,10): error TS2786: 'SwipeItem' cannot be used as a JSX component.\n" + " Its instance type '({ $: ComponentInternalInstance; $data: {}; $props: Partial<{}> & Omit> & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & Readonly<...> & Sh...' is not a valid JSX element.\n" + " Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{}> & Omit> & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 4 more ... & { ...' is not assignable to type 'ElementClass'.\n" + "lib/image-preview/ImagePreviewItem.tsx(287,12): error TS2786: 'Image' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ round: boolean; showError: boolean; lazyLoad: boolean; errorIcon: string; showLoading: boolean; loadingIcon: string; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle;...' is not a valid JSX element.\n" + "lib/image-preview/function-call.tsx(42,10): error TS2786: 'VanImagePreview' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ overlay: boolean; show: boolean; loop: boolean; closeIcon: string; closeable: boolean; closeOnPopstate: boolean; ... 7 more ...; showIndex: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<......' is not a valid JSX element.\n" + " Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ overlay: boolean; show: boolean; loop: boolean; closeIcon: string; closeable: boolean; closeOnPopstate: boolean; ... 7 more ...; showIndex: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<......' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.\n" + "lib/image/Image.tsx(113,10): error TS2786: 'Icon' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element.\n" + "lib/image/Image.tsx(126,13): error TS2322: Type 'Element | VNode[]' is not assignable to type 'ReactNode'.\n" + "lib/image/Image.tsx(133,13): error TS2322: Type 'Element | VNode[]' is not assignable to type 'ReactNode'.\n" + "lib/image/Image.tsx(154,21): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'.\n" + "lib/image/Image.tsx(158,30): error TS2322: Type '(event?: Event | undefined) => void' is not assignable to type 'ReactEventHandler'.\n" + " Types of parameters 'event' and 'event' are incompatible.\n" + " Type 'SyntheticEvent' is not assignable to type 'Event'.\n" + "lib/image/Image.tsx(158,46): error TS2322: Type '(event?: Event | undefined) => void' is not assignable to type 'ReactEventHandler'.\n" + " Types of parameters 'event' and 'event' are incompatible.\n" + " Type 'SyntheticEvent' is not assignable to type 'Event'.\n" + "lib/image/Image.tsx(194,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/index-anchor/IndexAnchor.tsx(103,11): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'.\n" + "lib/index-anchor/IndexAnchor.tsx(106,11): error TS2322: Type 'Element' is not assignable to type 'ReactNode'.\n" + "lib/index-anchor/IndexAnchor.tsx(110,13): error TS2322: Type 'string | number | VNode[] | undefined' is not assignable to type 'ReactNode'.\n" + `lib/index-bar/IndexBar.tsx(202,13): error TS2322: Type '{ children: Numeric; class: Mods; style: CSSProperties | undefined; "data-index": Numeric; }' is not assignable to type 'DetailedHTMLProps, HTMLSpanElement>'.\n` + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLSpanElement>'. Did you mean 'className'?\n" + "lib/index-bar/IndexBar.tsx(274,9): error TS2322: Type '(event: MouseEvent) => void' is not assignable to type 'MouseEventHandler'.\n" + " Types of parameters 'event' and 'event' are incompatible.\n" + " Type 'MouseEvent' is not assignable to type 'MouseEvent'.\n" + "lib/index-bar/IndexBar.tsx(278,9): error TS2322: Type 'Element[]' is not assignable to type 'ReactNode'.\n" + "lib/index-bar/IndexBar.tsx(285,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/index-bar/IndexBar.tsx(285,12): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'.\n" + "lib/index-bar/IndexBar.tsx(287,12): error TS2322: Type '{ children: Element; to: string | RendererElement; }' is not assignable to type 'IntrinsicAttributes & IntrinsicClassAttributes<{ $props: VNodeProps & TeleportProps; }>'.\n" + " Property 'children' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes<{ $props: VNodeProps & TeleportProps; }>'.\n" + "lib/index-bar/IndexBar.tsx(287,12): error TS2786: 'Teleport' cannot be used as a JSX component.\n" + " Its instance type '{ $props: VNodeProps & TeleportProps; }' is not a valid JSX element.\n" + "lib/list/List.tsx(103,52): error TS2322: Type 'string | VNode[]' is not assignable to type 'ReactNode'.\n" + "lib/list/List.tsx(124,15): error TS2322: Type 'string | VNode[]' is not assignable to type 'ReactNode'.\n" + "lib/list/List.tsx(135,13): error TS2322: Type 'Element | VNode[]' is not assignable to type 'ReactNode'.\n" + "lib/list/List.tsx(138,16): error TS2786: 'Loading' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: LoadingType; vertical: boolean; }> & Omit> & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<...>>; ....' is not a valid JSX element.\n" + "lib/list/List.tsx(173,32): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'.\n" + "lib/list/List.tsx(176,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/list/List.tsx(176,14): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'.\n" + "lib/loading/Loading.tsx(15,25): error TS2322: Type '{ class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLElement>'. Did you mean 'className'?\n" + "lib/loading/Loading.tsx(19,5): error TS2322: Type 'Element' is not assignable to type 'ReactNode'.\n" + "lib/loading/Loading.tsx(56,13): error TS2322: Type 'VNode[]' is not assignable to type 'ReactNode'.\n" + "lib/loading/Loading.tsx(65,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/loading/Loading.tsx(71,13): error TS2322: Type 'Element | Element[]' is not assignable to type 'ReactNode'.\n" + "lib/nav-bar/NavBar.tsx(60,29): error TS2786: 'Icon' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element.\n" + "lib/nav-bar/NavBar.tsx(61,33): error TS2322: Type '{ children: string; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLSpanElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLSpanElement>'. Did you mean 'className'?\n" + "lib/nav-bar/NavBar.tsx(70,20): error TS2322: Type '{ children: string | undefined; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLSpanElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLSpanElement>'. Did you mean 'className'?\n" + "lib/nav-bar/NavBar.tsx(82,11): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'.\n" + "lib/nav-bar/NavBar.tsx(92,11): error TS2322: Type 'Element' is not assignable to type 'ReactNode'.\n" + "lib/nav-bar/NavBar.tsx(92,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/nav-bar/NavBar.tsx(96,17): error TS2322: Type '(event: MouseEvent) => void' is not assignable to type 'MouseEventHandler'.\n" + " Types of parameters 'event' and 'event' are incompatible.\n" + " Type 'MouseEvent' is not assignable to type 'MouseEvent'.\n" + `lib/nav-bar/NavBar.tsx(98,17): error TS2322: Type '(false | "" | Element | undefined)[]' is not assignable to type 'ReactNode'.\n` + "lib/nav-bar/NavBar.tsx(102,15): error TS2322: Type 'string | VNode[] | undefined' is not assignable to type 'ReactNode'.\n" + "lib/nav-bar/NavBar.tsx(107,17): error TS2322: Type '(event: MouseEvent) => void' is not assignable to type 'MouseEventHandler'.\n" + " Types of parameters 'event' and 'event' are incompatible.\n" + " Type 'MouseEvent' is not assignable to type 'MouseEvent'.\n" + "lib/nav-bar/NavBar.tsx(109,17): error TS2322: Type 'Element | VNode[]' is not assignable to type 'ReactNode'.\n" + "lib/notice-bar/NoticeBar.tsx(75,17): error TS2786: 'Icon' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element.\n" + "lib/notice-bar/NoticeBar.tsx(103,12): error TS2786: 'Icon' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element.\n" + "lib/notice-bar/NoticeBar.tsx(136,14): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'.\n" + "lib/notice-bar/NoticeBar.tsx(137,11): error TS2322: Type 'Element' is not assignable to type 'ReactNode'.\n" + "lib/notice-bar/NoticeBar.tsx(138,13): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'.\n" + "lib/notice-bar/NoticeBar.tsx(143,13): error TS2322: Type 'string | VNode[] | undefined' is not assignable to type 'ReactNode'.\n" + "lib/notice-bar/NoticeBar.tsx(191,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/notify/Notify.tsx(38,8): error TS2786: 'Popup' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ position: PopupPosition; overlay: boolean; round: boolean; show: boolean; safeAreaInsetBottom: boolean; ... 8 more ...; safeAreaInsetTop: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> ...' is not a valid JSX element.\n" + "lib/notify/function-call.tsx(23,21): error TS2786: 'VanNotify' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: NotifyType; position: NotifyPosition; overlay: boolean; show: boolean; lockScroll: boolean; lazyRender: boolean; transitionAppear: boolean; closeOnClickOverlay: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function,...' is not a valid JSX element.\n" + " Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: NotifyType; position: NotifyPosition; overlay: boolean; show: boolean; lockScroll: boolean; lazyRender: boolean; transitionAppear: boolean; closeOnClickOverlay: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function,...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.\n" + "lib/number-keyboard/NumberKeyboard.tsx(192,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/number-keyboard/NumberKeyboard.tsx(193,56): error TS2322: Type 'VNode[]' is not assignable to type 'ReactNode'.\n" + "lib/number-keyboard/NumberKeyboard.tsx(194,25): error TS2322: Type '{ children: string; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLHeadingElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLHeadingElement>'. Did you mean 'className'?\n" + `lib/number-keyboard/NumberKeyboard.tsx(198,15): error TS2322: Type '{ children: string; type: "button"; class: Mods[]; onClick: () => void; }' is not assignable to type 'DetailedHTMLProps, HTMLButtonElement>'.\n` + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLButtonElement>'. Did you mean 'className'?\n" + "lib/number-keyboard/NumberKeyboard.tsx(220,12): error TS2786: 'NumberKeyboardKey' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ large: boolean; loading: boolean; wider: boolean; }> & Omit; ... 4 more ...; loading: BooleanConstructor; }>> & { ...; } & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<...>>; ......' is not a valid JSX element.\n" + " Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ large: boolean; loading: boolean; wider: boolean; }> & Omit; ... 4 more ...; loading: BooleanConstructor; }>> & { ...; } & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<...>>; ......' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.\n" + "lib/number-keyboard/NumberKeyboard.tsx(235,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/number-keyboard/NumberKeyboard.tsx(237,16): error TS2786: 'NumberKeyboardKey' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ large: boolean; loading: boolean; wider: boolean; }> & Omit; ... 4 more ...; loading: BooleanConstructor; }>> & { ...; } & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<...>>; ......' is not a valid JSX element.\n" + "lib/number-keyboard/NumberKeyboard.tsx(245,14): error TS2786: 'NumberKeyboardKey' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ large: boolean; loading: boolean; wider: boolean; }> & Omit; ... 4 more ...; loading: BooleanConstructor; }>> & { ...; } & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<...>>; ......' is not a valid JSX element.\n" + "lib/number-keyboard/NumberKeyboard.tsx(274,10): error TS2322: Type '{ children: Element; name: string; }' is not assignable to type 'IntrinsicAttributes & TransitionProps'.\n" + " Property 'children' does not exist on type 'IntrinsicAttributes & TransitionProps'.\n" + "lib/number-keyboard/NumberKeyboard.tsx(275,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/number-keyboard/NumberKeyboard.tsx(277,13): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'.\n" + "lib/number-keyboard/NumberKeyboard.tsx(289,14): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/number-keyboard/NumberKeyboard.tsx(290,40): error TS2322: Type 'Element[]' is not assignable to type 'ReactNode'.\n" + "lib/number-keyboard/NumberKeyboard.tsx(298,17): error TS2322: Type '{ children: Element; to: string | RendererElement; }' is not assignable to type 'IntrinsicAttributes & IntrinsicClassAttributes<{ $props: VNodeProps & TeleportProps; }>'.\n" + " Property 'children' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes<{ $props: VNodeProps & TeleportProps; }>'.\n" + "lib/number-keyboard/NumberKeyboard.tsx(298,17): error TS2786: 'Teleport' cannot be used as a JSX component.\n" + " Its instance type '{ $props: VNodeProps & TeleportProps; }' is not a valid JSX element.\n" + "lib/number-keyboard/NumberKeyboardKey.tsx(10,5): error TS2322: Type 'Element' is not assignable to type 'ReactNode'.\n" + "lib/number-keyboard/NumberKeyboardKey.tsx(19,5): error TS2322: Type 'Element' is not assignable to type 'ReactNode'.\n" + "lib/number-keyboard/NumberKeyboardKey.tsx(73,17): error TS2786: 'Loading' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: LoadingType; vertical: boolean; }> & Omit> & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<...>>; ....' is not a valid JSX element.\n" + "lib/number-keyboard/NumberKeyboardKey.tsx(96,9): error TS2322: Type 'Element' is not assignable to type 'ReactNode'.\n" + "lib/number-keyboard/NumberKeyboardKey.tsx(108,11): error TS2322: Type 'string | number | Element | VNode[] | undefined' is not assignable to type 'ReactNode'.\n" + "lib/overlay/Overlay.tsx(64,11): error TS2322: Type 'VNode[] | undefined' is not assignable to type 'ReactNode'.\n" + "lib/pagination/Pagination.tsx(124,9): error TS2322: Type 'string | VNode[]' is not assignable to type 'ReactNode'.\n" + "lib/pagination/Pagination.tsx(141,11): error TS2322: Type 'Element' is not assignable to type 'ReactNode'.\n" + "lib/pagination/Pagination.tsx(163,11): error TS2322: Type 'Element' is not assignable to type 'ReactNode'.\n" + "lib/pagination/Pagination.tsx(182,11): error TS2322: Type 'Element' is not assignable to type 'ReactNode'.\n" + "lib/pagination/Pagination.tsx(187,13): error TS2322: Type 'VNode[] | Numeric' is not assignable to type 'ReactNode'.\n" + " Type 'VNode[]' is not assignable to type 'ReactNode'.\n" + "lib/pagination/Pagination.tsx(194,9): error TS2322: Type 'Element' is not assignable to type 'ReactNode'.\n" + "lib/pagination/Pagination.tsx(194,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/password-input/PasswordInput.tsx(55,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/password-input/PasswordInput.tsx(67,33): error TS2322: Type '{ class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'?\n" + "lib/password-input/PasswordInput.tsx(78,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/password-input/PasswordInput.tsx(83,13): error TS2322: Type 'Element[]' is not assignable to type 'ReactNode'.\n" + "lib/password-input/PasswordInput.tsx(86,18): error TS2322: Type '{ children: string; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'?\n" + "lib/picker/Picker.tsx(303,21): error TS2322: Type '{ children: string; class: Mods[]; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'?\n" + `lib/picker/Picker.tsx(312,11): error TS2322: Type '{ children: any; type: "button"; class: Mods[]; onClick: () => void; }' is not assignable to type 'DetailedHTMLProps, HTMLButtonElement>'.\n` + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLButtonElement>'. Did you mean 'className'?\n" + `lib/picker/Picker.tsx(325,11): error TS2322: Type '{ children: any; type: "button"; class: Mods[]; onClick: () => void; }' is not assignable to type 'DetailedHTMLProps, HTMLButtonElement>'.\n` + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLButtonElement>'. Did you mean 'className'?\n" + "lib/picker/Picker.tsx(340,13): error TS2322: Type '(Element | VNode[] | undefined)[]' is not assignable to type 'ReactNode'.\n" + "lib/picker/Picker.tsx(348,10): error TS2786: 'Column' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ readonly: boolean; defaultIndex: number; allowHtml: boolean; initialOptions: PickerOption[]; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 4 more ... & Co...' is not a valid JSX element.\n" + " Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ readonly: boolean; defaultIndex: number; allowHtml: boolean; initialOptions: PickerOption[]; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 4 more ... & Co...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.\n" + "lib/picker/Picker.tsx(370,16): error TS2322: Type '{ class: Mods; style: { backgroundSize: string; }; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'?\n" + "lib/picker/Picker.tsx(372,13): error TS2322: Type '{ class: Mods[]; style: { height: string; }; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'?\n" + "lib/picker/Picker.tsx(383,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/picker/Picker.tsx(411,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/picker/Picker.tsx(413,27): error TS2786: 'Loading' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: LoadingType; vertical: boolean; }> & Omit> & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<...>>; ....' is not a valid JSX element.\n" + "lib/picker/PickerColumn.tsx(269,13): error TS2322: Type 'Element | VNode[]' is not assignable to type 'ReactNode'.\n" + "lib/picker/PickerColumn.tsx(269,53): error TS2559: Type '{ class: string; }' has no properties in common with type 'DetailedHTMLProps, HTMLDivElement>'.\n" + "lib/picker/PickerColumn.tsx(316,9): error TS2322: Type 'Element' is not assignable to type 'ReactNode'.\n" + "lib/picker/PickerColumn.tsx(317,11): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'.\n" + "lib/picker/PickerColumn.tsx(326,11): error TS2322: Type 'Element[]' is not assignable to type 'ReactNode'.\n" + "lib/popover/Popover.tsx(176,12): error TS2786: 'Icon' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element.\n" + "lib/popover/Popover.tsx(182,14): error TS2322: Type '{ children: string; class: Mods[]; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'?\n" + `lib/popover/Popover.tsx(197,11): error TS2322: Type '("" | Element | undefined)[]' is not assignable to type 'ReactNode'.\n` + "lib/popover/Popover.tsx(216,15): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'.\n" + "lib/popover/Popover.tsx(217,11): error TS2322: Type 'VNode[] | undefined' is not assignable to type 'ReactNode'.\n" + "lib/popover/Popover.tsx(219,10): error TS2786: 'Popup' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ position: PopupPosition; overlay: boolean; round: boolean; show: boolean; safeAreaInsetBottom: boolean; ... 8 more ...; safeAreaInsetTop: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> ...' is not a valid JSX element.\n" + "lib/popover/Popover.tsx(230,36): error TS2322: Type '{ class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'?\n" + "lib/popover/Popover.tsx(232,13): error TS2322: Type 'VNode[]' is not assignable to type 'ReactNode'.\n" + "lib/popup/Popup.tsx(140,12): error TS2786: 'Overlay' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ show: boolean; lockScroll: boolean; lazyRender: boolean; }> & Omit; }>> & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<...>>; ... 10 ...' is not a valid JSX element.\n" + " Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ show: boolean; lockScroll: boolean; lazyRender: boolean; }> & Omit; }>> & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<...>>; ... 10 ...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.\n" + "lib/popup/Popup.tsx(161,12): error TS2786: 'Icon' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element.\n" + "lib/popup/Popup.tsx(184,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/popup/Popup.tsx(186,11): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'.\n" + "lib/popup/Popup.tsx(279,12): error TS2322: Type '{ children: (Element | undefined)[]; to: string | RendererElement; }' is not assignable to type 'IntrinsicAttributes & IntrinsicClassAttributes<{ $props: VNodeProps & TeleportProps; }>'.\n" + " Property 'children' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes<{ $props: VNodeProps & TeleportProps; }>'.\n" + "lib/popup/Popup.tsx(279,12): error TS2786: 'Teleport' cannot be used as a JSX component.\n" + " Its instance type '{ $props: VNodeProps & TeleportProps; }' is not a valid JSX element.\n" + "lib/progress/Progress.tsx(55,13): error TS2322: Type '{ children: string; style: { color: string | undefined; left: string; transform: string; background: string | undefined; }; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLSpanElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLSpanElement>'. Did you mean 'className'?\n" + "lib/progress/Progress.tsx(75,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/progress/Progress.tsx(77,13): error TS2322: Type '{ class: Mods; style: { width: string; background: string | undefined; }; }' is not assignable to type 'DetailedHTMLProps, HTMLSpanElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLSpanElement>'. Did you mean 'className'?\n" + "lib/pull-refresh/PullRefresh.tsx(139,25): error TS2322: Type '{ children: any; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'?\n" + "lib/pull-refresh/PullRefresh.tsx(143,12): error TS2786: 'Loading' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: LoadingType; vertical: boolean; }> & Omit> & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<...>>; ....' is not a valid JSX element.\n" + "lib/pull-refresh/PullRefresh.tsx(232,14): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'.\n" + "lib/pull-refresh/PullRefresh.tsx(233,11): error TS2322: Type 'Element' is not assignable to type 'ReactNode'.\n" + "lib/pull-refresh/PullRefresh.tsx(233,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/pull-refresh/PullRefresh.tsx(242,15): error TS2322: Type 'VNode[]' is not assignable to type 'ReactNode'.\n" + "lib/radio-group/RadioGroup.tsx(59,9): error TS2322: Type 'VNode[] | undefined' is not assignable to type 'ReactNode'.\n" + "lib/radio/Radio.tsx(47,8): error TS2786: 'Checker' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; checked: boolean; shape: CheckerShape; labelDisabled: boolean; bindGroup: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 4 more...' is not a valid JSX element.\n" + " Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; checked: boolean; shape: CheckerShape; labelDisabled: boolean; bindGroup: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 4 more...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.\n" + "lib/rate/Rate.tsx(236,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/rate/Rate.tsx(246,11): error TS2322: Type '(event: MouseEvent) => void' is not assignable to type 'MouseEventHandler'.\n" + " Types of parameters 'event' and 'event' are incompatible.\n" + " Type 'MouseEvent' is not assignable to type 'MouseEvent'.\n" + "lib/rate/Rate.tsx(248,12): error TS2786: 'Icon' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element.\n" + "lib/rate/Rate.tsx(256,14): error TS2786: 'Icon' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element.\n" + "lib/rate/Rate.tsx(273,9): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'.\n" + "lib/rate/Rate.tsx(285,9): error TS2322: Type 'Element[]' is not assignable to type 'ReactNode'.\n" + "lib/search/Search.tsx(80,13): error TS2322: Type 'string | VNode[] | undefined' is not assignable to type 'ReactNode'.\n" + `lib/search/Search.tsx(91,13): error TS2322: Type '{ children: any; class: Mods; role: "button"; tabindex: number; onClick: () => void; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'.\n` + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'?\n" + "lib/search/Search.tsx(125,10): error TS2786: 'Field' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: FieldType; center: boolean; border: boolean; disabled: boolean; required: boolean; isLink: boolean; ... 10 more ...; colon: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefi...' is not a valid JSX element.\n" + "lib/search/Search.tsx(147,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/search/Search.tsx(152,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/share-sheet/ShareSheet.tsx(85,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/share-sheet/ShareSheet.tsx(86,48): error TS2322: Type 'string | VNode[]' is not assignable to type 'ReactNode'.\n" + "lib/share-sheet/ShareSheet.tsx(88,48): error TS2322: Type 'string | VNode[]' is not assignable to type 'ReactNode'.\n" + "lib/share-sheet/ShareSheet.tsx(99,13): error TS2322: Type 'Element' is not assignable to type 'ReactNode'.\n" + "lib/share-sheet/ShareSheet.tsx(99,14): error TS2786: 'Icon' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element.\n" + "lib/share-sheet/ShareSheet.tsx(103,30): error TS2322: Type '{ src: string; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLImageElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLImageElement>'. Did you mean 'className'?\n" + "lib/share-sheet/ShareSheet.tsx(109,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/share-sheet/ShareSheet.tsx(116,26): error TS2322: Type '{ children: string; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLSpanElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLSpanElement>'. Did you mean 'className'?\n" + "lib/share-sheet/ShareSheet.tsx(118,19): error TS2322: Type '{ children: string; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLSpanElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLSpanElement>'. Did you mean 'className'?\n" + "lib/share-sheet/ShareSheet.tsx(125,47): error TS2322: Type 'Element[]' is not assignable to type 'ReactNode'.\n" + `lib/share-sheet/ShareSheet.tsx(142,33): error TS2322: Type '{ children: any; type: "button"; class: Mods; onClick: () => void; }' is not assignable to type 'DetailedHTMLProps, HTMLButtonElement>'.\n` + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLButtonElement>'. Did you mean 'className'?\n" + "lib/share-sheet/ShareSheet.tsx(150,8): error TS2786: 'Popup' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ position: PopupPosition; overlay: boolean; round: boolean; show: boolean; safeAreaInsetBottom: boolean; ... 8 more ...; safeAreaInsetTop: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> ...' is not a valid JSX element.\n" + "lib/sidebar-item/SidebarItem.tsx(68,11): error TS2322: Type 'Element' is not assignable to type 'ReactNode'.\n" + "lib/sidebar-item/SidebarItem.tsx(68,12): error TS2786: 'Badge' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; showZero: boolean; position: BadgePosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 4 more ... & { ....' is not a valid JSX element.\n" + "lib/sidebar/Sidebar.tsx(46,9): error TS2322: Type 'VNode[] | undefined' is not assignable to type 'ReactNode'.\n" + "lib/skeleton/Skeleton.tsx(49,13): error TS2322: Type '{ class: Mods; style: CSSProperties | undefined; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'?\n" + "lib/skeleton/Skeleton.tsx(60,13): error TS2322: Type '{ class: Mods; style: { width: string | undefined; }; }' is not assignable to type 'DetailedHTMLProps, HTMLHeadingElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLHeadingElement>'. Did you mean 'className'?\n" + "lib/skeleton/Skeleton.tsx(85,16): error TS2322: Type '{ class: Mods; style: { width: string | undefined; }; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'?\n" + "lib/skeleton/Skeleton.tsx(94,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/skeleton/Skeleton.tsx(99,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/slider/Slider.tsx(283,14): error TS2322: Type '{ class: Mods; style: CSSProperties | undefined; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'?\n" + "lib/slider/Slider.tsx(304,26): error TS7006: Parameter 'event' implicitly has an 'any' type.\n" + "lib/slider/Slider.tsx(314,11): error TS2322: Type '(event: Event) => void' is not assignable to type 'MouseEventHandler'.\n" + " Types of parameters 'event' and 'event' are incompatible.\n" + " Type 'MouseEvent' is not assignable to type 'Event'.\n" + "lib/slider/Slider.tsx(316,11): error TS2322: Type 'Element | VNode[]' is not assignable to type 'ReactNode'.\n" + "lib/slider/Slider.tsx(327,9): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'.\n" + "lib/slider/Slider.tsx(333,9): error TS2322: Type '(event: MouseEvent) => void' is not assignable to type 'MouseEventHandler'.\n" + " Types of parameters 'event' and 'event' are incompatible.\n" + " Type 'MouseEvent' is not assignable to type 'MouseEvent'.\n" + "lib/slider/Slider.tsx(335,9): error TS2322: Type 'Element' is not assignable to type 'ReactNode'.\n" + "lib/slider/Slider.tsx(336,11): error TS2322: Type 'Element | Element[]' is not assignable to type 'ReactNode'.\n" + "lib/step/Step.tsx(68,12): error TS2786: 'Icon' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element.\n" + "lib/step/Step.tsx(83,12): error TS2786: 'Icon' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element.\n" + "lib/step/Step.tsx(98,12): error TS2786: 'Icon' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element.\n" + "lib/step/Step.tsx(106,17): error TS2322: Type '{ class: Mods; style: { background: string | undefined; }; }' is not assignable to type 'DetailedHTMLProps, HTMLElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLElement>'. Did you mean 'className'?\n" + "lib/step/Step.tsx(113,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/step/Step.tsx(121,13): error TS2322: Type 'VNode[] | undefined' is not assignable to type 'ReactNode'.\n" + "lib/step/Step.tsx(124,13): error TS2322: Type 'Element | VNode[]' is not assignable to type 'ReactNode'.\n" + "lib/step/Step.tsx(126,16): error TS2322: Type '{ class: Mods; style: { background: string | undefined; }; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'?\n" + "lib/stepper/Stepper.tsx(292,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + `lib/stepper/Stepper.tsx(297,11): error TS2322: Type '{ onClick: (event: MouseEvent) => void; onTouchstart: () => void; onTouchend: (event: TouchEvent) => void; onTouchcancel: (event: TouchEvent) => void; ... 4 more ...; "aria-disabled": true | undefined; }' is not assignable to type 'DetailedHTMLProps, HTMLButtonElement>'.\n` + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLButtonElement>'. Did you mean 'className'?\n" + "lib/stepper/Stepper.tsx(306,11): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'.\n" + "lib/stepper/Stepper.tsx(320,11): error TS2322: Type '(event: Event) => void' is not assignable to type 'FocusEventHandler'.\n" + " Types of parameters 'event' and 'event' are incompatible.\n" + " Type 'FocusEvent' is not assignable to type 'Event'.\n" + "lib/stepper/Stepper.tsx(321,11): error TS2322: Type '(event: Event) => void' is not assignable to type 'FormEventHandler'.\n" + " Types of parameters 'event' and 'event' are incompatible.\n" + " Type 'FormEvent' is not assignable to type 'Event'.\n" + "lib/stepper/Stepper.tsx(322,11): error TS2322: Type '(event: Event) => void' is not assignable to type 'FocusEventHandler'.\n" + " Types of parameters 'event' and 'event' are incompatible.\n" + " Type 'FocusEvent' is not assignable to type 'Event'.\n" + `lib/stepper/Stepper.tsx(329,11): error TS2322: Type '{ onClick: (event: MouseEvent) => void; onTouchstart: () => void; onTouchend: (event: TouchEvent) => void; onTouchcancel: (event: TouchEvent) => void; ... 4 more ...; "aria-disabled": true | undefined; }' is not assignable to type 'DetailedHTMLProps, HTMLButtonElement>'.\n` + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLButtonElement>'. Did you mean 'className'?\n" + "lib/steps/Steps.tsx(48,9): error TS2322: Type 'Element' is not assignable to type 'ReactNode'.\n" + "lib/steps/Steps.tsx(48,35): error TS2322: Type 'VNode[] | undefined' is not assignable to type 'ReactNode'.\n" + "lib/sticky/Sticky.tsx(147,12): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'.\n" + "lib/sticky/Sticky.tsx(148,9): error TS2322: Type 'Element' is not assignable to type 'ReactNode'.\n" + "lib/sticky/Sticky.tsx(149,11): error TS2322: Type 'VNode[] | undefined' is not assignable to type 'ReactNode'.\n" + "lib/submit-bar/SubmitBar.tsx(53,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/submit-bar/SubmitBar.tsx(55,14): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/submit-bar/SubmitBar.tsx(57,21): error TS2322: Type '{ children: string; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLSpanElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLSpanElement>'. Did you mean 'className'?\n" + "lib/submit-bar/SubmitBar.tsx(61,21): error TS2322: Type '{ children: string; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLSpanElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLSpanElement>'. Did you mean 'className'?\n" + "lib/submit-bar/SubmitBar.tsx(72,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/submit-bar/SubmitBar.tsx(73,26): error TS2786: 'Icon' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element.\n" + "lib/submit-bar/SubmitBar.tsx(74,27): error TS2322: Type '{ children: string; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLSpanElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLSpanElement>'. Did you mean 'className'?\n" + "lib/submit-bar/SubmitBar.tsx(89,10): error TS2786: 'Button' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; type: ButtonType; tag: keyof HTMLElementTagNameMap; ... 9 more ...; iconPosition: ButtonIconPosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHand...' is not a valid JSX element.\n" + "lib/submit-bar/SubmitBar.tsx(103,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/submit-bar/SubmitBar.tsx(108,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/swipe-cell/SwipeCell.tsx(195,13): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'.\n" + "lib/swipe-cell/SwipeCell.tsx(197,13): error TS2322: Type '(event: MouseEvent) => void' is not assignable to type 'MouseEventHandler'.\n" + "lib/swipe-cell/SwipeCell.tsx(199,13): error TS2322: Type 'VNode[]' is not assignable to type 'ReactNode'.\n" + "lib/swipe-cell/SwipeCell.tsx(220,11): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'.\n" + "lib/swipe-cell/SwipeCell.tsx(222,11): error TS2322: Type '(event: MouseEvent) => void' is not assignable to type 'MouseEventHandler'.\n" + " Types of parameters 'event' and 'event' are incompatible.\n" + " Type 'MouseEvent' is not assignable to type 'MouseEvent'.\n" + "lib/swipe-cell/SwipeCell.tsx(228,11): error TS2322: Type 'Element' is not assignable to type 'ReactNode'.\n" + "lib/swipe-cell/SwipeCell.tsx(228,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/swipe-item/SwipeItem.tsx(95,9): error TS2322: Type 'VNode[] | null | undefined' is not assignable to type 'ReactNode'.\n" + "lib/swipe/Swipe.tsx(382,31): error TS2322: Type '{ style: { backgroundColor: string | undefined; } | undefined; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLElement>'. Did you mean 'className'?\n" + "lib/swipe/Swipe.tsx(395,13): error TS2322: Type 'Element[]' is not assignable to type 'ReactNode'.\n" + "lib/swipe/Swipe.tsx(439,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/swipe/Swipe.tsx(439,12): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'.\n" + "lib/swipe/Swipe.tsx(448,11): error TS2322: Type 'VNode[] | undefined' is not assignable to type 'ReactNode'.\n" + "lib/switch/Switch.tsx(48,17): error TS2786: 'Loading' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: LoadingType; vertical: boolean; }> & Omit> & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<...>>; ....' is not a valid JSX element.\n" + "lib/switch/Switch.tsx(66,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/switch/Switch.tsx(78,36): error TS2322: Type 'Element | VNode[] | undefined' is not assignable to type 'ReactNode'.\n" + "lib/tab/Tab.tsx(109,12): error TS2786: 'SwipeItem' cannot be used as a JSX component.\n" + " Its instance type '({ $: ComponentInternalInstance; $data: {}; $props: Partial<{}> & Omit> & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & Readonly<...> & Sh...' is not a valid JSX element.\n" + " Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{}> & Omit> & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 4 more ... & { ...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.\n" + "lib/tab/Tab.tsx(117,39): error TS2322: Type 'VNode[] | undefined' is not assignable to type 'ReactNode'.\n" + "lib/tab/Tab.tsx(136,11): error TS2322: Type 'VNode[] | null | undefined' is not assignable to type 'ReactNode'.\n" + "lib/tabbar-item/TabbarItem.tsx(84,17): error TS2786: 'Icon' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element.\n" + "lib/tabbar-item/TabbarItem.tsx(94,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/tabbar-item/TabbarItem.tsx(100,11): error TS2322: Type '(event: MouseEvent) => void' is not assignable to type 'MouseEventHandler'.\n" + " Types of parameters 'event' and 'event' are incompatible.\n" + " Type 'MouseEvent' is not assignable to type 'MouseEvent'.\n" + "lib/tabbar-item/TabbarItem.tsx(102,12): error TS2786: 'Badge' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; showZero: boolean; position: BadgePosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 4 more ... & { ....' is not a valid JSX element.\n" + "lib/tabbar-item/TabbarItem.tsx(110,13): error TS2322: Type 'VNode[] | undefined' is not assignable to type 'ReactNode'.\n" + "lib/tabbar/Tabbar.tsx(72,11): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'.\n" + "lib/tabbar/Tabbar.tsx(83,11): error TS2322: Type 'VNode[] | undefined' is not assignable to type 'ReactNode'.\n" + "lib/tabs/Tabs.tsx(366,10): error TS2786: 'TabsTitle' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; disabled: boolean; shrink: boolean; isActive: boolean; scrollable: boolean; showZeroBadge: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } ...' is not a valid JSX element.\n" + " Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; disabled: boolean; shrink: boolean; isActive: boolean; scrollable: boolean; showZeroBadge: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } ...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.\n" + 'lib/tabs/Tabs.tsx(394,21): error TS2322: Type \'{ class: Mods; style: { [x: `--${string}`]: string | number | undefined; accentColor?: string | undefined; alignContent?: string | undefined; alignItems?: string | undefined; alignSelf?: string | undefined; ... 1522 more ...; "vector-effect"?: VectorEffectProperty | undefined; }; }\' is not assignable to type \'DetailedHTMLProps, HTMLDivElement>\'.\n' + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'?\n" + "lib/tabs/Tabs.tsx(402,11): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'.\n" + "lib/tabs/Tabs.tsx(408,11): error TS2322: Type 'Element' is not assignable to type 'ReactNode'.\n" + "lib/tabs/Tabs.tsx(408,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/tabs/Tabs.tsx(409,13): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'.\n" + "lib/tabs/Tabs.tsx(500,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/tabs/Tabs.tsx(500,12): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'.\n" + "lib/tabs/Tabs.tsx(502,12): error TS2786: 'Sticky' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ position: StickyPosition; offsetTop: string | number; offsetBottom: string | number; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 5 more ... & { ...; }' is not a valid JSX element.\n" + " Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ position: StickyPosition; offsetTop: string | number; offsetBottom: string | number; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 5 more ... & { ...; }' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.\n" + "lib/tabs/Tabs.tsx(513,10): error TS2786: 'TabsContent' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ lazyRender: boolean; inited: boolean; animated: boolean; swipeable: boolean; }> & Omit & ... 3 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | ...' is not a valid JSX element.\n" + " Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ lazyRender: boolean; inited: boolean; animated: boolean; swipeable: boolean; }> & Omit & ... 3 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | ...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.\n" + "lib/tabs/TabsContent.tsx(32,12): error TS2786: 'Swipe' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ vertical: boolean; loop: boolean; duration: string | number; lazyRender: boolean; autoplay: string | number; touchable: boolean; initialSwipe: string | number; showIndicators: boolean; stopPropagation: boolean; }> & Omit<...>; ... 10 more ...; $watch(sourc...' is not a valid JSX element.\n" + " Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ vertical: boolean; loop: boolean; duration: string | number; lazyRender: boolean; autoplay: string | number; touchable: boolean; initialSwipe: string | number; showIndicators: boolean; stopPropagation: boolean; }> & Omit<...>; ... 10 more ...; $watch(sourc...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.\n" + "lib/tabs/TabsContent.tsx(69,9): error TS2322: Type 'Element | VNode[] | undefined' is not assignable to type 'ReactNode'.\n" + "lib/tabs/TabsTitle.tsx(59,11): error TS2322: Type 'string | VNode[] | undefined' is not assignable to type 'ReactNode'.\n" + "lib/tabs/TabsTitle.tsx(65,12): error TS2786: 'Badge' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; showZero: boolean; position: BadgePosition; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } & ... 4 more ... & { ....' is not a valid JSX element.\n" + "lib/tabs/TabsTitle.tsx(99,9): error TS2322: Type 'Element' is not assignable to type 'ReactNode'.\n" + "lib/tag/Tag.tsx(74,10): error TS2786: 'Icon' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element.\n" + "lib/tag/Tag.tsx(82,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/tag/Tag.tsx(90,8): error TS2322: Type '{ children: Element | null; name: string | undefined; }' is not assignable to type 'IntrinsicAttributes & TransitionProps'.\n" + " Property 'children' does not exist on type 'IntrinsicAttributes & TransitionProps'.\n" + "lib/toast/Toast.tsx(102,12): error TS2786: 'Icon' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element.\n" + "lib/toast/Toast.tsx(113,12): error TS2786: 'Loading' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: LoadingType; vertical: boolean; }> & Omit> & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<...>>; ....' is not a valid JSX element.\n" + "lib/toast/Toast.tsx(123,24): error TS2322: Type '{ key: number; class: Mods; innerHTML: string; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'?\n" + "lib/toast/Toast.tsx(125,16): error TS2322: Type '{ children: string | number; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'?\n" + "lib/toast/Toast.tsx(148,8): error TS2786: 'Popup' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ position: PopupPosition; overlay: boolean; round: boolean; show: boolean; safeAreaInsetBottom: boolean; ... 8 more ...; safeAreaInsetTop: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> ...' is not a valid JSX element.\n" + "lib/toast/function-call.tsx(61,17): error TS2786: 'VanToast' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: ToastType; position: ToastPosition; overlay: boolean; show: boolean; ... 4 more ...; closeOnClick: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } ...' is not a valid JSX element.\n" + " Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: ToastType; position: ToastPosition; overlay: boolean; show: boolean; ... 4 more ...; closeOnClick: boolean; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; } ...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.\n" + "lib/tree-select/TreeSelect.tsx(93,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/tree-select/TreeSelect.tsx(106,14): error TS2786: 'Icon' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element.\n" + "lib/tree-select/TreeSelect.tsx(120,10): error TS2786: 'SidebarItem' cannot be used as a JSX component.\n" + " Its instance type '({ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; dot: boolean; disabled: boolean; }> & Omit; url: StringConstructor; replace: BooleanConstructor; } & { ...; }>> & { ...; } & VNodeProps & AllowedComponentProps & ComponentCustomP...' is not a valid JSX element.\n" + " Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ replace: boolean; dot: boolean; disabled: boolean; }> & Omit; url: StringConstructor; replace: BooleanConstructor; } & { ...; }>> & { ...; } & VNodeProps & AllowedComponentProps & ComponentCustomPr...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.\n" + "lib/tree-select/TreeSelect.tsx(131,10): error TS2786: 'Sidebar' cannot be used as a JSX component.\n" + ` Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ modelValue: string | number; }> & Omit> & { ...; } & VNodeProps & AllowedComponentProps & ComponentCustomProps, "modelValue">; ... 10 more ......' is not a valid JSX element.\n` + ` Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ modelValue: string | number; }> & Omit> & { ...; } & VNodeProps & AllowedComponentProps & ComponentCustomProps, "modelValue">; ... 10 more ......' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.\n` + "lib/tree-select/TreeSelect.tsx(153,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/tree-select/TreeSelect.tsx(155,37): error TS2322: Type 'VNode[] | undefined' is not assignable to type 'ReactNode'.\n" + "lib/uploader/Uploader.tsx(282,10): error TS2786: 'UploaderPreviewItem' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ lazyLoad: boolean; deletable: boolean; }> & Omit; }>> & { ...; } & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKe...' is not a valid JSX element.\n" + " Type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ lazyLoad: boolean; deletable: boolean; }> & Omit; }>> & { ...; } & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKe...' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.\n" + "lib/uploader/Uploader.tsx(310,11): error TS2322: Type 'Ref' is not assignable to type 'LegacyRef | undefined'.\n" + "lib/uploader/Uploader.tsx(317,11): error TS2322: Type '(event: Event) => void' is not assignable to type 'ChangeEventHandler'.\n" + " Types of parameters 'event' and 'event' are incompatible.\n" + " Type 'ChangeEvent' is not assignable to type 'Event'.\n" + "lib/uploader/Uploader.tsx(323,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/uploader/Uploader.tsx(323,45): error TS2322: Type '(event: MouseEvent) => void' is not assignable to type 'MouseEventHandler'.\n" + " Types of parameters 'event' and 'event' are incompatible.\n" + " Type 'MouseEvent' is not assignable to type 'MouseEvent'.\n" + "lib/uploader/Uploader.tsx(331,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/uploader/Uploader.tsx(334,11): error TS2322: Type '(event: MouseEvent) => void' is not assignable to type 'MouseEventHandler'.\n" + "lib/uploader/Uploader.tsx(336,12): error TS2786: 'Icon' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element.\n" + "lib/uploader/Uploader.tsx(338,19): error TS2322: Type '{ children: string; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLSpanElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLSpanElement>'. Did you mean 'className'?\n" + "lib/uploader/Uploader.tsx(363,9): error TS2322: Type 'Element' is not assignable to type 'ReactNode'.\n" + "lib/uploader/Uploader.tsx(363,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/uploader/UploaderPreviewItem.tsx(47,14): error TS2786: 'Icon' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element.\n" + "lib/uploader/UploaderPreviewItem.tsx(49,14): error TS2786: 'Loading' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ type: LoadingType; vertical: boolean; }> & Omit> & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<...>>; ....' is not a valid JSX element.\n" + "lib/uploader/UploaderPreviewItem.tsx(55,12): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/uploader/UploaderPreviewItem.tsx(57,34): error TS2322: Type '{ children: string; class: Mods; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'?\n" + "lib/uploader/UploaderPreviewItem.tsx(83,13): error TS2322: Type '(event: MouseEvent) => void' is not assignable to type 'MouseEventHandler'.\n" + " Types of parameters 'event' and 'event' are incompatible.\n" + " Type 'MouseEvent' is not assignable to type 'MouseEvent'.\n" + "lib/uploader/UploaderPreviewItem.tsx(85,13): error TS2322: Type 'Element | VNode[]' is not assignable to type 'ReactNode'.\n" + "lib/uploader/UploaderPreviewItem.tsx(88,16): error TS2786: 'Icon' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element.\n" + "lib/uploader/UploaderPreviewItem.tsx(100,13): error TS2322: Type 'VNode[]' is not assignable to type 'ReactNode'.\n" + "lib/uploader/UploaderPreviewItem.tsx(111,12): error TS2786: 'Image' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ round: boolean; showError: boolean; lazyLoad: boolean; errorIcon: string; showLoading: boolean; loadingIcon: string; }> & Omit<...>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle;...' is not a valid JSX element.\n" + "lib/uploader/UploaderPreviewItem.tsx(125,10): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.\n" + "lib/uploader/UploaderPreviewItem.tsx(126,12): error TS2786: 'Icon' cannot be used as a JSX component.\n" + " Its instance type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ dot: boolean; tag: keyof HTMLElementTagNameMap; }> & Omit & ... 2 more ... & ComponentCustomProps, DefaultKeys<...>>; ... 10 more ...; $watch(source: string | Function, cb: Function, options?: WatchOptions<...> | undefined): WatchStopHandle; ...' is not a valid JSX element.\n" + "lib/uploader/UploaderPreviewItem.tsx(127,16): error TS2322: Type '{ children: string | undefined; class: Mods[]; }' is not assignable to type 'DetailedHTMLProps, HTMLDivElement>'.\n" + " Property 'class' does not exist on type 'DetailedHTMLProps, HTMLDivElement>'. Did you mean 'className'?\n" + "lib/uploader/UploaderPreviewItem.tsx(136,8): error TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.", stderr: '', failed: true, timedOut: false, isCanceled: false, killed: false }  ELIFECYCLE  Command failed with exit code 1.  ELIFECYCLE  Command failed with exit code 1.