Skip to content

fix(Form): optimize field creation #1482

fix(Form): optimize field creation

fix(Form): optimize field creation #1482

Triggered via pull request November 21, 2024 13:52
Status Failure
Total duration 47s
Artifacts

size-limit.yml

on: pull_request
Measure size of the library
38s
Measure size of the library
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
Measure size of the library: src/components/navigation/LegacyTabs/LegacyTabs.tsx#L368
Type '{ children: ReactNode; fill?: ResponsiveStyleValue<boolean | (string & {}) | "#clear" | "#clear.0" | "#clear.2" | "#clear.1" | "#clear.4" | "#clear.6" | "#clear.3" | "#clear.5" | "#clear.7" | ... 4249 more ... | undefined>; ... 821 more ...; vectorEffect?: ResponsiveStyleValue<...>; }' is not assignable to type 'CubeFlexProps'.
Measure size of the library: src/components/organisms/FileTabs/FileTabs.tsx#L385
Type '{ children: ReactNode; fill?: ResponsiveStyleValue<boolean | (string & {}) | "#clear" | "#clear.0" | "#clear.2" | "#clear.1" | "#clear.4" | "#clear.6" | "#clear.3" | "#clear.5" | "#clear.7" | ... 4249 more ... | undefined>; ... 821 more ...; vectorEffect?: ResponsiveStyleValue<...>; }' is not assignable to type 'CubeFlexProps'.
Measure size of the library
Process completed with exit code 1.
Measure size of the library
The following actions use a deprecated Node.js version 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/