Use react-aria-components #1898
Annotations
5 errors and 1 warning
ci:
src/field/richtext/RichTextField.view.tsx#L91
Argument of type '({ node, deleteNode }: NodeViewProps) => Element' is not assignable to parameter of type 'ComponentType<NodeViewProps>'.
|
ci:
src/field/tabs/Tabs.view.tsx#L33
Type '{ children: Element; key: number; id: string; }' is not assignable to type 'IntrinsicAttributes & Omit<CleanProps<ElementType, "disabled" | "autoFocus" | TabPropsWeControl> & OurProps<...> & { ...; } & { ...; } & { ...; }, "ref"> & { ...; }'.
|
ci:
src/ui/Tabs.tsx#L14
Property 'displayName' is missing in type '<TTag extends ElementType = "div">(props: PropsWithChildren<Omit<CleanProps<ElementType, "onChange" | "manual" | "vertical" | "defaultIndex" | "selectedIndex"> & OurProps<ElementType, TabsRenderPropArg> & { ...; } & { ...; } & { ...; }, "ref">>) => Element' but required in type '_internal_ComponentTabGroup'.
|
ci:
src/ui/Tabs.tsx#L23
Property 'displayName' is missing in type '<TTag extends ElementType = "div">(props: PropsWithChildren<Omit<CleanProps<ElementType, ListPropsWeControl> & OurProps<ElementType, ListRenderPropArg> & { ...; } & { ...; }, "ref">>) => Element' but required in type '_internal_ComponentTabList'.
|
ci
Process completed with exit code 2.
|
ci
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|