fix: Storyのテストが一部通らなくなってるのを修正 #8295
Annotations
5 errors
src/components/Dialog/TextDialog/QuestionDialog.stories.ts#L17
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>>>'.
|
src/components/Dialog/TextDialog/QuestionDialog.stories.ts#L59
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; }'.
|
src/components/Dialog/TextDialog/QuestionDialog.stories.ts#L72
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; }'.
|
src/components/Dialog/TextDialog/QuestionDialog.stories.ts#L85
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; }'.
|
|
This job failed
Loading