杨骐彰

Results 8 issues of 杨骐彰

# Bug report ## Description / Observed Behavior If using mutate without parameters, mutate() always return data even if network has been shut down, the error can not be catch....

discussion
improvement

crash reason: undefined is not object I found the error code `View.propTypes.style` `Text.propTypes.style` I comment this line, works fine. Maybe `View.propTypes` is not support in lastest React-native version?

https://github.com/lisong/code-push-server/blob/42f8e7672db9d8a1f84133c961c2373b03fbfb60/core/services/client-manager.js#L147 正常来说应该是收到最新的更新,但是这里为什么要加入版本区间判断呢。

``` app1: { entry: 'entries/main/index.tsx', filename: '/pages/main.html', template: 'entries/main/index.html', inject: { data: { title: 'mpa-app1', }, }, }, ``` 访问 127.0.0.1:5173/page/main.html 404

enhancement

## 你的运行环境 * 插件版本: ``` "jcore-react-native": "^2.1.0", "jpush-react-native": "^2.9.8", "qs": "^6.11.1", "react": "18.2.0", "react-native": "0.71.6", ``` 通过`pod install`安装,没有其他手工步骤。 ## 期望效果 正常弹授权,以及收到推送 ## 实际效果 编译有个警告:Class 'AppDelegate' does not conform to protocol...

When using monorepo, the package may be promoted to the node_modules of the root directory, so the exclude configuration will not take effect, causing some packages to fail to find...

### 问题描述 PointLayer 和 LayerPopup组合使用时,当PointLayer 设置了animate,鼠标hover显示非常难触发,貌似只有悬停在波纹上才能显示popup。 ### 重现链接 _No response_ ### 重现步骤 _No response_ ### 预期行为 期望能正常出发popup ### 平台 - 操作系统: [macOS, Windows, Linux, React Native ...] - 网页浏览器: [Google...

目前isNoMore为false时,调用loadMore会没有效果。 而在某些场景需要强制加载更多数据。 比如时间正序排列的评论列表,当前没有更多数据了。 然后用户提交了一条数据,就需要刷新后面的数据,但是目前来看是不支持的。

feature