Skip to content

Merge branch 'develop' into mh/rspack #726

Merge branch 'develop' into mh/rspack

Merge branch 'develop' into mh/rspack #726

Triggered via push October 2, 2023 07:32
Status Failure
Total duration 2m 49s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
build / Node: src/views/visyn/demo/VisynDemoView.tsx#L168
Type '({ children }: Record<string, unknown> & { desc: { load(): Promise<VisynViewPluginBaseType<"simple", { columns: VisColumn[]; config: BaseVisConfig; dataLength: number; }, Record<string, unknown>, Record<...>>>; } & IBaseViewPluginDesc & { ...; } & Record<...> & IPluginDesc; } & VisynViewProps<...>) => ReactNode' is not assignable to type 'ComponentType<Record<string, unknown> & { desc: { load(): Promise<VisynViewPluginBaseType<"simple", { columns: VisColumn[]; config: BaseVisConfig; dataLength: number; }, Record<string, unknown>, Record<...>>>; } & IBaseViewPluginDesc & { ...; } & Record<...> & IPluginDesc; } & VisynViewProps<...>> | LazyExoticCompon...'.
build / Node
Process completed with exit code 1.
build / Node: cypress/e2e/health-check.cy.ts#L12
It is unsafe to chain further commands that rely on the subject after this command. It is best to split the chain, chaining again from `cy.` in a next command line
build / Node: cypress/support/commands.ts#L145
It is unsafe to chain further commands that rely on the subject after this command. It is best to split the chain, chaining again from `cy.` in a next command line
build / Node: src/app/header/VisynHeader.stories.tsx#L2
'ComponentMeta' is defined but never used
build / Node: src/app/header/VisynHeader.stories.tsx#L2
'StoryFn' is defined but never used
build / Node: src/app/header/VisynHeader.tsx#L1
'useMantineTheme' is defined but never used
build / Node: src/app/header/VisynHeader.tsx#L1
'Space' is defined but never used
build / Node: src/app/login/UserStoreUIMap.tsx#L14
'store' is defined but never used
build / Node: src/app/login/UserStoreUIMap.tsx#L39
'store' is defined but never used
build / Node: src/app/login/VisynLoginMenu.tsx#L50
'userStoreError' is assigned a value but never used
build / Node: src/base/AppContext.ts#L4
Unexpected any. Specify a different type