Navigation: Transfer demos to TS #4417
lint.yml
on: pull_request
package_lock
49s
check_generated_demos
5m 18s
Annotations
7 errors
check_generated_demos:
JSDemos/Demos/Tabs/Overview/_temp/App.tsx#L69
Type '{ id: string; dataSource: { id: number; text: string; }[]; scrollByContent: boolean; showNavButtons: boolean; orientation: string; stylingMode: string; selectedIndex: number; }' is not assignable to type 'IntrinsicAttributes & IntrinsicClassAttributes<Tabs<{ id: number; text: string; }, any>> & Readonly<PropsWithChildren<ITabsOptions<{ id: number; text: string; }, any>>> & Readonly<...>'.
|
check_generated_demos:
JSDemos/Demos/Tabs/Overview/_temp/App.tsx#L78
Type '{ id: string; dataSource: { id: number; text: string; icon: string; }[]; scrollByContent: boolean; showNavButtons: boolean; orientation: string; stylingMode: string; iconPosition: string; selectedIndex: number; }' is not assignable to type 'IntrinsicAttributes & IntrinsicClassAttributes<Tabs<{ id: number; text: string; icon: string; }, any>> & Readonly<PropsWithChildren<ITabsOptions<{ id: number; text: string; icon: string; }, any>>> & Readonly<...>'.
|
check_generated_demos:
JSDemos/Demos/Tabs/Overview/_temp/App.tsx#L88
Type '{ id: string; dataSource: { id: number; icon: string; }[]; scrollByContent: boolean; showNavButtons: boolean; orientation: string; stylingMode: string; iconPosition: string; selectedIndex: number; }' is not assignable to type 'IntrinsicAttributes & IntrinsicClassAttributes<Tabs<{ id: number; icon: string; }, any>> & Readonly<PropsWithChildren<ITabsOptions<{ id: number; icon: string; }, any>>> & Readonly<...>'.
|
check_generated_demos:
JSDemos/Demos/Tabs/Overview/_temp/App.tsx#L128
Type '{ id: string; inputAttr: { 'aria-label': string; }; text: string; value: boolean; onValueChanged: (e: any) => void; }' is not assignable to type 'IntrinsicAttributes & IntrinsicClassAttributes<CheckBox> & Readonly<PropsWithChildren<ICheckBoxOptions>> & Readonly<...>'.
|
check_generated_demos:
JSDemos/Demos/Tabs/Overview/_temp/App.tsx#L137
Type '{ id: string; inputAttr: { 'aria-label': string; }; text: string; value: boolean; onValueChanged: (e: any) => void; }' is not assignable to type 'IntrinsicAttributes & IntrinsicClassAttributes<CheckBox> & Readonly<PropsWithChildren<ICheckBoxOptions>> & Readonly<...>'.
|
check_generated_demos:
JSDemos/Demos/TabPanel/Overview/_temp/App.tsx#L50
Type '{ className: string; width: string; height: number; animationEnabled: true; swipeEnabled: true; dataSource: { icon: string; title: string; tasks: { status: string; priority: string; text: string; date: string; assignedBy: string; }[]; }[]; ... 4 more ...; itemComponent: ({ data }: { ...; }) => Element; }' is not assignable to type 'IntrinsicAttributes & IntrinsicClassAttributes<TabPanel<{ icon: string; title: string; tasks: { status: string; priority: string; text: string; date: string; assignedBy: string; }[]; }, any>> & Readonly<...> & Readonly<...>'.
|
check_generated_demos
Process completed with exit code 1.
|