anis dabdi
anis dabdi
> Hello, each interation call in: > > `section.section.components.forEach(async (comp, j) => {...}` > > returns a Promise that is not resolved, try to wrap this loop with "await Promise.all(...)"....
Hi @shadcn Yes I use that layout builder patch Okay thanks a lot, I will test what you say and come back to you with the result Thanks a lot...
Hi @shadcn Thanks a lot I've got the block using `for loop` . I've tried `Promise.all` it has to work but maybe I did a mistake, anyway. Please I have...