feat: allow customizing passing grade #867
Annotations
2 errors
Typecheck:
src/quiz/quiz.test.tsx#L10
Argument of type '{ initialQuestions: ({ question: string; answers: ({ label: string; value: 1; } | { label: string; value: 2; } | { label: string; value: 3; })[]; correctAnswer: 1; } | { question: string; answers: ({ label: string; value: 1; } | { ...; } | { ...; })[]; correctAnswer: 2; } | { ...; })[]; validationMessages: { ...; }; }' is not assignable to parameter of type 'Props<1 | 2 | 3>'.
|
Typecheck
Process completed with exit code 2.
|