Joseph Cresencia
Joseph Cresencia
Not sure how to fix the tests. If any devs can offer some advice?
The issue I am having is occurring before in `this.configureSlot` where it calls `this.defineSizeMapping` but then `Bling._adManager.googletag.sizeMapping()` doesn't not exists since the script isn't loaded due to the ad block.
@jamsea did you get chance to have a look? The other way I can think of is do a bunch of checks for `googletag` and `adSlot` !== null in all...
@potench I don't think it helped. I've tested locally with the change and the problem still occurs. We are using `react-router` and `react-redux` on our site. With the adblocker on,...