lisonge / vite-plugin-monkey

A vite plugin server and build your.user.js for userscript engine like Tampermonkey, Violentmonkey, Greasemonkey, ScriptCat
MIT License
1.31k stars 70 forks source link

开发模式下无法控制台无法输出console #90

Closed supreme429 closed 1 year ago

supreme429 commented 1 year ago

如题所诉。 react hooks ts 在开发模式下无法输出console

lisonge commented 1 year ago

请上传最小复现代码到评论区

lisonge commented 1 year ago

还能说话吗?看起来问题和 vite-plugin-monkey 无关

supreme429 commented 1 year ago

是吗?那我起个vue的试试看。感谢回复

supreme429 commented 1 year ago

反馈一下:vue3是没有问题的🤣

lisonge commented 1 year ago

我这边是能正常输出的

image image image

lisonge commented 1 year ago

原因可能是 React StrictMode 引起的,StrictMode 下 react 会修改全局变量 console 的属性

https://juejin.cn/post/7009189602506309640