Optional settings for image, title, desc #15
Annotations
6 errors and 1 warning
build-ci (18.x):
src/components/dialect/ui/ActionContainer.tsx#L398
Type 'string | null' is not assignable to type 'string'.
|
build-ci (18.x):
src/components/dialect/ui/ActionContainer.tsx#L399
Type 'string | null' is not assignable to type 'string'.
|
build-ci (18.x):
src/components/dialect/ui/ActionContainer.tsx#L402
Type 'string | null' is not assignable to type 'string | undefined'.
|
build-ci (18.x):
src/index.ts#L13
Type '{ poolId: null; poolSlug: null; poolName: null; debug: true; showImage: true; showTitle: true; showDescription: true; }' is not assignable to type 'Configurations'.
|
build-ci (18.x):
test/common.ts#L4
Type '{ poolId: string; poolName: string; poolSlug: string; classPrefix: string; }' is not assignable to type 'Configurations'.
|
build-ci (18.x)
Process completed with exit code 2.
|
build-ci (18.x)
The following actions uses Node.js version which is deprecated 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/
|