fun-hooks: referenced 'registerAdserver' but it was never created

867 Views Asked by At

I am using adinplay and their advertisement library in my site.

enter image description here

It is creating noise in my console. Can I fix this problem? If not what can I do about this log?

1

There are 1 best solutions below

0
rikaidekinai On BEST ANSWER

This is caused by prebid.js an open-source header bidding library. Prebid is built with multiple optional modules using gulp. This warning is thrown because one of the modules in your build of prebid.js includes a module referencing the hook, but the module that defines the hook is not. Nothing to worry