Basically, if there's no line images: [], on each story, the map silently fails and you get a WSOD. It's weird because I see your component lets images = [] and checks for a non-zero length before pushing them. Nonetheless... it would be nice to be able to remove properties entirely that weren't relevant.
This is probably a bug-ish thing @aliceriot.
Basically, if there's no line
images: [],
on each story, the map silently fails and you get a WSOD. It's weird because I see your component letsimages = []
and checks for a non-zero length before pushing them. Nonetheless... it would be nice to be able to remove properties entirely that weren't relevant.