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
I'm not sure what the issue is, because if I call the loader fn manually (with '../i18n/de.js') my promise resolves correctly to a Module. But since de.js is empty... reading .default on it doesn't work?
The text was updated successfully, but these errors were encountered:
I tested Edge Stable & Chrome Dev, and I can't get the website to work. It looks like this:
localStorage language entry is:
"{"language":"de","locale":null}"
The error is triggered here:
SVGcode/src/js/i18n.js
Line 72 in f6f00b1
right after this is called:
SVGcode/src/js/i18n.js
Lines 55 to 62 in f6f00b1
I'm not sure what the issue is, because if I call the loader fn manually (with
'../i18n/de.js'
) my promise resolves correctly to aModule
. But sincede.js
is empty... reading.default
on it doesn't work?The text was updated successfully, but these errors were encountered: