Closed joegasewicz closed 3 years ago
Temporary fix:
Add the translate prop:
<FileField
ref={teacherVideoClipRef}
name="teacher_vid"
hint="A short video of you. Must be an mpeg"
labeltext="A short video of you"
validators={[isFile()]}
translate={null}
/>
The fix should update IFileField
interface to set / override the translate attribute as an optional property
Error:
React version:
FileField is causing the error :