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
When loading the application, DOMPurify is not defined.
This is caused by a missing require on esn-frontend-common-libs.
This bug is present because it was tested on esn-frontend-inbox where DOMPurify is added by webpack, thus the require is not needed here.
When loading the application, DOMPurify is not defined.
This is caused by a missing require on esn-frontend-common-libs.
This bug is present because it was tested on esn-frontend-inbox where DOMPurify is added by webpack, thus the require is not needed here.
We have to:
The text was updated successfully, but these errors were encountered: