Ok so more stupid problems from me π
I want to have two for-loops in a sense: one loops over the entity I call "generation" and the second one loops over "images" inside the "generation".
I'm trying to do both things with
useQuery , in the second case I'm using results of the first one.... and react doesn't like that!I'm getting
Rendered more hooks than during the previous renderThe code is roughly speaking
