Commit 44f2233
committed
fix(live preview): promise.all missing in loop call
When the live preview is fetching the reference, it is getting the data
using the loop, it returns the data and then performs the operations.
Hence, we fixed the issue by introducing the promise.all to the loop.1 parent 85e43ee commit 44f2233
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
374 | 374 | | |
375 | 375 | | |
376 | 376 | | |
377 | | - | |
| 377 | + | |
378 | 378 | | |
379 | 379 | | |
380 | 380 | | |
| |||
383 | 383 | | |
384 | 384 | | |
385 | 385 | | |
386 | | - | |
| 386 | + | |
387 | 387 | | |
388 | 388 | | |
389 | 389 | | |
| |||
0 commit comments