thisTom

Results 2 issues of thisTom

gyp ERR! build error gyp ERR! stack Error: `C:\Program Files (x86)\MSBuild\14.0\bin\MSBuild.exe` failed with exit code: 1 gyp ERR! stack at ChildProcess.onExit (C:\Users\SNQU\AppData\Roaming\npm\node_modules\node-gyp\lib\build.js:196:23) gyp ERR! stack at ChildProcess.emit (events.js:198:13) gyp ERR!...

**bug描述** 百度小程序种3.105.17及以上调试基础库,子组件状态变化,不会触发不渲染更新。 **复现bug的步骤** nanachi init test (默认模板) cd test && npm i nanachi watch pages index index.js替换为如下测试代码: ```js-jsx import React from '@react'; import Welcome from '@components/Welcome/index'; class P extends React.Component...

bug