Morgan Cheng
Morgan Cheng
I am not sure the timing feature is bound to MobX. It would be great to have this as a standalone React DevTools so that even Redux project can use...
I met same issue. Hard for me to figure this out, since I have already `cha-enzyme` in my unittesting initialization code. With `chai-enzyme` imported before `jsdom`, React component cannot render...
Some explanation on How this package works would be helpful.
I'm still digging the details. It seems that OpenTSDB can calculate rate by itself, if statsd just reported counters. As the attached image, just select the "Rate" checkbox and OpenTSDB...
One more interesting side effect: If not all UI common modules go into `common.js`, so are css modules. As a result, on page navigation, page specific CSS files are switched,...
After changing default state of `elementData` to be string can remove the weird message. ``` routeData: (state={}, action) => { if (action.type === 'ACTION_ROUTE') { return action.data; } return state;...
@sresant Setting initial state to be `null` is a solution for me. In case resolved value is actually `null`, I thought `ReduxAdapter.when` can check the change of given state, but...
@sresant Sorry for the inconvenience. I extracted `whenPromise` from `this._storeAdapter.when(['elementData']`. So, basically the `getElements` method is as below. ``` getElements() { const whenPromise = this._storeAdapter.when(['elementData']); whenPromise.then(() => { console.log('#whenPromise is...
我没有在Windows环境下测试代码,你可以开一个PR来更新这个repo的代码。
什么样的Warning? 我猜是提示prop-types已经成为一个独立的pacakge了,这样的warning可以忽略。 哪个打包文件出了什么错误? 来来来,教你一招:作为步入工程行业的第一步,就是开bug一定要具体,类似于“我左边上边第三颗牙疼”这样具体:-)