MUI 6 changes for showcase #46
blui-ci.yml
on: pull_request
Matrix: build
Matrix: prettier_lint
Matrix: unit_test
Annotations
16 errors and 3 warnings
build (20.x):
src/components/SharedAppBar.tsx#L67
Type '{ flex: number; }' is missing the following properties from type 'Pick<SpacerProps, "border" | "borderTop" | "borderRight" | "borderBottom" | "borderLeft" | "borderColor" | "borderRadius" | "display" | "displayPrint" | "overflow" | ... 338 more ... | "onPointerLeaveCapture">': placeholder, component, onPointerEnterCapture, onPointerLeaveCapture
|
build (20.x):
src/components/SharedAppBar.tsx#L73
Type '{ width: string; flex: number; }' is missing the following properties from type 'Pick<SpacerProps, "border" | "borderTop" | "borderRight" | "borderBottom" | "borderLeft" | "borderColor" | "borderRadius" | "display" | "displayPrint" | "overflow" | ... 338 more ... | "onPointerLeaveCapture">': placeholder, component, onPointerEnterCapture, onPointerLeaveCapture
|
build (20.x):
src/components/SharedAppBar.tsx#L85
Type '{ width: string; flex: number; }' is missing the following properties from type 'Pick<SpacerProps, "border" | "borderTop" | "borderRight" | "borderBottom" | "borderLeft" | "borderColor" | "borderRadius" | "display" | "displayPrint" | "overflow" | ... 338 more ... | "onPointerLeaveCapture">': placeholder, component, onPointerEnterCapture, onPointerLeaveCapture
|
build (20.x):
src/components/SharedAppBar.tsx#L86
Type '{ avatar: Element; menuTitle: string; menuSubtitle: string; menuGroups: ({ items: ({ title: string; icon: Element; } | { title: string; icon: Element; divider: true; })[]; } | { ...; })[]; }' is missing the following properties from type 'Pick<UserMenuProps, "border" | "borderTop" | "borderRight" | "borderBottom" | "borderLeft" | "borderColor" | "borderRadius" | "display" | "displayPrint" | "overflow" | ... 348 more ... | "BottomSheetProps">': placeholder, component, onPointerEnterCapture, onPointerLeaveCapture
|
build (20.x):
src/components/brightlayer-ui/data-display/ChannelValue.tsx#L31
Type '{ value: string; }' is missing the following properties from type 'Pick<ChannelValueProps, "border" | "borderTop" | "borderRight" | "borderBottom" | "borderLeft" | "borderColor" | "borderRadius" | "display" | "displayPrint" | ... 343 more ... | "unitSpace">': placeholder, component, onPointerEnterCapture, onPointerLeaveCapture
|
build (20.x):
src/components/brightlayer-ui/data-display/ChannelValue.tsx#L37
Type '{ value: string; units: string; }' is missing the following properties from type 'Pick<ChannelValueProps, "border" | "borderTop" | "borderRight" | "borderBottom" | "borderLeft" | "borderColor" | "borderRadius" | "display" | "displayPrint" | ... 343 more ... | "unitSpace">': placeholder, component, onPointerEnterCapture, onPointerLeaveCapture
|
build (20.x):
src/components/brightlayer-ui/data-display/ChannelValue.tsx#L43
Type '{ value: string; units: string; icon: Element; }' is missing the following properties from type 'Pick<ChannelValueProps, "border" | "borderTop" | "borderRight" | "borderBottom" | "borderLeft" | "borderColor" | "borderRadius" | "display" | "displayPrint" | ... 343 more ... | "unitSpace">': placeholder, component, onPointerEnterCapture, onPointerLeaveCapture
|
build (20.x):
src/components/brightlayer-ui/data-display/ChannelValue.tsx#L53
Type '{ value: string; units: string; fontSize: number; icon: Element; }' is missing the following properties from type 'Pick<ChannelValueProps, "border" | "borderTop" | "borderRight" | "borderBottom" | "borderLeft" | "borderColor" | "borderRadius" | "display" | "displayPrint" | ... 343 more ... | "unitSpace">': placeholder, component, onPointerEnterCapture, onPointerLeaveCapture
|
build (20.x):
src/components/brightlayer-ui/data-display/EmptyState.tsx#L31
Type '{ icon: Element; title: string; }' is missing the following properties from type 'Pick<EmptyStateProps, "border" | "borderTop" | "borderRight" | "borderBottom" | "borderLeft" | "borderColor" | "borderRadius" | "display" | "displayPrint" | ... 342 more ... | "actions">': placeholder, component, onPointerEnterCapture, onPointerLeaveCapture
|
build (20.x):
src/components/brightlayer-ui/data-display/EmptyState.tsx#L40
Type '{ icon: Element; title: string; description: string; }' is missing the following properties from type 'Pick<EmptyStateProps, "border" | "borderTop" | "borderRight" | "borderBottom" | "borderLeft" | "borderColor" | "borderRadius" | "display" | "displayPrint" | ... 342 more ... | "actions">': placeholder, component, onPointerEnterCapture, onPointerLeaveCapture
|
prettier_lint (20.x):
src/components/RTLProvider.tsx#L5
'BLUIThemes' is defined but never used
|
prettier_lint (20.x):
src/components/SharedAppBar.tsx#L52
Missing return type on function
|
prettier_lint (20.x):
src/components/SharedAppBar.tsx#L56
Unexpected console statement
|
prettier_lint (20.x):
src/router/index.tsx#L40
'mode' is assigned a value but never used
|
prettier_lint (20.x)
Process completed with exit code 1.
|
unit_test (20.x)
Process completed with exit code 1.
|
build (20.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
prettier_lint (20.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
unit_test (20.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|