Hi Scott,
Please could you let me know if there is a hotfix for this issue? The code provided in the link above doesn't work as a generic solution, it can be made generic by commenting out the following code in it, but this fixes only if a component has only one required image field, for multiple required image fields this doesn't work.
if
((editable.type !== COMPONENT) || _.isEmpty($fileName)){
return
;
}