v0.2.1 #2
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
7 errors and 1 warning
build:
src/Components/Modal/ConfirmModal.tsx#L32
Property 'className' is missing in type '{ children: string; }' but required in type '{ className: string; }'.
|
build:
src/Components/Modal/ConfirmModal.tsx#L33
Property 'className' is missing in type '{ children: Element; }' but required in type '{ className: string; }'.
|
build:
src/Components/Modal/ConfirmModal.tsx#L37
Property 'className' is missing in type '{ children: Element[]; }' but required in type '{ className: string; }'.
|
build:
src/Components/Modal/Modal.stories.tsx#L26
Property 'className' is missing in type '{ children: string; }' but required in type '{ className: string; }'.
|
build:
src/Components/Modal/Modal.stories.tsx#L27
Property 'className' is missing in type '{ children: Element; }' but required in type '{ className: string; }'.
|
build:
src/Components/Modal/Modal.stories.tsx#L34
Property 'className' is missing in type '{ children: Element[]; }' but required in type '{ className: string; }'.
|
build
Process completed with exit code 2.
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|