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
This is really critical issue,
If you forget define a constant (or made typo) all js code on the page can't stop working because of error "not found". Functions Lang.get(), Lang.choise() etc should check whether constant is defined and return it if not. Not Error! This is like Laravel trans() and trans_choice() functions works.
Please fix asap.
Thank you
The text was updated successfully, but these errors were encountered:
Hi @rmariuzzo !
I think I understand this issue wrong. Js error occurs if I make typo in constants name(
Unfortunately it leads to stop execution of other js.
Hello,
This is really critical issue,
If you forget define a constant (or made typo) all js code on the page can't stop working because of error "not found". Functions Lang.get(), Lang.choise() etc should check whether constant is defined and return it if not. Not Error! This is like Laravel trans() and trans_choice() functions works.
Please fix asap.
Thank you
The text was updated successfully, but these errors were encountered: