only one launchdarkly client can exist at a time but another client already exists? and other devtools warnings

huangapple go评论49阅读模式
英文:

only one launchdarkly client can exist at a time but another client already exists? and other devtools warnings

问题

抱歉,但您提供的内容中似乎没有需要翻译的文本。如果您有其他需要翻译的内容,请随时提供。

英文:

only one launchdarkly client can exist at a time but another client already exists? and other devtools warnings

When running our react web application both locally and in production, I am receiving the following errors and warnings in the Console. This error appears in the Console tab of Chrome Dev Tools when I am running our react web application both locally and in production.

The only warning or error that makes a modicum of sense is the youtube.com error as we have a link to a YouTube video on our home page, and perhaps we are not properly displaying the video.

I am at a complete loss for the rest of these warnings/errors and how to resolve them. We do not use LaunchDarklyClient in our web application at all. These DevTools failed to load source map:... warnings don't provide any context, and the links lead to no where.

Notably, when I run our website in incognito mode, the LaunchDarklyClient error goes away, as do the DevTools failed to load... warnings. Does that mean these warnings/errors are potentially due to some chrome extensions I am using, or something else related to my local chrome?

答案1

得分: 11

  • adblock plus 3.16 负责导致“DevTools无法加载源映射:…”警告
  • compose AI 1.0.0-rc1 负责导致“LaunchDarklyClient”错误
  • “unrecognized feature: web-share” 与我的所有扩展无关(关闭所有扩展后仍然收到此警告)
  • 除了禁用这些Chrome扩展之外,目前仍不确定是否有其他方法来隐藏或移除这些警告/错误。
英文:

I did some testing by toggling extensions on and off:

  • adblock plus 3.16 is responsible for DevTools failed to load source map:... warnings
  • compose AI 1.0.0-rc1 is responsible for LaunchDarklyClient errors
  • unrecognized feature: web-share is not related to any of my extensions (still getting this warning when toggling all extensions off)

Still not sure if there's a way to hide or remove these warnings/errors other than to disable these chrome extensions.

huangapple
  • 本文由 发表于 2023年2月6日 03:33:55
  • 转载请务必保留本文链接:https://go.coder-hub.com/75354968.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定