You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments