Hi,
I'm seeing an error in the developer console when I try and add a comment to a file attachment without a Review UI (eg. a .pdf file).
The error is an "Uncaught TypeError: (intermediate value).forEach is not a function" being caused by `_processComments()` in fileAttachmentThumbnailView.ts:
When I set a pause on the method, I inspected the `this.options.comments` reference and found that it was an Object, that doesn't have a forEach method.
Have you got any advice on what I can do to resolve this? Is there something I have misconfigured?
Really appreciate your help.
Best,
Cameron