The isDate() helper in frontend/src/utils/helpers.js calls dayjs(date, format), but dayjs is not imported in the file. This causes a runtime ReferenceError whenever isDate() is executed.
The isDate() helper in frontend/src/utils/helpers.js calls dayjs(date, format), but dayjs is not imported in the file.
This causes a runtime ReferenceError whenever isDate() is executed.