Skip to content

fix webpack

fix webpack #1936

Triggered via pull request October 27, 2023 05:14
Status Failure
Total duration 40s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

typescript.yml

on: pull_request
Run TypeScript
30s
Run TypeScript
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
Run TypeScript: src/renderer/modules/components/index.ts#L84
'"./FormText"' has no exported member named 'FormTextType'. Did you mean 'FormTextTypeKey'?
Run TypeScript: src/renderer/modules/webpack/patch-load.ts#L80
Type '(chunk: WebpackChunk) => unknown' is not assignable to type '{ (chunk: WebpackChunk): void; <T extends (r: WebpackRequire) => unknown>(chunk: [(number | symbol)[], Record<number, WebpackModule>, T]): ReturnType<...>; } & ((...items: WebpackChunk[]) => number)'.
Run TypeScript
Process completed with exit code 1.
Run TypeScript
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/