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
The WORKS and FAILS behaviors are expected, but the silent FAIL is not great. When there is a version mismatch (as above in (2)), we should have a nicer message.
The text was updated successfully, but these errors were encountered:
pxtapp.js:1 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'pxt.json')
at n.getConfigAsync (pxtapp.js:1:279221)
at pxtapp.js:1:285290
the code path is
if (!i.startsWith("pub:")) {
const s = e.patching.upgradePackageReference(t, n, i)
, r = e.appTarget.bundledpkgs[s];
return JSON.parse(r[e.CONFIG_NAME])
}
Try the following:
The WORKS and FAILS behaviors are expected, but the silent FAIL is not great. When there is a version mismatch (as above in (2)), we should have a nicer message.
The text was updated successfully, but these errors were encountered: