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 core-js polyfills are exporting a global variable named core. This breaks some sites that may already be using a global variable named core on their site.
Steps to reproduce
Use a global variable named core on your site and include Prebid.js. It will be overwritten by the core-js library.
The text was updated successfully, but these errors were encountered:
Unfortunately at least one of our client's proprietary frameworks is intent on that using that global. However, I'm more worried about the clients using core without realizing its in contention and creating obscure bugs.
Type of issue
bug
Description
The
core-js
polyfills are exporting a global variable namedcore
. This breaks some sites that may already be using a global variable namedcore
on their site.Steps to reproduce
Use a global variable named
core
on your site and include Prebid.js. It will be overwritten by thecore-js
library.The text was updated successfully, but these errors were encountered: