774 lines
186 KiB
Plaintext
774 lines
186 KiB
Plaintext
[96mnode_modules/@fluentui/react-accordion/dist/index.d.ts[0m:[93m154[0m:[93m58[0m - [91merror[0m[90m TS2344: [0mType 'AccordionPanelSlots' does not satisfy the constraint 'SlotPropsRecord'.
|
||
Property 'collapseMotion' is incompatible with index signature.
|
||
Type 'PresenceMotionSlotProps' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
|
||
Type 'PresenceMotionSlotProps' is not assignable to type 'UnknownSlotProps'.
|
||
Type 'PresenceMotionSlotProps' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
|
||
Types of property 'children' are incompatible.
|
||
Type 'SlotRenderFunction<PresenceMotionSlotRenderProps & { children: ReactElement<any, string | JSXElementConstructor<any>>; }>' is not assignable to type 'ReactNode'.
|
||
|
||
[7m154[0m export declare type AccordionPanelProps = ComponentProps<AccordionPanelSlots>;
|
||
[7m [0m [91m ~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
[96mnode_modules/@fluentui/react-accordion/dist/index.d.ts[0m:[93m158[0m:[93m27[0m - [91merror[0m[90m TS2344: [0mType 'PresenceMotionSlotProps' does not satisfy the constraint 'ComponentType<{}> | UnknownSlotProps | keyof IntrinsicElements | VoidFunctionComponent<{}>'.
|
||
Type 'PresenceMotionSlotProps' is not assignable to type 'UnknownSlotProps'.
|
||
Type 'PresenceMotionSlotProps' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
|
||
Types of property 'children' are incompatible.
|
||
Type 'SlotRenderFunction<PresenceMotionSlotRenderProps & { children: ReactElement<any, string | JSXElementConstructor<any>>; }>' is not assignable to type 'ReactNode'.
|
||
|
||
[7m158[0m collapseMotion?: Slot<PresenceMotionSlotProps>;
|
||
[7m [0m [91m ~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
[96mnode_modules/@fluentui/react-accordion/dist/index.d.ts[0m:[93m161[0m:[93m58[0m - [91merror[0m[90m TS2344: [0mType 'AccordionPanelSlots' does not satisfy the constraint 'SlotPropsRecord'.
|
||
Property 'collapseMotion' is incompatible with index signature.
|
||
Type 'PresenceMotionSlotProps' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
|
||
Type 'PresenceMotionSlotProps' is not assignable to type 'UnknownSlotProps'.
|
||
Type 'PresenceMotionSlotProps' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
|
||
Types of property 'children' are incompatible.
|
||
Type 'SlotRenderFunction<PresenceMotionSlotRenderProps & { children: ReactElement<any, string | JSXElementConstructor<any>>; }>' is not assignable to type 'ReactNode'.
|
||
|
||
[7m161[0m export declare type AccordionPanelState = ComponentState<AccordionPanelSlots> & {
|
||
[7m [0m [91m ~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
[96mnode_modules/@fluentui/react-avatar/dist/index.d.ts[0m:[93m101[0m:[93m67[0m - [91merror[0m[90m TS2344: [0mType 'Partial<AvatarGroupPopoverSlots>' does not satisfy the constraint 'SlotPropsRecord'.
|
||
Property 'tooltip' is incompatible with index signature.
|
||
Type 'NonNullable<WithSlotShorthandValue<TooltipProps>>' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
|
||
Type 'Omit<TooltipSlots, "root"> & TriggerProps<TooltipTriggerProps> & Pick<PortalProps, "mountNode"> & { ...; }' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
|
||
Type 'Omit<TooltipSlots, "root"> & TriggerProps<TooltipTriggerProps> & Pick<PortalProps, "mountNode"> & { ...; }' is not assignable to type 'UnknownSlotProps'.
|
||
Type 'Omit<TooltipSlots, "root"> & TriggerProps<TooltipTriggerProps> & Pick<PortalProps, "mountNode"> & { ...; }' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
|
||
Types of property 'children' are incompatible.
|
||
Type 'ReactElement<any, string | JSXElementConstructor<any>> | ((props: TooltipTriggerProps) => ReactElement<any, string | JSXElementConstructor<...>>)' is not assignable to type 'ReactNode'.
|
||
Type '(props: TooltipTriggerProps) => ReactElement<any, string | JSXElementConstructor<any>>' is not assignable to type 'ReactNode'.
|
||
|
||
[7m101[0m export declare type AvatarGroupPopoverProps = Omit<ComponentProps<Partial<AvatarGroupPopoverSlots>>, 'children'> & {
|
||
[7m [0m [91m ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
[96mnode_modules/@fluentui/react-avatar/dist/index.d.ts[0m:[93m135[0m:[93m31[0m - [91merror[0m[90m TS2344: [0mType 'TooltipProps' does not satisfy the constraint 'ComponentType<{}> | UnknownSlotProps | keyof IntrinsicElements | VoidFunctionComponent<{}>'.
|
||
Type 'TooltipProps' is not assignable to type 'UnknownSlotProps'.
|
||
Type 'TooltipProps' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
|
||
Types of property 'children' are incompatible.
|
||
Type 'ReactElement<any, string | JSXElementConstructor<any>> | ((props: TooltipTriggerProps) => ReactElement<any, string | JSXElementConstructor<...>>)' is not assignable to type 'ReactNode'.
|
||
Type '(props: TooltipTriggerProps) => ReactElement<any, string | JSXElementConstructor<any>>' is not assignable to type 'ReactNode'.
|
||
|
||
[7m135[0m tooltip: NonNullable<Slot<TooltipProps>>;
|
||
[7m [0m [91m ~~~~~~~~~~~~[0m
|
||
|
||
[96mnode_modules/@fluentui/react-avatar/dist/index.d.ts[0m:[93m141[0m:[93m62[0m - [91merror[0m[90m TS2344: [0mType 'AvatarGroupPopoverSlots' does not satisfy the constraint 'SlotPropsRecord'.
|
||
Property 'tooltip' is incompatible with index signature.
|
||
Type 'NonNullable<WithSlotShorthandValue<TooltipProps>>' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
|
||
Type 'Omit<TooltipSlots, "root"> & TriggerProps<TooltipTriggerProps> & Pick<PortalProps, "mountNode"> & { ...; }' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
|
||
Type 'Omit<TooltipSlots, "root"> & TriggerProps<TooltipTriggerProps> & Pick<PortalProps, "mountNode"> & { ...; }' is not assignable to type 'UnknownSlotProps'.
|
||
Type 'Omit<TooltipSlots, "root"> & TriggerProps<TooltipTriggerProps> & Pick<PortalProps, "mountNode"> & { ...; }' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
|
||
Types of property 'children' are incompatible.
|
||
Type 'ReactElement<any, string | JSXElementConstructor<any>> | ((props: TooltipTriggerProps) => ReactElement<any, string | JSXElementConstructor<...>>)' is not assignable to type 'ReactNode'.
|
||
Type '(props: TooltipTriggerProps) => ReactElement<any, string | JSXElementConstructor<any>>' is not assignable to type 'ReactNode'.
|
||
|
||
[7m141[0m export declare type AvatarGroupPopoverState = ComponentState<AvatarGroupPopoverSlots> & Required<Pick<AvatarGroupPopoverProps, 'count' | 'indicator'>> & {
|
||
[7m [0m [91m ~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
[96mnode_modules/@fluentui/react-avatar/dist/index.d.ts[0m:[93m182[0m:[93m55[0m - [91merror[0m[90m TS2344: [0mType 'AvatarSlots' does not satisfy the constraint 'SlotPropsRecord'.
|
||
Property 'image' is incompatible with index signature.
|
||
Type '{ as?: "img"; } & Omit<Omit<DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref"> & { ...; }, "children"> & { ...; }' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
|
||
Type '{ as?: "img"; } & Omit<Omit<DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref"> & { ...; }, "children"> & { ...; }' is not assignable to type 'UnknownSlotProps'.
|
||
Type '{ as?: "img"; } & Omit<Omit<DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref"> & { ...; }, "children"> & { ...; }' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
|
||
Types of property 'children' are incompatible.
|
||
Type 'SlotRenderFunction<Omit<Omit<DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref"> & { ...; }, "children">>' is not assignable to type 'ReactNode'.
|
||
|
||
[7m182[0m export declare type AvatarProps = Omit<ComponentProps<AvatarSlots>, 'color'> & {
|
||
[7m [0m [91m ~~~~~~~~~~~[0m
|
||
|
||
[96mnode_modules/@fluentui/react-avatar/dist/index.d.ts[0m:[93m292[0m:[93m50[0m - [91merror[0m[90m TS2344: [0mType 'AvatarSlots' does not satisfy the constraint 'SlotPropsRecord'.
|
||
Property 'image' is incompatible with index signature.
|
||
Type '{ as?: "img"; } & Omit<Omit<DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref"> & { ...; }, "children"> & { ...; }' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
|
||
Type '{ as?: "img"; } & Omit<Omit<DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref"> & { ...; }, "children"> & { ...; }' is not assignable to type 'UnknownSlotProps'.
|
||
Type '{ as?: "img"; } & Omit<Omit<DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref"> & { ...; }, "children"> & { ...; }' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
|
||
Types of property 'children' are incompatible.
|
||
Type 'SlotRenderFunction<Omit<Omit<DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref"> & { ...; }, "children">>' is not assignable to type 'ReactNode'.
|
||
|
||
[7m292[0m export declare type AvatarState = ComponentState<AvatarSlots> & Required<Pick<AvatarProps, 'active' | 'activeAppearance' | 'shape' | 'size'>> & {
|
||
[7m [0m [91m ~~~~~~~~~~~[0m
|
||
|
||
[96mnode_modules/@fluentui/react-card/dist/index.d.ts[0m:[93m92[0m:[93m54[0m - [91merror[0m[90m TS2344: [0mType 'Partial<CardHeaderSlots>' does not satisfy the constraint 'SlotPropsRecord'.
|
||
Property 'image' is incompatible with index signature.
|
||
Type 'WithSlotShorthandValue<{ as?: "div"; } & Omit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & { ...; } & { ...; }> | ({ ...; } & ... 1 more ... & { ...; })' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
|
||
Type '{ as: "img"; } & Omit<Omit<DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref"> & { ...; }, "children"> & { ...; }' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
|
||
Type '{ as: "img"; } & Omit<Omit<DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref"> & { ...; }, "children"> & { ...; }' is not assignable to type 'UnknownSlotProps'.
|
||
Type '{ as: "img"; } & Omit<Omit<DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref"> & { ...; }, "children"> & { ...; }' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
|
||
Types of property 'children' are incompatible.
|
||
Type 'SlotRenderFunction<Omit<Omit<DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref"> & { ...; }, "children">>' is not assignable to type 'ReactNode'.
|
||
|
||
[7m92[0m export declare type CardHeaderProps = ComponentProps<Partial<CardHeaderSlots>>;
|
||
[7m [0m [91m ~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
[96mnode_modules/@fluentui/react-card/dist/index.d.ts[0m:[93m123[0m:[93m54[0m - [91merror[0m[90m TS2344: [0mType 'CardHeaderSlots' does not satisfy the constraint 'SlotPropsRecord'.
|
||
Property 'image' is incompatible with index signature.
|
||
Type 'WithSlotShorthandValue<{ as?: "div"; } & Omit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & { ...; } & { ...; }> | ({ ...; } & ... 1 more ... & { ...; })' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
|
||
Type '{ as: "img"; } & Omit<Omit<DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref"> & { ...; }, "children"> & { ...; }' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
|
||
Type '{ as: "img"; } & Omit<Omit<DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref"> & { ...; }, "children"> & { ...; }' is not assignable to type 'UnknownSlotProps'.
|
||
Type '{ as: "img"; } & Omit<Omit<DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref"> & { ...; }, "children"> & { ...; }' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
|
||
Types of property 'children' are incompatible.
|
||
Type 'SlotRenderFunction<Omit<Omit<DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref"> & { ...; }, "children">>' is not assignable to type 'ReactNode'.
|
||
|
||
[7m123[0m export declare type CardHeaderState = ComponentState<CardHeaderSlots>;
|
||
[7m [0m [91m ~~~~~~~~~~~~~~~[0m
|
||
|
||
[96mnode_modules/@fluentui/react-card/dist/index.d.ts[0m:[93m152[0m:[93m55[0m - [91merror[0m[90m TS2344: [0mType 'CardPreviewSlots' does not satisfy the constraint 'SlotPropsRecord'.
|
||
Property 'logo' is incompatible with index signature.
|
||
Type 'WithSlotShorthandValue<{ as?: "div"; } & Omit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & { ...; } & { ...; }> | ({ ...; } & ... 1 more ... & { ...; })' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
|
||
Type '{ as: "img"; } & Omit<Omit<DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref"> & { ...; }, "children"> & { ...; }' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
|
||
Type '{ as: "img"; } & Omit<Omit<DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref"> & { ...; }, "children"> & { ...; }' is not assignable to type 'UnknownSlotProps'.
|
||
Type '{ as: "img"; } & Omit<Omit<DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref"> & { ...; }, "children"> & { ...; }' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
|
||
Types of property 'children' are incompatible.
|
||
Type 'SlotRenderFunction<Omit<Omit<DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref"> & { ...; }, "children">>' is not assignable to type 'ReactNode'.
|
||
|
||
[7m152[0m export declare type CardPreviewProps = ComponentProps<CardPreviewSlots>;
|
||
[7m [0m [91m ~~~~~~~~~~~~~~~~[0m
|
||
|
||
[96mnode_modules/@fluentui/react-card/dist/index.d.ts[0m:[93m171[0m:[93m55[0m - [91merror[0m[90m TS2344: [0mType 'CardPreviewSlots' does not satisfy the constraint 'SlotPropsRecord'.
|
||
Property 'logo' is incompatible with index signature.
|
||
Type 'WithSlotShorthandValue<{ as?: "div"; } & Omit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & { ...; } & { ...; }> | ({ ...; } & ... 1 more ... & { ...; })' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
|
||
Type '{ as: "img"; } & Omit<Omit<DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref"> & { ...; }, "children"> & { ...; }' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
|
||
Type '{ as: "img"; } & Omit<Omit<DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref"> & { ...; }, "children"> & { ...; }' is not assignable to type 'UnknownSlotProps'.
|
||
Type '{ as: "img"; } & Omit<Omit<DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref"> & { ...; }, "children"> & { ...; }' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
|
||
Types of property 'children' are incompatible.
|
||
Type 'SlotRenderFunction<Omit<Omit<DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref"> & { ...; }, "children">>' is not assignable to type 'ReactNode'.
|
||
|
||
[7m171[0m export declare type CardPreviewState = ComponentState<CardPreviewSlots>;
|
||
[7m [0m [91m ~~~~~~~~~~~~~~~~[0m
|
||
|
||
[96mnode_modules/@fluentui/react-card/dist/index.d.ts[0m:[93m176[0m:[93m48[0m - [91merror[0m[90m TS2344: [0mType 'CardSlots' does not satisfy the constraint 'SlotPropsRecord'.
|
||
Property 'checkbox' is incompatible with index signature.
|
||
Type '{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
|
||
Type '{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }' is not assignable to type 'UnknownSlotProps'.
|
||
Type '{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
|
||
Types of property 'children' are incompatible.
|
||
Type 'SlotRenderFunction<Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children">>' is not assignable to type 'ReactNode'.
|
||
|
||
[7m176[0m export declare type CardProps = ComponentProps<CardSlots> & {
|
||
[7m [0m [91m ~~~~~~~~~[0m
|
||
|
||
[96mnode_modules/@fluentui/react-card/dist/index.d.ts[0m:[93m273[0m:[93m48[0m - [91merror[0m[90m TS2344: [0mType 'CardSlots' does not satisfy the constraint 'SlotPropsRecord'.
|
||
Property 'checkbox' is incompatible with index signature.
|
||
Type '{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
|
||
Type '{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }' is not assignable to type 'UnknownSlotProps'.
|
||
Type '{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
|
||
Types of property 'children' are incompatible.
|
||
Type 'SlotRenderFunction<Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children">>' is not assignable to type 'ReactNode'.
|
||
|
||
[7m273[0m export declare type CardState = ComponentState<CardSlots> & CardContextValue & Required<Pick<CardProps, 'appearance' | 'orientation' | 'size'> & {
|
||
[7m [0m [91m ~~~~~~~~~[0m
|
||
|
||
[96mnode_modules/@fluentui/react-carousel/dist/index.d.ts[0m:[93m220[0m:[93m64[0m - [91merror[0m[90m TS2344: [0mType 'CarouselNavContainerSlots' does not satisfy the constraint 'SlotPropsRecord'.
|
||
Property 'nextTooltip' is incompatible with index signature.
|
||
Type 'WithSlotShorthandValue<TooltipProps>' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
|
||
Type 'TooltipProps' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
|
||
Type 'TooltipProps' is not assignable to type 'UnknownSlotProps'.
|
||
Type 'TooltipProps' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
|
||
Types of property 'children' are incompatible.
|
||
Type 'ReactElement<any, string | JSXElementConstructor<any>> | ((props: TooltipTriggerProps) => ReactElement<any, string | JSXElementConstructor<...>>)' is not assignable to type 'ReactNode'.
|
||
Type '(props: TooltipTriggerProps) => ReactElement<any, string | JSXElementConstructor<any>>' is not assignable to type 'ReactNode'.
|
||
|
||
[7m220[0m export declare type CarouselNavContainerProps = ComponentProps<CarouselNavContainerSlots> & {
|
||
[7m [0m [91m ~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
[96mnode_modules/@fluentui/react-carousel/dist/index.d.ts[0m:[93m241[0m:[93m24[0m - [91merror[0m[90m TS2344: [0mType 'TooltipProps' does not satisfy the constraint 'ComponentType<{}> | UnknownSlotProps | keyof IntrinsicElements | VoidFunctionComponent<{}>'.
|
||
Type 'TooltipProps' is not assignable to type 'UnknownSlotProps'.
|
||
Type 'TooltipProps' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
|
||
Types of property 'children' are incompatible.
|
||
Type 'ReactElement<any, string | JSXElementConstructor<any>> | ((props: TooltipTriggerProps) => ReactElement<any, string | JSXElementConstructor<...>>)' is not assignable to type 'ReactNode'.
|
||
Type '(props: TooltipTriggerProps) => ReactElement<any, string | JSXElementConstructor<any>>' is not assignable to type 'ReactNode'.
|
||
|
||
[7m241[0m nextTooltip?: Slot<TooltipProps>;
|
||
[7m [0m [91m ~~~~~~~~~~~~[0m
|
||
|
||
[96mnode_modules/@fluentui/react-carousel/dist/index.d.ts[0m:[93m243[0m:[93m24[0m - [91merror[0m[90m TS2344: [0mType 'TooltipProps' does not satisfy the constraint 'ComponentType<{}> | UnknownSlotProps | keyof IntrinsicElements | VoidFunctionComponent<{}>'.
|
||
Type 'TooltipProps' is not assignable to type 'UnknownSlotProps'.
|
||
Type 'TooltipProps' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
|
||
Types of property 'children' are incompatible.
|
||
Type 'ReactElement<any, string | JSXElementConstructor<any>> | ((props: TooltipTriggerProps) => ReactElement<any, string | JSXElementConstructor<...>>)' is not assignable to type 'ReactNode'.
|
||
Type '(props: TooltipTriggerProps) => ReactElement<any, string | JSXElementConstructor<any>>' is not assignable to type 'ReactNode'.
|
||
|
||
[7m243[0m prevTooltip?: Slot<TooltipProps>;
|
||
[7m [0m [91m ~~~~~~~~~~~~[0m
|
||
|
||
[96mnode_modules/@fluentui/react-carousel/dist/index.d.ts[0m:[93m245[0m:[93m28[0m - [91merror[0m[90m TS2344: [0mType 'TooltipProps' does not satisfy the constraint 'ComponentType<{}> | UnknownSlotProps | keyof IntrinsicElements | VoidFunctionComponent<{}>'.
|
||
Type 'TooltipProps' is not assignable to type 'UnknownSlotProps'.
|
||
Type 'TooltipProps' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
|
||
Types of property 'children' are incompatible.
|
||
Type 'ReactElement<any, string | JSXElementConstructor<any>> | ((props: TooltipTriggerProps) => ReactElement<any, string | JSXElementConstructor<...>>)' is not assignable to type 'ReactNode'.
|
||
Type '(props: TooltipTriggerProps) => ReactElement<any, string | JSXElementConstructor<any>>' is not assignable to type 'ReactNode'.
|
||
|
||
[7m245[0m autoplayTooltip?: Slot<TooltipProps>;
|
||
[7m [0m [91m ~~~~~~~~~~~~[0m
|
||
|
||
[96mnode_modules/@fluentui/react-carousel/dist/index.d.ts[0m:[93m251[0m:[93m64[0m - [91merror[0m[90m TS2344: [0mType 'CarouselNavContainerSlots' does not satisfy the constraint 'SlotPropsRecord'.
|
||
Property 'nextTooltip' is incompatible with index signature.
|
||
Type 'WithSlotShorthandValue<TooltipProps>' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
|
||
Type 'TooltipProps' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
|
||
Type 'TooltipProps' is not assignable to type 'UnknownSlotProps'.
|
||
Type 'TooltipProps' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
|
||
Types of property 'children' are incompatible.
|
||
Type 'ReactElement<any, string | JSXElementConstructor<any>> | ((props: TooltipTriggerProps) => ReactElement<any, string | JSXElementConstructor<...>>)' is not assignable to type 'ReactNode'.
|
||
Type '(props: TooltipTriggerProps) => ReactElement<any, string | JSXElementConstructor<any>>' is not assignable to type 'ReactNode'.
|
||
|
||
[7m251[0m export declare type CarouselNavContainerState = ComponentState<CarouselNavContainerSlots> & Pick<CarouselNavContainerProps, 'layout'>;
|
||
[7m [0m [91m ~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
[96mnode_modules/@fluentui/react-carousel/dist/index.d.ts[0m:[93m273[0m:[93m66[0m - [91merror[0m[90m TS2344: [0mType 'CarouselNavImageButtonSlots' does not satisfy the constraint 'SlotPropsRecord'.
|
||
Property 'image' is incompatible with index signature.
|
||
Type 'NonNullable<{ as?: "img"; } & Omit<Omit<DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
|
||
Type 'NonNullable<{ as?: "img"; } & Omit<Omit<DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'UnknownSlotProps'.
|
||
Type 'NonNullable<{ as?: "img"; } & Omit<Omit<DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
|
||
Types of property 'children' are incompatible.
|
||
Type 'SlotRenderFunction<Omit<Omit<DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref"> & { ...; }, "children">>' is not assignable to type 'ReactNode'.
|
||
|
||
[7m273[0m export declare type CarouselNavImageButtonProps = ComponentProps<CarouselNavImageButtonSlots> & {};
|
||
[7m [0m [91m ~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
[96mnode_modules/@fluentui/react-carousel/dist/index.d.ts[0m:[93m289[0m:[93m66[0m - [91merror[0m[90m TS2344: [0mType 'CarouselNavImageButtonSlots' does not satisfy the constraint 'SlotPropsRecord'.
|
||
Property 'image' is incompatible with index signature.
|
||
Type 'NonNullable<{ as?: "img"; } & Omit<Omit<DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
|
||
Type 'NonNullable<{ as?: "img"; } & Omit<Omit<DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'UnknownSlotProps'.
|
||
Type 'NonNullable<{ as?: "img"; } & Omit<Omit<DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
|
||
Types of property 'children' are incompatible.
|
||
Type 'SlotRenderFunction<Omit<Omit<DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref"> & { ...; }, "children">>' is not assignable to type 'ReactNode'.
|
||
|
||
[7m289[0m export declare type CarouselNavImageButtonState = ComponentState<CarouselNavImageButtonSlots> & {
|
||
[7m [0m [91m ~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
[96mnode_modules/@fluentui/react-checkbox/dist/index.d.ts[0m:[93m29[0m:[93m57[0m - [91merror[0m[90m TS2344: [0mType 'Partial<CheckboxSlots>' does not satisfy the constraint 'SlotPropsRecord'.
|
||
Property 'input' is incompatible with index signature.
|
||
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
|
||
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'UnknownSlotProps'.
|
||
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
|
||
Types of property 'children' are incompatible.
|
||
Type 'SlotRenderFunction<Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children">>' is not assignable to type 'ReactNode'.
|
||
|
||
[7m29[0m export declare type CheckboxProps = Omit<ComponentProps<Partial<CheckboxSlots>, 'input'>, 'checked' | 'defaultChecked' | 'onChange' | 'size'> & {
|
||
[7m [0m [91m ~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
[96mnode_modules/@fluentui/react-checkbox/dist/index.d.ts[0m:[93m99[0m:[93m52[0m - [91merror[0m[90m TS2344: [0mType 'CheckboxSlots' does not satisfy the constraint 'SlotPropsRecord'.
|
||
Property 'input' is incompatible with index signature.
|
||
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
|
||
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'UnknownSlotProps'.
|
||
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
|
||
Types of property 'children' are incompatible.
|
||
Type 'SlotRenderFunction<Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children">>' is not assignable to type 'ReactNode'.
|
||
|
||
[7m99[0m export declare type CheckboxState = ComponentState<CheckboxSlots> & Required<Pick<CheckboxProps, 'checked' | 'disabled' | 'labelPosition' | 'shape' | 'size'>>;
|
||
[7m [0m [91m ~~~~~~~~~~~~~[0m
|
||
|
||
[96mnode_modules/@fluentui/react-combobox/dist/index.d.ts[0m:[93m180[0m:[93m57[0m - [91merror[0m[90m TS2344: [0mType 'Partial<ComboboxSlots>' does not satisfy the constraint 'SlotPropsRecord'.
|
||
Property 'input' is incompatible with index signature.
|
||
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
|
||
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'UnknownSlotProps'.
|
||
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
|
||
Types of property 'children' are incompatible.
|
||
Type 'SlotRenderFunction<Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children">>' is not assignable to type 'ReactNode'.
|
||
|
||
[7m180[0m export declare type ComboboxProps = Omit<ComponentProps<Partial<ComboboxSlots>, 'input'>, 'children' | 'size'> & ComboboxBaseProps & {
|
||
[7m [0m [91m ~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
[96mnode_modules/@fluentui/react-combobox/dist/index.d.ts[0m:[93m211[0m:[93m52[0m - [91merror[0m[90m TS2344: [0mType 'ComboboxSlots' does not satisfy the constraint 'SlotPropsRecord'.
|
||
Property 'input' is incompatible with index signature.
|
||
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
|
||
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'UnknownSlotProps'.
|
||
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
|
||
Types of property 'children' are incompatible.
|
||
Type 'SlotRenderFunction<Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children">>' is not assignable to type 'ReactNode'.
|
||
|
||
[7m211[0m export declare type ComboboxState = ComponentState<ComboboxSlots> & ComboboxBaseState & {
|
||
[7m [0m [91m ~~~~~~~~~~~~~[0m
|
||
|
||
[96mnode_modules/@fluentui/react-dialog/dist/index.d.ts[0m:[93m156[0m:[93m50[0m - [91merror[0m[90m TS2344: [0mType 'Partial<DialogSlots>' does not satisfy the constraint 'SlotPropsRecord'.
|
||
Property 'surfaceMotion' is incompatible with index signature.
|
||
Type 'PresenceMotionSlotProps' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
|
||
Type 'PresenceMotionSlotProps' is not assignable to type 'UnknownSlotProps'.
|
||
Type 'PresenceMotionSlotProps' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
|
||
Types of property 'children' are incompatible.
|
||
Type 'SlotRenderFunction<PresenceMotionSlotRenderProps & { children: ReactElement<any, string | JSXElementConstructor<any>>; }>' is not assignable to type 'ReactNode'.
|
||
|
||
[7m156[0m export declare type DialogProps = ComponentProps<Partial<DialogSlots>> & {
|
||
[7m [0m [91m ~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
[96mnode_modules/@fluentui/react-dialog/dist/index.d.ts[0m:[93m215[0m:[93m25[0m - [91merror[0m[90m TS2344: [0mType 'PresenceMotionSlotProps' does not satisfy the constraint 'ComponentType<{}> | UnknownSlotProps | keyof IntrinsicElements | VoidFunctionComponent<{}>'.
|
||
Type 'PresenceMotionSlotProps' is not assignable to type 'UnknownSlotProps'.
|
||
Type 'PresenceMotionSlotProps' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
|
||
Types of property 'children' are incompatible.
|
||
Type 'SlotRenderFunction<PresenceMotionSlotRenderProps & { children: ReactElement<any, string | JSXElementConstructor<any>>; }>' is not assignable to type 'ReactNode'.
|
||
|
||
[7m215[0m surfaceMotion: Slot<PresenceMotionSlotProps>;
|
||
[7m [0m [91m ~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
[96mnode_modules/@fluentui/react-dialog/dist/index.d.ts[0m:[93m218[0m:[93m50[0m - [91merror[0m[90m TS2344: [0mType 'InternalDialogSlots' does not satisfy the constraint 'SlotPropsRecord'.
|
||
Property 'surfaceMotion' is incompatible with index signature.
|
||
Type 'NonNullable<PresenceMotionSlotProps>' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
|
||
Type 'NonNullable<PresenceMotionSlotProps>' is not assignable to type 'UnknownSlotProps'.
|
||
Type 'NonNullable<PresenceMotionSlotProps>' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
|
||
Types of property 'children' are incompatible.
|
||
Type 'SlotRenderFunction<PresenceMotionSlotRenderProps & { children: ReactElement<any, string | JSXElementConstructor<any>>; }>' is not assignable to type 'ReactNode'.
|
||
|
||
[7m218[0m export declare type DialogState = ComponentState<InternalDialogSlots> & DialogContextValue & {
|
||
[7m [0m [91m ~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
[96mnode_modules/@fluentui/react-dialog/dist/index.d.ts[0m:[93m245[0m:[93m57[0m - [91merror[0m[90m TS2344: [0mType 'Partial<DialogSurfaceSlots>' does not satisfy the constraint 'SlotPropsRecord'.
|
||
Property 'backdropMotion' is incompatible with index signature.
|
||
Type 'PresenceMotionSlotProps' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
|
||
Type 'PresenceMotionSlotProps' is not assignable to type 'UnknownSlotProps'.
|
||
Type 'PresenceMotionSlotProps' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
|
||
Types of property 'children' are incompatible.
|
||
Type 'SlotRenderFunction<PresenceMotionSlotRenderProps & { children: ReactElement<any, string | JSXElementConstructor<any>>; }>' is not assignable to type 'ReactNode'.
|
||
|
||
[7m245[0m export declare type DialogSurfaceProps = ComponentProps<Partial<DialogSurfaceSlots>> & Pick<PortalProps, 'mountNode'>;
|
||
[7m [0m [91m ~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
[96mnode_modules/@fluentui/react-dialog/dist/index.d.ts[0m:[93m263[0m:[93m26[0m - [91merror[0m[90m TS2344: [0mType 'PresenceMotionSlotProps' does not satisfy the constraint 'ComponentType<{}> | UnknownSlotProps | keyof IntrinsicElements | VoidFunctionComponent<{}>'.
|
||
Type 'PresenceMotionSlotProps' is not assignable to type 'UnknownSlotProps'.
|
||
Type 'PresenceMotionSlotProps' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
|
||
Types of property 'children' are incompatible.
|
||
Type 'SlotRenderFunction<PresenceMotionSlotRenderProps & { children: ReactElement<any, string | JSXElementConstructor<any>>; }>' is not assignable to type 'ReactNode'.
|
||
|
||
[7m263[0m backdropMotion: Slot<PresenceMotionSlotProps>;
|
||
[7m [0m [91m ~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
[96mnode_modules/@fluentui/react-dialog/dist/index.d.ts[0m:[93m269[0m:[93m57[0m - [91merror[0m[90m TS2344: [0mType 'DialogSurfaceSlots' does not satisfy the constraint 'SlotPropsRecord'.
|
||
Property 'backdropMotion' is incompatible with index signature.
|
||
Type 'PresenceMotionSlotProps' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
|
||
Type 'PresenceMotionSlotProps' is not assignable to type 'UnknownSlotProps'.
|
||
Type 'PresenceMotionSlotProps' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
|
||
Types of property 'children' are incompatible.
|
||
Type 'SlotRenderFunction<PresenceMotionSlotRenderProps & { children: ReactElement<any, string | JSXElementConstructor<any>>; }>' is not assignable to type 'ReactNode'.
|
||
|
||
[7m269[0m export declare type DialogSurfaceState = ComponentState<DialogSurfaceSlots> & Pick<DialogContextValue, 'isNestedDialog'> & Pick<PortalProps, 'mountNode'> & {
|
||
[7m [0m [91m ~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
[96mnode_modules/@fluentui/react-dialog/dist/index.d.ts[0m:[93m352[0m:[93m37[0m - [91merror[0m[90m TS2344: [0mType 'PresenceMotionSlotProps' does not satisfy the constraint 'ComponentType<{}> | UnknownSlotProps | keyof IntrinsicElements | VoidFunctionComponent<{}>'.
|
||
Type 'PresenceMotionSlotProps' is not assignable to type 'UnknownSlotProps'.
|
||
Type 'PresenceMotionSlotProps' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
|
||
Types of property 'children' are incompatible.
|
||
Type 'SlotRenderFunction<PresenceMotionSlotRenderProps & { children: ReactElement<any, string | JSXElementConstructor<any>>; }>' is not assignable to type 'ReactNode'.
|
||
|
||
[7m352[0m surfaceMotion: NonNullable<Slot<PresenceMotionSlotProps>>;
|
||
[7m [0m [91m ~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
[96mnode_modules/@fluentui/react-drawer/dist/index.d.ts[0m:[93m221[0m:[93m56[0m - [91merror[0m[90m TS2344: [0mType 'InlineDrawerSlots' does not satisfy the constraint 'SlotPropsRecord'.
|
||
Property 'surfaceMotion' is incompatible with index signature.
|
||
Type 'SurfaceMotionSlotProps' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
|
||
Type 'SurfaceMotionSlotProps' is not assignable to type 'UnknownSlotProps'.
|
||
Type 'SurfaceMotionSlotProps' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
|
||
Types of property 'children' are incompatible.
|
||
Type 'SlotRenderFunction<PresenceMotionSlotRenderProps & Required<Pick<DrawerBaseProps, "position" | "size"> & Pick<ProviderContextValue_unstable, "dir">> & { ...; }>' is not assignable to type 'ReactNode'.
|
||
|
||
[7m221[0m export declare type InlineDrawerProps = ComponentProps<InlineDrawerSlots> & DrawerBaseProps & {
|
||
[7m [0m [91m ~~~~~~~~~~~~~~~~~[0m
|
||
|
||
[96mnode_modules/@fluentui/react-drawer/dist/index.d.ts[0m:[93m232[0m:[93m26[0m - [91merror[0m[90m TS2344: [0mType 'SurfaceMotionSlotProps' does not satisfy the constraint 'ComponentType<{}> | UnknownSlotProps | keyof IntrinsicElements | VoidFunctionComponent<{}>'.
|
||
Type 'SurfaceMotionSlotProps' is not assignable to type 'UnknownSlotProps'.
|
||
Type 'SurfaceMotionSlotProps' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
|
||
Types of property 'children' are incompatible.
|
||
Type 'SlotRenderFunction<PresenceMotionSlotRenderProps & Required<Pick<DrawerBaseProps, "position" | "size"> & Pick<ProviderContextValue_unstable, "dir">> & { ...; }>' is not assignable to type 'ReactNode'.
|
||
|
||
[7m232[0m surfaceMotion?: Slot<SurfaceMotionSlotProps>;
|
||
[7m [0m [91m ~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
[96mnode_modules/@fluentui/react-drawer/dist/index.d.ts[0m:[93m238[0m:[93m65[0m - [91merror[0m[90m TS2344: [0mType 'InlineDrawerSlots' does not satisfy the constraint 'SlotPropsRecord'.
|
||
Property 'surfaceMotion' is incompatible with index signature.
|
||
Type 'SurfaceMotionSlotProps' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
|
||
Type 'SurfaceMotionSlotProps' is not assignable to type 'UnknownSlotProps'.
|
||
Type 'SurfaceMotionSlotProps' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
|
||
Types of property 'children' are incompatible.
|
||
Type 'SlotRenderFunction<PresenceMotionSlotRenderProps & Required<Pick<DrawerBaseProps, "position" | "size"> & Pick<ProviderContextValue_unstable, "dir">> & { ...; }>' is not assignable to type 'ReactNode'.
|
||
|
||
[7m238[0m export declare type InlineDrawerState = Required<ComponentState<NonNullable<InlineDrawerSlots>> & DrawerBaseState & Pick<InlineDrawerProps, 'separator'>>;
|
||
[7m [0m [91m ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
[96mnode_modules/@fluentui/react-drawer/dist/index.d.ts[0m:[93m290[0m:[93m57[0m - [91merror[0m[90m TS2344: [0mType 'OverlayDrawerSlots' does not satisfy the constraint 'SlotPropsRecord'.
|
||
Property 'backdropMotion' is incompatible with index signature.
|
||
Type 'PresenceMotionSlotProps<Required<Pick<DrawerBaseProps, "size">>>' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
|
||
Type 'PresenceMotionSlotProps<Required<Pick<DrawerBaseProps, "size">>>' is not assignable to type 'UnknownSlotProps'.
|
||
Type 'PresenceMotionSlotProps<Required<Pick<DrawerBaseProps, "size">>>' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
|
||
Types of property 'children' are incompatible.
|
||
Type 'SlotRenderFunction<PresenceMotionSlotRenderProps & Required<Pick<DrawerBaseProps, "size">> & { children: ReactElement<any, string | JSXElementConstructor<...>>; }>' is not assignable to type 'ReactNode'.
|
||
|
||
[7m290[0m export declare type OverlayDrawerProps = ComponentProps<OverlayDrawerSlots> & Pick<DialogProps, 'modalType' | 'onOpenChange' | 'inertTrapFocus'> & DrawerBaseProps & {
|
||
[7m [0m [91m ~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
[96mnode_modules/@fluentui/react-drawer/dist/index.d.ts[0m:[93m310[0m:[93m27[0m - [91merror[0m[90m TS2344: [0mType 'PresenceMotionSlotProps<Required<Pick<DrawerBaseProps, "size">>>' does not satisfy the constraint 'ComponentType<{}> | UnknownSlotProps | keyof IntrinsicElements | VoidFunctionComponent<{}>'.
|
||
Type 'PresenceMotionSlotProps<Required<Pick<DrawerBaseProps, "size">>>' is not assignable to type 'UnknownSlotProps'.
|
||
Type 'PresenceMotionSlotProps<Required<Pick<DrawerBaseProps, "size">>>' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
|
||
Types of property 'children' are incompatible.
|
||
Type 'SlotRenderFunction<PresenceMotionSlotRenderProps & Required<Pick<DrawerBaseProps, "size">> & { children: ReactElement<any, string | JSXElementConstructor<...>>; }>' is not assignable to type 'ReactNode'.
|
||
|
||
[7m310[0m backdropMotion?: Slot<PresenceMotionSlotProps<OverlayDrawerSurfaceMotionParams>>;
|
||
[7m [0m [91m ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
[96mnode_modules/@fluentui/react-drawer/dist/index.d.ts[0m:[93m315[0m:[93m26[0m - [91merror[0m[90m TS2344: [0mType 'PresenceMotionSlotProps<Required<Pick<DrawerBaseProps, "position" | "size"> & Pick<ProviderContextValue_unstable, "dir">>>' does not satisfy the constraint 'ComponentType<{}> | UnknownSlotProps | keyof IntrinsicElements | VoidFunctionComponent<{}>'.
|
||
Type 'PresenceMotionSlotProps<Required<Pick<DrawerBaseProps, "position" | "size"> & Pick<ProviderContextValue_unstable, "dir">>>' is not assignable to type 'UnknownSlotProps'.
|
||
Type 'PresenceMotionSlotProps<Required<Pick<DrawerBaseProps, "position" | "size"> & Pick<ProviderContextValue_unstable, "dir">>>' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
|
||
Types of property 'children' are incompatible.
|
||
Type 'SlotRenderFunction<PresenceMotionSlotRenderProps & Required<Pick<DrawerBaseProps, "position" | "size"> & Pick<ProviderContextValue_unstable, "dir">> & { ...; }>' is not assignable to type 'ReactNode'.
|
||
|
||
[7m315[0m surfaceMotion?: Slot<PresenceMotionSlotProps<DrawerMotionParams>>;
|
||
[7m [0m [91m ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
[96mnode_modules/@fluentui/react-drawer/dist/index.d.ts[0m:[93m330[0m:[93m57[0m - [91merror[0m[90m TS2344: [0mType 'OverlayDrawerSurfaceSlots' does not satisfy the constraint 'SlotPropsRecord'.
|
||
Property 'backdropMotion' is incompatible with index signature.
|
||
Type 'PresenceMotionSlotProps' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
|
||
Type 'PresenceMotionSlotProps' is not assignable to type 'UnknownSlotProps'.
|
||
Type 'PresenceMotionSlotProps' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
|
||
Types of property 'children' are incompatible.
|
||
Type 'SlotRenderFunction<PresenceMotionSlotRenderProps & { children: ReactElement<any, string | JSXElementConstructor<any>>; }>' is not assignable to type 'ReactNode'.
|
||
|
||
[7m330[0m declare type OverlayDrawerSurfaceProps = ComponentProps<OverlayDrawerSurfaceSlots> & Pick<DialogSurfaceProps, 'mountNode'>;
|
||
[7m [0m [91m ~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
[96mnode_modules/@fluentui/react-image/dist/index.d.ts[0m:[93m16[0m:[93m49[0m - [91merror[0m[90m TS2344: [0mType 'ImageSlots' does not satisfy the constraint 'SlotPropsRecord'.
|
||
Property 'root' is incompatible with index signature.
|
||
Type '{ as?: "img"; } & Omit<Omit<DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref"> & { ...; }, "children"> & { ...; }' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
|
||
Type '{ as?: "img"; } & Omit<Omit<DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref"> & { ...; }, "children"> & { ...; }' is not assignable to type 'UnknownSlotProps'.
|
||
Type '{ as?: "img"; } & Omit<Omit<DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref"> & { ...; }, "children"> & { ...; }' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
|
||
Types of property 'children' are incompatible.
|
||
Type 'SlotRenderFunction<Omit<Omit<DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref"> & { ...; }, "children">>' is not assignable to type 'ReactNode'.
|
||
|
||
[7m16[0m export declare type ImageProps = ComponentProps<ImageSlots> & {
|
||
[7m [0m [91m ~~~~~~~~~~[0m
|
||
|
||
[96mnode_modules/@fluentui/react-image/dist/index.d.ts[0m:[93m53[0m:[93m49[0m - [91merror[0m[90m TS2344: [0mType 'ImageSlots' does not satisfy the constraint 'SlotPropsRecord'.
|
||
Property 'root' is incompatible with index signature.
|
||
Type '{ as?: "img"; } & Omit<Omit<DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref"> & { ...; }, "children"> & { ...; }' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
|
||
Type '{ as?: "img"; } & Omit<Omit<DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref"> & { ...; }, "children"> & { ...; }' is not assignable to type 'UnknownSlotProps'.
|
||
Type '{ as?: "img"; } & Omit<Omit<DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref"> & { ...; }, "children"> & { ...; }' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
|
||
Types of property 'children' are incompatible.
|
||
Type 'SlotRenderFunction<Omit<Omit<DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref"> & { ...; }, "children">>' is not assignable to type 'ReactNode'.
|
||
|
||
[7m53[0m export declare type ImageState = ComponentState<ImageSlots> & Required<Pick<ImageProps, 'block' | 'bordered' | 'fit' | 'shadow' | 'shape'>>;
|
||
[7m [0m [91m ~~~~~~~~~~[0m
|
||
|
||
[96mnode_modules/@fluentui/react-input/dist/index.d.ts[0m:[93m25[0m:[93m54[0m - [91merror[0m[90m TS2344: [0mType 'Partial<InputSlots>' does not satisfy the constraint 'SlotPropsRecord'.
|
||
Property 'input' is incompatible with index signature.
|
||
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
|
||
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'UnknownSlotProps'.
|
||
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
|
||
Types of property 'children' are incompatible.
|
||
Type 'SlotRenderFunction<Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children">>' is not assignable to type 'ReactNode'.
|
||
|
||
[7m25[0m export declare type InputProps = Omit<ComponentProps<Partial<InputSlots>, 'input'>, 'children' | 'defaultValue' | 'onChange' | 'size' | 'type' | 'value'> & {
|
||
[7m [0m [91m ~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
[96mnode_modules/@fluentui/react-input/dist/index.d.ts[0m:[93m98[0m:[93m101[0m - [91merror[0m[90m TS2344: [0mType 'InputSlots' does not satisfy the constraint 'SlotPropsRecord'.
|
||
Property 'input' is incompatible with index signature.
|
||
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
|
||
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'UnknownSlotProps'.
|
||
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
|
||
Types of property 'children' are incompatible.
|
||
Type 'SlotRenderFunction<Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children">>' is not assignable to type 'ReactNode'.
|
||
|
||
[7m98[0m export declare type InputState = Required<Pick<InputProps, 'appearance' | 'size'>> & ComponentState<InputSlots>;
|
||
[7m [0m [91m ~~~~~~~~~~[0m
|
||
|
||
[96mnode_modules/@fluentui/react-radio/dist/index.d.ts[0m:[93m107[0m:[93m54[0m - [91merror[0m[90m TS2344: [0mType 'Partial<RadioSlots>' does not satisfy the constraint 'SlotPropsRecord'.
|
||
Property 'input' is incompatible with index signature.
|
||
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
|
||
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'UnknownSlotProps'.
|
||
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
|
||
Types of property 'children' are incompatible.
|
||
Type 'SlotRenderFunction<Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children">>' is not assignable to type 'ReactNode'.
|
||
|
||
[7m107[0m export declare type RadioProps = Omit<ComponentProps<Partial<RadioSlots>, 'input'>, 'onChange' | 'size'> & {
|
||
[7m [0m [91m ~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
[96mnode_modules/@fluentui/react-radio/dist/index.d.ts[0m:[93m162[0m:[93m49[0m - [91merror[0m[90m TS2344: [0mType 'RadioSlots' does not satisfy the constraint 'SlotPropsRecord'.
|
||
Property 'input' is incompatible with index signature.
|
||
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
|
||
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'UnknownSlotProps'.
|
||
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
|
||
Types of property 'children' are incompatible.
|
||
Type 'SlotRenderFunction<Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children">>' is not assignable to type 'ReactNode'.
|
||
|
||
[7m162[0m export declare type RadioState = ComponentState<RadioSlots> & Required<Pick<RadioProps, 'labelPosition'>>;
|
||
[7m [0m [91m ~~~~~~~~~~[0m
|
||
|
||
[96mnode_modules/@fluentui/react-rating/dist/index.d.ts[0m:[93m101[0m:[93m54[0m - [91merror[0m[90m TS2344: [0mType 'Partial<RatingItemSlots>' does not satisfy the constraint 'SlotPropsRecord'.
|
||
Property 'halfValueInput' is incompatible with index signature.
|
||
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
|
||
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'UnknownSlotProps'.
|
||
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
|
||
Types of property 'children' are incompatible.
|
||
Type 'SlotRenderFunction<Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children">>' is not assignable to type 'ReactNode'.
|
||
|
||
[7m101[0m export declare type RatingItemProps = ComponentProps<Partial<RatingItemSlots>> & {
|
||
[7m [0m [91m ~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
[96mnode_modules/@fluentui/react-rating/dist/index.d.ts[0m:[93m137[0m:[93m54[0m - [91merror[0m[90m TS2344: [0mType 'RatingItemSlots' does not satisfy the constraint 'SlotPropsRecord'.
|
||
Property 'halfValueInput' is incompatible with index signature.
|
||
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
|
||
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'UnknownSlotProps'.
|
||
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
|
||
Types of property 'children' are incompatible.
|
||
Type 'SlotRenderFunction<Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children">>' is not assignable to type 'ReactNode'.
|
||
|
||
[7m137[0m export declare type RatingItemState = ComponentState<RatingItemSlots> & Required<Pick<RatingItemProps, 'value'>> & Pick<RatingState, 'color' | 'step' | 'size'> & {
|
||
[7m [0m [91m ~~~~~~~~~~~~~~~[0m
|
||
|
||
[96mnode_modules/@fluentui/react-search/dist/index.d.ts[0m:[93m32[0m:[93m58[0m - [91merror[0m[90m TS2344: [0mType 'Partial<SearchBoxSlots>' does not satisfy the constraint 'SlotPropsRecord'.
|
||
Property 'input' is incompatible with index signature.
|
||
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
|
||
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'UnknownSlotProps'.
|
||
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
|
||
Types of property 'children' are incompatible.
|
||
Type 'SlotRenderFunction<Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children">>' is not assignable to type 'ReactNode'.
|
||
|
||
[7m32[0m export declare type SearchBoxProps = Omit<ComponentProps<Partial<SearchBoxSlots>, 'input'>, 'children' | 'defaultValue' | 'onChange' | 'size' | 'type' | 'value'> & Omit<InputProps, 'onChange'> & {
|
||
[7m [0m [91m ~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
[96mnode_modules/@fluentui/react-search/dist/index.d.ts[0m:[93m50[0m:[93m53[0m - [91merror[0m[90m TS2344: [0mType 'SearchBoxSlots' does not satisfy the constraint 'SlotPropsRecord'.
|
||
Property 'input' is incompatible with index signature.
|
||
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
|
||
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'UnknownSlotProps'.
|
||
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
|
||
Types of property 'children' are incompatible.
|
||
Type 'SlotRenderFunction<Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children">>' is not assignable to type 'ReactNode'.
|
||
|
||
[7m50[0m export declare type SearchBoxState = ComponentState<SearchBoxSlots> & InputState & Required<Pick<InputState, 'size'>> & Required<Pick<SearchBoxProps, 'disabled'>> & {
|
||
[7m [0m [91m ~~~~~~~~~~~~~~[0m
|
||
|
||
[96mnode_modules/@fluentui/react-slider/dist/index.d.ts[0m:[93m38[0m:[93m55[0m - [91merror[0m[90m TS2344: [0mType 'Partial<SliderSlots>' does not satisfy the constraint 'SlotPropsRecord'.
|
||
Property 'input' is incompatible with index signature.
|
||
Type '{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; } & { ...; }' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
|
||
Type '{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; } & { ...; }' is not assignable to type 'UnknownSlotProps'.
|
||
Type '{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; } & { ...; }' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
|
||
Types of property 'children' are incompatible.
|
||
Type 'SlotRenderFunction<Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children">>' is not assignable to type 'ReactNode'.
|
||
|
||
[7m38[0m export declare type SliderProps = Omit<ComponentProps<Partial<SliderSlots>, 'input'>, 'defaultValue' | 'onChange' | 'size' | 'value'> & {
|
||
[7m [0m [91m ~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
[96mnode_modules/@fluentui/react-slider/dist/index.d.ts[0m:[93m120[0m:[93m50[0m - [91merror[0m[90m TS2344: [0mType 'SliderSlots' does not satisfy the constraint 'SlotPropsRecord'.
|
||
Property 'input' is incompatible with index signature.
|
||
Type '{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; } & { ...; }' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
|
||
Type '{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; } & { ...; }' is not assignable to type 'UnknownSlotProps'.
|
||
Type '{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; } & { ...; }' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
|
||
Types of property 'children' are incompatible.
|
||
Type 'SlotRenderFunction<Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children">>' is not assignable to type 'ReactNode'.
|
||
|
||
[7m120[0m export declare type SliderState = ComponentState<SliderSlots> & Pick<SliderProps, 'disabled' | 'size' | 'vertical'>;
|
||
[7m [0m [91m ~~~~~~~~~~~[0m
|
||
|
||
[96mnode_modules/@fluentui/react-spinbutton/dist/index.d.ts[0m:[93m34[0m:[93m59[0m - [91merror[0m[90m TS2344: [0mType 'Partial<SpinButtonSlots>' does not satisfy the constraint 'SlotPropsRecord'.
|
||
Property 'input' is incompatible with index signature.
|
||
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
|
||
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'UnknownSlotProps'.
|
||
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
|
||
Types of property 'children' are incompatible.
|
||
Type 'SlotRenderFunction<Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children">>' is not assignable to type 'ReactNode'.
|
||
|
||
[7m34[0m export declare type SpinButtonProps = Omit<ComponentProps<Partial<SpinButtonSlots>, 'input'>, 'defaultValue' | 'onChange' | 'size' | 'value'> & {
|
||
[7m [0m [91m ~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
[96mnode_modules/@fluentui/react-spinbutton/dist/index.d.ts[0m:[93m144[0m:[93m54[0m - [91merror[0m[90m TS2344: [0mType 'SpinButtonSlots' does not satisfy the constraint 'SlotPropsRecord'.
|
||
Property 'input' is incompatible with index signature.
|
||
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
|
||
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'UnknownSlotProps'.
|
||
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
|
||
Types of property 'children' are incompatible.
|
||
Type 'SlotRenderFunction<Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children">>' is not assignable to type 'ReactNode'.
|
||
|
||
[7m144[0m export declare type SpinButtonState = ComponentState<SpinButtonSlots> & Required<Pick<SpinButtonProps, 'appearance' | 'size'>> & {
|
||
[7m [0m [91m ~~~~~~~~~~~~~~~[0m
|
||
|
||
[96mnode_modules/@fluentui/react-switch/dist/index.d.ts[0m:[93m35[0m:[93m55[0m - [91merror[0m[90m TS2344: [0mType 'Partial<SwitchSlots>' does not satisfy the constraint 'SlotPropsRecord'.
|
||
Property 'input' is incompatible with index signature.
|
||
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
|
||
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'UnknownSlotProps'.
|
||
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
|
||
Types of property 'children' are incompatible.
|
||
Type 'SlotRenderFunction<Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children">>' is not assignable to type 'ReactNode'.
|
||
|
||
[7m35[0m export declare type SwitchProps = Omit<ComponentProps<Partial<SwitchSlots>, 'input'>, 'checked' | 'defaultChecked' | 'onChange'> & {
|
||
[7m [0m [91m ~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
[96mnode_modules/@fluentui/react-switch/dist/index.d.ts[0m:[93m91[0m:[93m50[0m - [91merror[0m[90m TS2344: [0mType 'SwitchSlots' does not satisfy the constraint 'SlotPropsRecord'.
|
||
Property 'input' is incompatible with index signature.
|
||
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
|
||
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'UnknownSlotProps'.
|
||
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
|
||
Types of property 'children' are incompatible.
|
||
Type 'SlotRenderFunction<Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children">>' is not assignable to type 'ReactNode'.
|
||
|
||
[7m91[0m export declare type SwitchState = ComponentState<SwitchSlots> & Required<Pick<SwitchProps, 'labelPosition'>>;
|
||
[7m [0m [91m ~~~~~~~~~~~[0m
|
||
|
||
[96mnode_modules/@fluentui/react-table/dist/index.d.ts[0m:[93m771[0m:[93m62[0m - [91merror[0m[90m TS2344: [0mType 'Partial<TableSelectionCellSlots>' does not satisfy the constraint 'SlotPropsRecord'.
|
||
Property 'radioIndicator' is incompatible with index signature.
|
||
Type 'WithSlotRenderFunction<Omit<ComponentProps<Partial<RadioSlots>, "input">, "size" | "onChange"> & { value?: string; labelPosition?: "after" | "below"; disabled?: boolean; onChange?: (ev: ChangeEvent<...>, data: RadioOnChangeData) => void; } & RefAttributes<...>>' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
|
||
Type 'WithSlotRenderFunction<Omit<ComponentProps<Partial<RadioSlots>, "input">, "size" | "onChange"> & { value?: string; labelPosition?: "after" | "below"; disabled?: boolean; onChange?: (ev: ChangeEvent<...>, data: RadioOnChangeData) => void; } & RefAttributes<...>>' is not assignable to type 'UnknownSlotProps'.
|
||
Type 'WithSlotRenderFunction<Omit<ComponentProps<Partial<RadioSlots>, "input">, "size" | "onChange"> & { value?: string; labelPosition?: "after" | "below"; disabled?: boolean; onChange?: (ev: ChangeEvent<...>, data: RadioOnChangeData) => void; } & RefAttributes<...>>' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
|
||
Types of property 'children' are incompatible.
|
||
Type 'SlotRenderFunction<Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children">> | (SlotRenderFunction<...> & SlotRenderFunction<...>)' is not assignable to type 'ReactNode'.
|
||
Type 'SlotRenderFunction<Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children">>' is not assignable to type 'ReactNode'.
|
||
|
||
[7m771[0m export declare type TableSelectionCellProps = ComponentProps<Partial<TableSelectionCellSlots>> & {
|
||
[7m [0m [91m ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
[96mnode_modules/@fluentui/react-table/dist/index.d.ts[0m:[93m812[0m:[93m62[0m - [91merror[0m[90m TS2344: [0mType 'TableSelectionCellSlots' does not satisfy the constraint 'SlotPropsRecord'.
|
||
Property 'radioIndicator' is incompatible with index signature.
|
||
Type 'WithSlotRenderFunction<Omit<ComponentProps<Partial<RadioSlots>, "input">, "size" | "onChange"> & { value?: string; labelPosition?: "after" | "below"; disabled?: boolean; onChange?: (ev: ChangeEvent<...>, data: RadioOnChangeData) => void; } & RefAttributes<...>>' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
|
||
Type 'WithSlotRenderFunction<Omit<ComponentProps<Partial<RadioSlots>, "input">, "size" | "onChange"> & { value?: string; labelPosition?: "after" | "below"; disabled?: boolean; onChange?: (ev: ChangeEvent<...>, data: RadioOnChangeData) => void; } & RefAttributes<...>>' is not assignable to type 'UnknownSlotProps'.
|
||
Type 'WithSlotRenderFunction<Omit<ComponentProps<Partial<RadioSlots>, "input">, "size" | "onChange"> & { value?: string; labelPosition?: "after" | "below"; disabled?: boolean; onChange?: (ev: ChangeEvent<...>, data: RadioOnChangeData) => void; } & RefAttributes<...>>' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
|
||
Types of property 'children' are incompatible.
|
||
Type 'SlotRenderFunction<Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children">> | (SlotRenderFunction<...> & SlotRenderFunction<...>)' is not assignable to type 'ReactNode'.
|
||
Type 'SlotRenderFunction<Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children">>' is not assignable to type 'ReactNode'.
|
||
|
||
[7m812[0m export declare type TableSelectionCellState = ComponentState<TableSelectionCellSlots> & Pick<Required<TableSelectionCellProps>, 'type' | 'checked' | 'subtle'> & Pick<TableContextValue, 'noNativeElements'> & {
|
||
[7m [0m [91m ~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
[96mnode_modules/@fluentui/react-tag-picker/dist/index.d.ts[0m:[93m188[0m:[93m63[0m - [91merror[0m[90m TS2344: [0mType 'Partial<TagPickerInputSlots>' does not satisfy the constraint 'SlotPropsRecord'.
|
||
Property 'root' is incompatible with index signature.
|
||
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
|
||
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'UnknownSlotProps'.
|
||
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
|
||
Types of property 'children' are incompatible.
|
||
Type 'SlotRenderFunction<Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children">>' is not assignable to type 'ReactNode'.
|
||
|
||
[7m188[0m export declare type TagPickerInputProps = Omit<ComponentProps<Partial<TagPickerInputSlots>>, 'children' | 'size' | 'defaultValue'> & Pick<ComboboxProps, 'clearable' | 'appearance'> & {
|
||
[7m [0m [91m ~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
[96mnode_modules/@fluentui/react-tag-picker/dist/index.d.ts[0m:[93m200[0m:[93m58[0m - [91merror[0m[90m TS2344: [0mType 'TagPickerInputSlots' does not satisfy the constraint 'SlotPropsRecord'.
|
||
Property 'root' is incompatible with index signature.
|
||
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
|
||
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'UnknownSlotProps'.
|
||
Type 'NonNullable<{ as?: "input"; } & Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children"> & { ...; }>' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
|
||
Types of property 'children' are incompatible.
|
||
Type 'SlotRenderFunction<Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children">>' is not assignable to type 'ReactNode'.
|
||
|
||
[7m200[0m export declare type TagPickerInputState = ComponentState<TagPickerInputSlots> & Pick<TagPickerContextValue, 'size' | 'disabled'>;
|
||
[7m [0m [91m ~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
[96mnode_modules/@fluentui/react-tree/dist/index.d.ts[0m:[93m109[0m:[93m52[0m - [91merror[0m[90m TS2344: [0mType 'TreeSlots' does not satisfy the constraint 'SlotPropsRecord'.
|
||
Property 'collapseMotion' is incompatible with index signature.
|
||
Type 'PresenceMotionSlotProps' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
|
||
Type 'PresenceMotionSlotProps' is not assignable to type 'UnknownSlotProps'.
|
||
Type 'PresenceMotionSlotProps' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
|
||
Types of property 'children' are incompatible.
|
||
Type 'SlotRenderFunction<PresenceMotionSlotRenderProps & { children: ReactElement<any, string | JSXElementConstructor<any>>; }>' is not assignable to type 'ReactNode'.
|
||
|
||
[7m109[0m export declare type FlatTreeProps = ComponentProps<TreeSlots> & {
|
||
[7m [0m [91m ~~~~~~~~~[0m
|
||
|
||
[96mnode_modules/@fluentui/react-tree/dist/index.d.ts[0m:[93m183[0m:[93m52[0m - [91merror[0m[90m TS2344: [0mType 'TreeSlots' does not satisfy the constraint 'SlotPropsRecord'.
|
||
Property 'collapseMotion' is incompatible with index signature.
|
||
Type 'PresenceMotionSlotProps' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
|
||
Type 'PresenceMotionSlotProps' is not assignable to type 'UnknownSlotProps'.
|
||
Type 'PresenceMotionSlotProps' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
|
||
Types of property 'children' are incompatible.
|
||
Type 'SlotRenderFunction<PresenceMotionSlotRenderProps & { children: ReactElement<any, string | JSXElementConstructor<any>>; }>' is not assignable to type 'ReactNode'.
|
||
|
||
[7m183[0m export declare type FlatTreeState = ComponentState<FlatTreeSlots> & TreeContextValue & {
|
||
[7m [0m [91m ~~~~~~~~~~~~~[0m
|
||
|
||
[96mnode_modules/@fluentui/react-tree/dist/index.d.ts[0m:[93m499[0m:[93m58[0m - [91merror[0m[90m TS2344: [0mType 'Partial<TreeItemLayoutSlots>' does not satisfy the constraint 'SlotPropsRecord'.
|
||
Property 'selector' is incompatible with index signature.
|
||
Type 'WithSlotRenderFunction<Omit<ComponentProps<Partial<CheckboxSlots>, "input">, "size" | "onChange" | "defaultChecked" | "checked"> & { checked?: boolean | "mixed"; ... 5 more ...; size?: "medium" | "large"; } & RefAttributes<...>> | WithSlotRenderFunction<...>' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
|
||
Type 'WithSlotRenderFunction<Omit<ComponentProps<Partial<RadioSlots>, "input">, "size" | "onChange"> & { value?: string; labelPosition?: "after" | "below"; disabled?: boolean; onChange?: (ev: ChangeEvent<...>, data: RadioOnChangeData) => void; } & RefAttributes<...>>' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
|
||
Type 'WithSlotRenderFunction<Omit<ComponentProps<Partial<RadioSlots>, "input">, "size" | "onChange"> & { value?: string; labelPosition?: "after" | "below"; disabled?: boolean; onChange?: (ev: ChangeEvent<...>, data: RadioOnChangeData) => void; } & RefAttributes<...>>' is not assignable to type 'UnknownSlotProps'.
|
||
Type 'WithSlotRenderFunction<Omit<ComponentProps<Partial<RadioSlots>, "input">, "size" | "onChange"> & { value?: string; labelPosition?: "after" | "below"; disabled?: boolean; onChange?: (ev: ChangeEvent<...>, data: RadioOnChangeData) => void; } & RefAttributes<...>>' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
|
||
Types of property 'children' are incompatible.
|
||
Type 'SlotRenderFunction<Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children">> | (SlotRenderFunction<...> & SlotRenderFunction<...>)' is not assignable to type 'ReactNode'.
|
||
Type 'SlotRenderFunction<Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children">>' is not assignable to type 'ReactNode'.
|
||
|
||
[7m499[0m export declare type TreeItemLayoutProps = ComponentProps<Partial<TreeItemLayoutSlots>>;
|
||
[7m [0m [91m ~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
[96mnode_modules/@fluentui/react-tree/dist/index.d.ts[0m:[93m541[0m:[93m58[0m - [91merror[0m[90m TS2344: [0mType 'TreeItemLayoutSlots' does not satisfy the constraint 'SlotPropsRecord'.
|
||
Property 'selector' is incompatible with index signature.
|
||
Type 'WithSlotRenderFunction<Omit<ComponentProps<Partial<CheckboxSlots>, "input">, "size" | "onChange" | "defaultChecked" | "checked"> & { checked?: boolean | "mixed"; ... 5 more ...; size?: "medium" | "large"; } & RefAttributes<...>> | WithSlotRenderFunction<...>' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
|
||
Type 'WithSlotRenderFunction<Omit<ComponentProps<Partial<RadioSlots>, "input">, "size" | "onChange"> & { value?: string; labelPosition?: "after" | "below"; disabled?: boolean; onChange?: (ev: ChangeEvent<...>, data: RadioOnChangeData) => void; } & RefAttributes<...>>' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
|
||
Type 'WithSlotRenderFunction<Omit<ComponentProps<Partial<RadioSlots>, "input">, "size" | "onChange"> & { value?: string; labelPosition?: "after" | "below"; disabled?: boolean; onChange?: (ev: ChangeEvent<...>, data: RadioOnChangeData) => void; } & RefAttributes<...>>' is not assignable to type 'UnknownSlotProps'.
|
||
Type 'WithSlotRenderFunction<Omit<ComponentProps<Partial<RadioSlots>, "input">, "size" | "onChange"> & { value?: string; labelPosition?: "after" | "below"; disabled?: boolean; onChange?: (ev: ChangeEvent<...>, data: RadioOnChangeData) => void; } & RefAttributes<...>>' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
|
||
Types of property 'children' are incompatible.
|
||
Type 'SlotRenderFunction<Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children">> | (SlotRenderFunction<...> & SlotRenderFunction<...>)' is not assignable to type 'ReactNode'.
|
||
Type 'SlotRenderFunction<Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children">>' is not assignable to type 'ReactNode'.
|
||
|
||
[7m541[0m export declare type TreeItemLayoutState = ComponentState<TreeItemLayoutSlots> & {
|
||
[7m [0m [91m ~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
[96mnode_modules/@fluentui/react-tree/dist/index.d.ts[0m:[93m586[0m:[93m65[0m - [91merror[0m[90m TS2344: [0mType 'Partial<TreeItemPersonaLayoutSlots>' does not satisfy the constraint 'SlotPropsRecord'.
|
||
Property 'selector' is incompatible with index signature.
|
||
Type 'WithSlotRenderFunction<Omit<ComponentProps<Partial<CheckboxSlots>, "input">, "size" | "onChange" | "defaultChecked" | "checked"> & { checked?: boolean | "mixed"; ... 5 more ...; size?: "medium" | "large"; } & RefAttributes<...>> | WithSlotRenderFunction<...>' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
|
||
Type 'WithSlotRenderFunction<Omit<ComponentProps<Partial<RadioSlots>, "input">, "size" | "onChange"> & { value?: string; labelPosition?: "after" | "below"; disabled?: boolean; onChange?: (ev: ChangeEvent<...>, data: RadioOnChangeData) => void; } & RefAttributes<...>>' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
|
||
Type 'WithSlotRenderFunction<Omit<ComponentProps<Partial<RadioSlots>, "input">, "size" | "onChange"> & { value?: string; labelPosition?: "after" | "below"; disabled?: boolean; onChange?: (ev: ChangeEvent<...>, data: RadioOnChangeData) => void; } & RefAttributes<...>>' is not assignable to type 'UnknownSlotProps'.
|
||
Type 'WithSlotRenderFunction<Omit<ComponentProps<Partial<RadioSlots>, "input">, "size" | "onChange"> & { value?: string; labelPosition?: "after" | "below"; disabled?: boolean; onChange?: (ev: ChangeEvent<...>, data: RadioOnChangeData) => void; } & RefAttributes<...>>' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
|
||
Types of property 'children' are incompatible.
|
||
Type 'SlotRenderFunction<Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children">> | (SlotRenderFunction<...> & SlotRenderFunction<...>)' is not assignable to type 'ReactNode'.
|
||
Type 'SlotRenderFunction<Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children">>' is not assignable to type 'ReactNode'.
|
||
|
||
[7m586[0m export declare type TreeItemPersonaLayoutProps = ComponentProps<Partial<TreeItemPersonaLayoutSlots>>;
|
||
[7m [0m [91m ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
[96mnode_modules/@fluentui/react-tree/dist/index.d.ts[0m:[93m607[0m:[93m65[0m - [91merror[0m[90m TS2344: [0mType 'TreeItemPersonaLayoutSlots' does not satisfy the constraint 'SlotPropsRecord'.
|
||
Property 'selector' is incompatible with index signature.
|
||
Type 'WithSlotRenderFunction<Omit<ComponentProps<Partial<CheckboxSlots>, "input">, "size" | "onChange" | "defaultChecked" | "checked"> & { checked?: boolean | "mixed"; ... 5 more ...; size?: "medium" | "large"; } & RefAttributes<...>> | WithSlotRenderFunction<...>' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
|
||
Type 'WithSlotRenderFunction<Omit<ComponentProps<Partial<RadioSlots>, "input">, "size" | "onChange"> & { value?: string; labelPosition?: "after" | "below"; disabled?: boolean; onChange?: (ev: ChangeEvent<...>, data: RadioOnChangeData) => void; } & RefAttributes<...>>' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
|
||
Type 'WithSlotRenderFunction<Omit<ComponentProps<Partial<RadioSlots>, "input">, "size" | "onChange"> & { value?: string; labelPosition?: "after" | "below"; disabled?: boolean; onChange?: (ev: ChangeEvent<...>, data: RadioOnChangeData) => void; } & RefAttributes<...>>' is not assignable to type 'UnknownSlotProps'.
|
||
Type 'WithSlotRenderFunction<Omit<ComponentProps<Partial<RadioSlots>, "input">, "size" | "onChange"> & { value?: string; labelPosition?: "after" | "below"; disabled?: boolean; onChange?: (ev: ChangeEvent<...>, data: RadioOnChangeData) => void; } & RefAttributes<...>>' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
|
||
Types of property 'children' are incompatible.
|
||
Type 'SlotRenderFunction<Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children">> | (SlotRenderFunction<...> & SlotRenderFunction<...>)' is not assignable to type 'ReactNode'.
|
||
Type 'SlotRenderFunction<Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ...; }, "children">>' is not assignable to type 'ReactNode'.
|
||
|
||
[7m607[0m export declare type TreeItemPersonaLayoutState = ComponentState<TreeItemPersonaLayoutSlots> & {
|
||
[7m [0m [91m ~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
[96mnode_modules/@fluentui/react-tree/dist/index.d.ts[0m:[93m748[0m:[93m48[0m - [91merror[0m[90m TS2344: [0mType 'TreeSlots' does not satisfy the constraint 'SlotPropsRecord'.
|
||
Property 'collapseMotion' is incompatible with index signature.
|
||
Type 'PresenceMotionSlotProps' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
|
||
Type 'PresenceMotionSlotProps' is not assignable to type 'UnknownSlotProps'.
|
||
Type 'PresenceMotionSlotProps' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
|
||
Types of property 'children' are incompatible.
|
||
Type 'SlotRenderFunction<PresenceMotionSlotRenderProps & { children: ReactElement<any, string | JSXElementConstructor<any>>; }>' is not assignable to type 'ReactNode'.
|
||
|
||
[7m748[0m export declare type TreeProps = ComponentProps<TreeSlots> & {
|
||
[7m [0m [91m ~~~~~~~~~[0m
|
||
|
||
[96mnode_modules/@fluentui/react-tree/dist/index.d.ts[0m:[93m840[0m:[93m27[0m - [91merror[0m[90m TS2344: [0mType 'PresenceMotionSlotProps' does not satisfy the constraint 'ComponentType<{}> | UnknownSlotProps | keyof IntrinsicElements | VoidFunctionComponent<{}>'.
|
||
Type 'PresenceMotionSlotProps' is not assignable to type 'UnknownSlotProps'.
|
||
Type 'PresenceMotionSlotProps' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
|
||
Types of property 'children' are incompatible.
|
||
Type 'SlotRenderFunction<PresenceMotionSlotRenderProps & { children: ReactElement<any, string | JSXElementConstructor<any>>; }>' is not assignable to type 'ReactNode'.
|
||
|
||
[7m840[0m collapseMotion?: Slot<PresenceMotionSlotProps>;
|
||
[7m [0m [91m ~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
[96mnode_modules/@fluentui/react-tree/dist/index.d.ts[0m:[93m846[0m:[93m48[0m - [91merror[0m[90m TS2344: [0mType 'TreeSlots' does not satisfy the constraint 'SlotPropsRecord'.
|
||
Property 'collapseMotion' is incompatible with index signature.
|
||
Type 'PresenceMotionSlotProps' is not assignable to type 'UnknownSlotProps | SlotShorthandValue'.
|
||
Type 'PresenceMotionSlotProps' is not assignable to type 'UnknownSlotProps'.
|
||
Type 'PresenceMotionSlotProps' is not assignable to type 'Pick<HTMLAttributes<HTMLElement>, "style" | "className" | "children">'.
|
||
Types of property 'children' are incompatible.
|
||
Type 'SlotRenderFunction<PresenceMotionSlotRenderProps & { children: ReactElement<any, string | JSXElementConstructor<any>>; }>' is not assignable to type 'ReactNode'.
|
||
|
||
[7m846[0m export declare type TreeState = ComponentState<TreeSlots> & {
|
||
[7m [0m [91m ~~~~~~~~~[0m
|
||
|
||
|
||
Found 68 errors in 19 files.
|
||
|
||
Errors Files
|
||
3 node_modules/@fluentui/react-accordion/dist/index.d.ts[90m:154[0m
|
||
5 node_modules/@fluentui/react-avatar/dist/index.d.ts[90m:101[0m
|
||
6 node_modules/@fluentui/react-card/dist/index.d.ts[90m:92[0m
|
||
7 node_modules/@fluentui/react-carousel/dist/index.d.ts[90m:220[0m
|
||
2 node_modules/@fluentui/react-checkbox/dist/index.d.ts[90m:29[0m
|
||
2 node_modules/@fluentui/react-combobox/dist/index.d.ts[90m:180[0m
|
||
7 node_modules/@fluentui/react-dialog/dist/index.d.ts[90m:156[0m
|
||
7 node_modules/@fluentui/react-drawer/dist/index.d.ts[90m:221[0m
|
||
2 node_modules/@fluentui/react-image/dist/index.d.ts[90m:16[0m
|
||
2 node_modules/@fluentui/react-input/dist/index.d.ts[90m:25[0m
|
||
2 node_modules/@fluentui/react-radio/dist/index.d.ts[90m:107[0m
|
||
2 node_modules/@fluentui/react-rating/dist/index.d.ts[90m:101[0m
|
||
2 node_modules/@fluentui/react-search/dist/index.d.ts[90m:32[0m
|
||
2 node_modules/@fluentui/react-slider/dist/index.d.ts[90m:38[0m
|
||
2 node_modules/@fluentui/react-spinbutton/dist/index.d.ts[90m:34[0m
|
||
2 node_modules/@fluentui/react-switch/dist/index.d.ts[90m:35[0m
|
||
2 node_modules/@fluentui/react-table/dist/index.d.ts[90m:771[0m
|
||
2 node_modules/@fluentui/react-tag-picker/dist/index.d.ts[90m:188[0m
|
||
9 node_modules/@fluentui/react-tree/dist/index.d.ts[90m:109[0m
|