fix: Storyのテストが一部通らなくなってるのを修正 #121
build_preview_pages.yml
on: pull_request
build_preview_pages
2m 2s
Annotations
5 errors
build_preview_pages:
src/components/Dialog/TextDialog/QuestionDialog.stories.ts#L16
Object literal may only specify known properties, and '"onUpdate:modelValue"' does not exist in type 'Partial<ComponentPropsAndSlots<DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { ok: (payload?: any) => void; hide: () => void; }, ... 11 more ..., any>>>'.
|
build_preview_pages:
src/components/Dialog/TextDialog/QuestionDialog.stories.ts#L50
Element implicitly has an 'any' type because expression of type '"onUpdate:modelValue"' can't be used to index type '{ readonly modelValue?: boolean | undefined; readonly type: DialogType; readonly title: string; readonly message: string; readonly buttons: string[]; readonly persistent?: boolean | undefined; ... 14 more ...; style?: unknown; }'.
|
build_preview_pages:
src/components/Dialog/TextDialog/QuestionDialog.stories.ts#L63
Element implicitly has an 'any' type because expression of type '"onUpdate:modelValue"' can't be used to index type '{ readonly modelValue?: boolean | undefined; readonly type: DialogType; readonly title: string; readonly message: string; readonly buttons: string[]; readonly persistent?: boolean | undefined; ... 14 more ...; style?: unknown; }'.
|
build_preview_pages:
src/components/Dialog/TextDialog/QuestionDialog.stories.ts#L76
Element implicitly has an 'any' type because expression of type '"onUpdate:modelValue"' can't be used to index type '{ readonly modelValue?: boolean | undefined; readonly type: DialogType; readonly title: string; readonly message: string; readonly buttons: string[]; readonly persistent?: boolean | undefined; ... 14 more ...; style?: unknown; }'.
|
build_preview_pages
Process completed with exit code 2.
|