YuTengjing

Results 192 comments of YuTengjing

@ljharb I's very strange that I'm using zsh but load bash completion:

Set __REACT_DEVTOOLS_GLOBAL_HOOK__ environment is not a good idea because https://github.com/pmmmwh/react-refresh-webpack-plugin/issues/475

You can see there is no react components and profiler tab in the devtools. Because I using the devtools to remote debug. I open the devtools from this page: I...

To reproduce this is a little complex, you may need to install photoshop or affect and config the debug model...

建议使用 immutable.js 改写 shouldComponentUpdate 应该为: ```javascript shouldComponentUpdate = (nextProps, nextState) => { const thisProps = this.props || {}; const thisState = this.state || {}; nextProps = nextProps || {}; nextState...

我现在的工作是 electron 和 adobe cep 扩展相关,暂时没有精力支持,欢迎 pr。

等 vue3 发稳定版后有时间就开始搞。

通过 window.test = function() {} 在 background 中定义 test 方法应该就没问题了