最佳答案
我正在开发一个 React 应用程序,我使用了一些 npm 模块,其中一个是我自己构建的。(我的 NPM 套餐: Https://www.npmjs.com/package/modale-react-rm.
它是一个简单的模式,用 useState()
打开和关闭。
导入包之后,控制台中出现了一个错误,该错误在几秒钟后突然出现,没有执行任何操作。
Uncaught (in promise) localhost/:1
>{message: 'A listener indicated an asynchronous response by r…age channel closed before a response was received'}
message: "A listener indicated an asynchronous response by returning true, but the message channel closed before a response was received"
>[[Prototype]]: Object
>constructor: ƒ ()
>[[Prototype]]: Object
/* sometimes there are specific elements in addition but I could not check when they appear and when not */
Promise.then (asynchrone)
(anonyme) @content_script_bundle.js:108
handleNewFeatures @content_script_bundle.js:101
handleUpdatedNodes @content_script_bundle.js:101
(anonyme) @content_script_bundle.js:101
childlist(asynchrone)
0 @purplebox.js:1
(anonyme) @purplebox.js:1
v @purplebox.js:1
它不会屏蔽我的页面,也不会妨碍其功能的正常运行,但它是一个错误,我认为它应该得到修复,也许可以帮助其他有同样问题的人。
我指定在这个项目中不发出任何异步请求。所有内容都是本地的,我使用的少量数据都是直接导入原始数据的。 我也不知道 紫盒是从哪里来的