fix: Fixed view headers, moved them into component (#92) #48
Annotations
4 errors and 1 warning
Run npm run build:
Eplant/views/DebugView/index.tsx#L83
Type '{ name: string; getInitialState: () => { testToggle: false; }; component: (props: ViewProps<null, DebugViewState, DebugViewAction>) => Element; ... 5 more ...; icon: () => Element; }' is not assignable to type 'View<null, DebugViewState, DebugViewAction>'.
|
Run npm run build:
Eplant/views/DebugView/index.tsx#L83
Binding element 'geneticElement' implicitly has an 'any' type.
|
Run npm run build:
Eplant/views/GetStartedView/index.tsx#L15
Type '{ name: string; component: ({ geneticElement, }: ViewProps<Record<string, undefined>, undefined, undefined>) => Element; getInitialData(): Promise<null>; id: string; header(): Element; icon: () => Element; }' is not assignable to type 'View<any, any, any>'.
|
Run npm run build
Process completed with exit code 2.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The logs for this run have expired and are no longer available.
Loading