Summary


Bug Fixes

TypeError when the issue data does not contain issuelinks field

The following error message appeared in the console when rendering results using an "issue link type" such as blocks.

TypeError: undefined is not iterable (cannot read property Symbol(Symbol.iterator))
    at ph (createForOfIteratorHelper.js:3:45)
    at ub (tissue-service.js:251:58)
    at tissue-service.js:212:28
    at f (regeneratorRuntime.js:44:17)
    at Generator.<anonymous> (regeneratorRuntime.js:125:22)
    at Generator.next (regeneratorRuntime.js:69:21)
    at a (asyncToGenerator.js:3:20)
    at s (asyncToGenerator.js:22:9)
    at asyncToGenerator.js:27:7
    at new Promise (<anonymous>)

The gadget also failed to render

Issues