zhangyan
zhangyan
`incompatible`? `imcompatible`? `incompatible`是对的吧
想问一下 根据目录结构生成route.js 的话 如何处理当url不同却指向同一个component的问题。我现在遇到了这么一个情况,两个route之间差别不大,按照原来的方法,我可以配置不同路径对应相同component,但是现在的话应该这么做?
> 请问model里面的state什么时候回重置到初始值,单页应用中,A页面中state初始值是0,dispatch为1,后跳转B页面,再回A页面,state值不会重置? 如果不需要保存A页面的数据,可以存在state里
🎉🎉🎉🎉🎉🎉
I am very interested in this. How is it going? @Yuyz0112 @jay-khatri
Have you solved this issue? I am getting the same issue in my project. but only in iOS this version can solve this problem https://www.npmjs.com/package/@zhyabs1314/react-image-lightbox
自己写一个modal,处理滚动 @pphx
我今天也遇到了这个问题,看了下源码,发现问题出现在popupmixin.js中 ```js getContent = () => { if (this.props.picker) { let { pickerValue } = this.state; if (pickerValue === null) { pickerValue = this.props.value; } return React.cloneElement(this.props.picker, ({ [this.props.pickerValueProp!]: pickerValue,...
> 我今天也遇到了这个问题,看了下源码,发现问题出现在popupmixin.js中 > > ```js > getContent = () => { > if (this.props.picker) { > let { pickerValue } = this.state; > if (pickerValue === null) { > pickerValue...