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
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.
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"]
The text was updated successfully, but these errors were encountered: