itmanyong

Results 20 issues of itmanyong

尝试了设置babel/plugins都没有效果

使用 npm install react-keeper 安装失败;项目机遇vite2.4+react17;错误如下: ![image](https://user-images.githubusercontent.com/53500371/127635563-e869385a-9999-4c52-8ccc-d9c1487f3a52.png)

实例中的computed及watch由于签名为字符串数组,是否可以支持props呢,在使用setup中又想监听某些props的变化,而这个限制貌似只有将监听通过内置hook写在组件内部,给人一种很不优雅的感觉。本质上都是监听,却又要通过组件内部来触发settings更新state达到效果。 虽然对于模块的状态在实例中监听可能会多次触发,但某些情况下的衍生数据对于写入模块显得有些小题大做。 理想状态: computed监听state、props、refComputed、moduleState、moduleComputed watch监听state、props、refComputed、moduleState、moduleComputed

enhancement

列表项的高度完全由实际渲染决定,不再设置(itemSize)之类任何的有关高度的设置。完全预估形式的,这样比itemSize来的更加有特色。可能性能上稍逊。 ps:可以参考[这个库](https://virtuoso.dev/auto-resizing/)的预估高度思路

如题,类似于taro、react mobile等react生态的版本有计划吗

**Is your feature request related to a problem? Please describe.** Add native instance references to the REF of component layers, controls and tools, so that the methods and properties of...

Repeated switching of container component uninstallation and initialization winbox will error out. If you have the following component structure: ```js // ParentComponent visible default is false // WinBoxWrapper ``` 1.Change...

1.在导入第三方npm包的api时,经过mp-npm解析后应该保持from的包名不变,但是经过验证测试。发现页面中的js文件没有问题。但是app.js的包名却被转换成了绝对路径。如下图 ![image](https://github.com/cong-min/gulp-mp-npm/assets/53500371/3aaf6a68-15bc-4432-9c1e-558abcccefbe) ![image](https://github.com/cong-min/gulp-mp-npm/assets/53500371/901e956e-82ab-445b-81c8-3035610619cd)

希望可以添加一些使用时的可配置参数,例如: 1.log日志的开关、自定义等 2.分析后输出拦截函数等