卡晨

Results 109 comments of 卡晨

推测应该是部分安卓内核的渲染 bug,感觉并不太好排查,可以考虑换成 rem 布局或者关掉高清方案对比试试看?

This is probably a bug of react-spring. We'll forward an issue to them.

@freewind 看你上面发的代码,Store1Provider 是套在 Store2Provider 外层的,那自然不能在 Store1 中去 `useStore2` 的,违背了依赖的先后顺序 不过 hox 的报错倒是可以优化一下,不能直接 undefined……

This is strange… Can you zip and upload the project? Or push it to a GitHub repo so that we can check the code.

I've investigated the project you uploaded but sorry that I couldn't find anything wrong there. It's really strange. I decided to give up digging further because we'll rewrite the Calendar...

@miracles1919 @zombieJ Is there any plan to build the new Calendar component?

兼容性不行的,等过两年我们不需要支持 iOS 11 了才能用 IntersectionObserver 至于你说的性能问题,有具体的可以验证的 demo 不?理论上现在性能影响应该是完全可控的 🤔

的确是,目前我们有些内部项目也是这么玩的,但是感觉有点挫 😅 成本也有点高

其实回过头来想一下,这种情况下还何必用 ImageUploader 组件呢?直接自己写个 Image 组件列表 + 上传按钮 不就可以了么 🤔 硬要拦截 ImageUploader 的上传事件,感觉有点黑,意义也不太大……?