-
DateTBody: React.createClass is deprecated and will be removed in version 16. Use plain JavaScript classes instead. If you're not yet ready to migrate, create-react-class is available on npm as a drop…
-
-
## Version **21.2.0** of [ts-jest](https://github.com/kulshekhar/ts-jest) was just published.
Branch
Build failing 🚨
Dependency
t…
-
## Version **21.1.3** of [ts-jest](https://github.com/kulshekhar/ts-jest) was just published.
Branch
Build failing 🚨
Dependency
t…
-
Getting an error on webpack production build.
```
Unexpected token: name (onClickOutside) [./node_modules/react-onclickoutside/index.js:92,0]
```
It seems to be fixed in `react-onclickoutside` v…
-
Probably the same issue as https://github.com/facebook/react/issues/9808.
When the Modal is shown and tries to get focus (via `componentDidUpdate` -> `onShow` - `focus`), `setModalNode` will not hav…
-
我修改的代码对应的链接 https://stackblitz.com/edit/dva-example-count-hykf32
主要把下面的操作按钮抽离处理, 这样子做的好处是不跟页面更新的的count一起。
在setState的时候其实下面的按钮是没必要执行render的, 让redux的connect
帮我们进行`shouldComponentUpdate`对比。
-
I went to the releases list and the latest found there is [`3.6.0`](https://github.com/dogfessional/react-swipeable/releases). Then I realized my project had `3.9.2` installed and got confused, so I …
-
### Version
undefined
### Environment
macos chrome "react": "^15.3.0",
### Reproduction link
[http://github.com](http://github.com)
### Steps to reproduce
npm i ant-mobile --save
### …
-
1.1.2的节点排序算法,通过一次循环,同时构建三个辅助对象,actions, removeHits, fuzzyHits
第二次循环,实现所有节点排序,第三次循环,实现多余节点的移除。
```javascript
function diffChildren(lastVnode, nextVnode, parentNode, context, mountQueue) {
let l…