with the modifications to the exercise create page there are multiple errors that typescript complains about because it is not able to deduce the types for the form. currently there are @ts-ignore comments scattered through out the code to silence the errors.
with the modifications to the exercise create page there are multiple errors that typescript complains about because it is not able to deduce the types for the form. currently there are
@ts-ignorecomments scattered through out the code to silence the errors.