Mark Schlitz

Results 1 issues of Mark Schlitz

Using this example code below: ``` _renderAttachments(attachments = []) { return attachments.map((attach) => { ``` DeepCode will warn that calling `.map()` on non array object for `attachments` will not work....