feat(shared-types,ui-progress): add customization options for progressbar #4184
Annotations
3 errors and 1 warning
Bootstrap project:
packages/ui-progress/src/ProgressBar/props.ts#L144
Property 'renderValueInside' is missing in type '{ screenReaderLabel: PropTypes.Validator<string>; size: PropTypes.Requireable<string>; valueMax: PropTypes.Requireable<number>; valueNow: PropTypes.Requireable<number>; ... 7 more ...; as: PropTypes.Requireable<...>; }' but required in type 'PropValidators<keyof ProgressBarOwnProps>'.
|
Bootstrap project:
packages/ui-progress/src/ProgressBar/theme.ts#L99
Type 'number' is not assignable to type 'string'.
|
Bootstrap project
Process completed with exit code 2.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading