Skip to content

Remove support for defaultValue translations #690

Remove support for defaultValue translations

Remove support for defaultValue translations #690

Triggered via pull request June 13, 2024 11:45
Status Failure
Total duration 4m 50s
Artifacts

ci.yml

on: pull_request
Create storybook build
1m 20s
Create storybook build
Check frontend code formatting with prettier
39s
Check frontend code formatting with prettier
Run Jest tests
1m 6s
Run Jest tests
Create 'production' build
58s
Create 'production' build
Matrix: tests-storybook
Visual regression test with Chromatic
1m 39s
Visual regression test with Chromatic
Publish the NPM package
0s
Publish the NPM package
Fit to window
Zoom out
Zoom in

Annotations

3 errors
Create 'production' build: src/registry/textarea/edit.tsx#L112
Property 'defaultValue' is missing in type '{ label: string; description: string; tooltip: string; placeholder: string; }' but required in type '{ label: string; description: string; tooltip: string; placeholder: string; defaultValue: string; }'.
Create 'production' build: src/registry/textfield/edit.tsx#L144
Property 'defaultValue' is missing in type '{ label: string; description: string; tooltip: string; placeholder: string; }' but required in type '{ label: string; description: string; tooltip: string; placeholder: string; defaultValue: string; }'.
Create 'production' build
Process completed with exit code 1.