MWE: ```julia using Zygote function h(x) [2 for i in 1:2] sum(x) end gradient(h, zeros(2)) # ERROR: MethodError: no method matching iterate(::Nothing) ```