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
The imported script uses Object.assign() which is not supported in IE 11.
At the moment it is not possible to add a polyfill without changing the plugin code, because the Facebook Pixel Code gets inserted before the very first script tag in the DOM.
The text was updated successfully, but these errors were encountered:
The imported script uses
Object.assign()
which is not supported in IE 11.At the moment it is not possible to add a polyfill without changing the plugin code, because the Facebook Pixel Code gets inserted before the very first script tag in the DOM.
The text was updated successfully, but these errors were encountered: