Is there a way to allow a node to be called over a...
# 💻developers
f
Is there a way to allow a node to be called over and over without triggering this error in the image. I want to dynamically show images, I don't know how many images will be retrived from the server, but they are always a max of 10 images. So carousel was giving me errors in whatsapp, I tried to instead create a manual loop but I got this error. What I'm thinking is if there is a way to allow a node to be looped on or modify the number of self calls on the node.