Unlimited component updates #562
Annotations
3 errors
|
build
Process completed with exit code 2.
|
|
build:
src/components/MediaModal.stories.tsx#L79
Property 'hasUnlimitedAttempts' is missing in type '{ exercise: { uid: string; uuid: string; group_uuid: string; number: number; version: number; published_at: string; context: string; stimulus_html: string; tags: never[]; authors: { user_id: number; name: string; }[]; ... 5 more ...; questions: { ...; }[]; }; ... 8 more ...; hasFeedback: true; }' but required in type 'ExerciseWithQuestionStatesProps'.
|
|
build:
src/components/MediaModal.stories.tsx#L10
Property 'hasUnlimitedAttempts' is missing in type '{ exercise: { uid: string; uuid: string; group_uuid: string; number: number; version: number; published_at: string; context: string; stimulus_html: string; tags: never[]; authors: { user_id: number; name: string; }[]; ... 5 more ...; questions: { ...; }[]; }; ... 10 more ...; canUpdateCurrentStep: false; }' but required in type 'ExerciseWithStepDataProps'.
|