Ugh, shit. The problem has nothing to do with zazz, or with your code; it's a regression in Decker. The contraption is bubbling its view[] event to the card (which should never happen). As a temporary workaround, add an empty view event handler to any contraptions which don't otherwise do something with view[]:
on view do end
Thanks for your help in identifying this issue.