Remove support for defaultValue translations #690
ci.yml
on: pull_request
Create storybook build
1m 20s
Check frontend code formatting with prettier
39s
Run Jest tests
1m 6s
Create 'production' build
58s
Matrix: tests-storybook
Visual regression test with Chromatic
1m 39s
Publish the NPM package
0s
deploy
0s
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.
|