pull down to refresh
So now the coinos wallet is not even loading because of
0.B1zdlePP.js:11 Uncaught (in promise) TypeError: Cannot destructure property 'i18n' of 't' as it is null. at y1 (0.B1zdlePP.js:11:22708)
Here's the part of minimized code that triggers that
, y1 = async ({data: t}) => { const {i18n: n, translations: e} = t , {locale: i, route: o} = n; Xt(e),
Ok, so it looks like the issue may have been that I hit nwc budget on coinos :)And another small issue I noticed - when I don't set any budget in coinos, then it's broken (it says budget is 0, so zapping on SN fails)
Sorry I'll look into this. The budget feature is pretty new, might have some bugs to work out yet..
Another issue - in the currency selection when you select BTC, then on homepage you only see 0.00.
So now the coinos wallet is not even loading because of
0.B1zdlePP.js:11 Uncaught (in promise) TypeError: Cannot destructure property 'i18n' of 't' as it is null. at y1 (0.B1zdlePP.js:11:22708)Here's the part of minimized code that triggers that
, y1 = async ({data: t}) => { const {i18n: n, translations: e} = t , {locale: i, route: o} = n; Xt(e),