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
@@ -375,10 +375,7 @@ export class UploaderPublicApi extends SharedInstance {
375
375
: [ActivityParamsMap[T]]
376
376
: []
377
377
)=>{
378
-
// Since Lit renders DOM asynchronously, we need to wait for the next tick to ensure that the activity block is rendered and registered in the context before we try to set it as current.
379
-
// TODO: Do not rely on DOM rendering and block registration order, we should have a better way to handle this.
380
-
// Some kind of ActivityManager that will keep track of registered activities and their states
0 commit comments