Skip to content

Implements storybook #118

Implements storybook

Implements storybook #118

Triggered via pull request November 16, 2024 01:16
@jlsnow301jlsnow301
synchronize #31
sbook
Status Failure
Total duration 5m 38s
Artifacts

pr.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
build: stories/NumberInput.stories.tsx#L16
Object literal may only specify known properties, and 'children' does not exist in type 'Partial<Required<{ maxValue: number; minValue: number; step: number; value: string | number; }> & Partial<{ animated: BooleanLike; className: string; disabled: BooleanLike; ... 9 more ...; width: string; }>>'.
build: stories/TimeDisplay.stories.tsx#L16
Object literal may only specify known properties, and 'children' does not exist in type 'Partial<{ value: number; } & Partial<{ auto: true | "up" | "down"; format: (value: number) => string; }>>'.
build
Process completed with exit code 2.