ryanditjia / gatsby-plugin-crisp-chat

Gatsby plugin to add Crisp Livechat to your site
MIT License
17 stars 5 forks source link

Add $crisp.push(["safe", true]) to your page JavaScript. #15

Open ludwigward opened 3 years ago

ludwigward commented 3 years ago

I get this error on my gatsby page and would like some advice on how to resolve it :)

client.js?9158478:7 [WARNING] Crisp found shims of native JavaScript methods. This can alter the chatbox behavior and break things. Make sure not to override listed functions to ensure your chatbox works as expected. You may be looking for other JavaScript libraries in use on this page.

You can disable this warning by adding: $crisp.push(["safe", true]) to your page JavaScript.

Methods to check: (7) ["setTimeout", "clearTimeout", "setInterval", "MutationObserver", "XMLHttpRequest", "document.addEventListener", "document.removeEventListener"] image