Alan Yuan
Alan Yuan
**问题描述** 这不能完全算是一个BUG,但是的确体验不太好。 我在使用scroll-view时,没有注意到width和height props,直接使用后滑动页面时就会产生这些报错,有些情况下是由mpx-scroll-view抛出的,但有的时候是better-scroll抛出的。实际上width和height必须在CSS中指定给scroll-view,因为我在源码中注意到(line 263)通过refs获取到了容器和内容的宽高等样式。 如果这些样式最终是交由JS处理的,有没有可能通过props传入width和height两个rpx props?或者是否可以在scroll-view初始化时抛出一个宽高获取的提示和安全取值呢?依赖指定宽高是应该也是可以被理解的,但是现在的错误抛出方式容易被理解为是better-scroll出现了什么问题,而不是调用层面。 **环境信息描述** 至少包含以下部分: 1. 系统类型(Mac或者Windows):Mac 2. Mpx依赖版本(@mpxjs/core、@mpxjs/webpack-plugin和@mpxjs/api-proxy的具体版本,可以通过package-lock.json或者实际去node_modules当中查看):2.6.110,但我搜了release记录,这个问题在更新版本中应该依然存在 4. 小程序开发者工具信息(小程序平台、开发者工具版本、基础库版本):仅H5环境 **最简复现demo** 一般来说通过文字和截图的描述我们很难定位到问题,为了帮助我们快速定位问题并修复,请按照以下指南编写并上传最简复现demo: ` `
想要通过用户上传.svg + 预览 + 导出的方式,貌似现在只接受通过路径方式传入svg
**macOS version: 13.3** **Kap version: 3.6.0** #### Steps to reproduce 1. Click kap icon 2. Lags occurred, takes minutes to be able to interact #### Current behaviour As above ####...
### Is there an existing issue for this? - [X] I have searched the existing issues ### This issue exists in the latest npm version - [X] I am using...
### What's the problem? I am trying to use Mui with Next.js for several commercial projects. I have seen there are some points that can be improved, such as the...
Well I see this on documentation and I was thinking that it should has a trigger and support to switch the rendering, between blur in and blur out.  And...