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
Recently I had the same problem because i had been trying to use compile template without putting correct templateData. You may be getting this error because user don't have an username
This problem randomly appears during calls to i18n.t
Examples of where it happens
context.i18n.t('info')
context.i18n.t('welcome',{username:username})
What could be the problem?
The text was updated successfully, but these errors were encountered: