只有在反应应用程序中 chrome 的情况下,我才会在控制台上收到有关 "browserObject" 的错误
I get an error about "browserObject" on the console only in case of chrome in react app
我正在用 React 制作一个应用程序。
仅在 Chrome 中,localhost 和 building 和 deploying 后都输出以下错误。
错误。
没找到是什么原因导致的错误,所以请教大家一个问题。
环境是
它是由“create react app”创建的一个react app。
使用的包如下
"@emotion/react": "^11.6.0",
"@emotion/styled": "^11.6.0",
"@mui/icons-material": "^5.1.1",
"@mui/material": "^5.1.1",
"@mui/styles": "^5.1.1",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"axios": "^0.24.0",
"react": "^17.0.2",
"react-device-detect": "^2.1.2",
"react-dom": "^17.0.2",
"react-helmet-async": "^1.1.2",
"react-router-dom": "^6.0.2",
"react-router-hash-link": "^2.4.3",
"react-scripts": "4.0.3",
"swr": "^1.0.1",
"web-vitals": "^1.0.1"
我觉得我用 React 创建的应用程序总是会出现此错误。
是materialui的问题吗?
此致。
检查源中的 webcontent.js 文件以查看正在加载该文件的内容,在我的例子中是 Endpoint Protection Chrome 浏览器扩展。
同时使用隐身模式加载页面,看看您是否收到相同的错误消息。
我正在用 React 制作一个应用程序。 仅在 Chrome 中,localhost 和 building 和 deploying 后都输出以下错误。
错误。
没找到是什么原因导致的错误,所以请教大家一个问题。
环境是 它是由“create react app”创建的一个react app。 使用的包如下
"@emotion/react": "^11.6.0",
"@emotion/styled": "^11.6.0",
"@mui/icons-material": "^5.1.1",
"@mui/material": "^5.1.1",
"@mui/styles": "^5.1.1",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"axios": "^0.24.0",
"react": "^17.0.2",
"react-device-detect": "^2.1.2",
"react-dom": "^17.0.2",
"react-helmet-async": "^1.1.2",
"react-router-dom": "^6.0.2",
"react-router-hash-link": "^2.4.3",
"react-scripts": "4.0.3",
"swr": "^1.0.1",
"web-vitals": "^1.0.1"
我觉得我用 React 创建的应用程序总是会出现此错误。 是materialui的问题吗?
此致。
检查源中的 webcontent.js 文件以查看正在加载该文件的内容,在我的例子中是 Endpoint Protection Chrome 浏览器扩展。
同时使用隐身模式加载页面,看看您是否收到相同的错误消息。