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
when creating a new library, it fails if resolving the version failed for some reason.
this is because the promise is created earlier, but the code with try catch is run way later.
this moves the promise into try/catch so it's properly handled.
0 commit comments