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
at messenger-theme-flat.js:27 })(window.Messenger.Message);
and at messenger-theme-flat.js:33 }).call(this);
I never changed the files so I don't understand what's causing this problem.
This error causes Messenger to not use the theme and options and to show on top of the page
This is how I post the notifications:
Messenger().post({
message: 'There was an explosion while processing your request.',
type: 'error',
showCloseButton: true
});
at messenger-theme-flat.js:27
})(window.Messenger.Message);
and at messenger-theme-flat.js:33
}).call(this);
I never changed the files so I don't understand what's causing this problem.
This error causes Messenger to not use the theme and options and to show on top of the page
This is how I post the notifications:
using options:
messenger-theme-flat.js:
The text was updated successfully, but these errors were encountered: