nuintun
nuintun
### 相关平台 微信小程序 ### 复现仓库 [https://github.com/nuintun/taro-bugs](https://github.com/nuintun/taro-bugs) **小程序基础库: 2.52.2** **使用框架: React** index.module.scss ```scss .inputNumber { width: 176px; display: flex; min-height: 54px; position: relative; border-radius: 8px; align-items: center; box-sizing: border-box; background-color: #fff;...
### 这个特性解决了什么问题? 提升性能,废弃弃用的依赖版本,防范安全漏洞! 特别是 `@tarojs/components` 等发送到客户端库! ### 这个 API 长什么样? 无 
**What kind of change does this PR introduce?** bugfix: hot event optimizing **Did you add tests for your changes?** Yes **Does this PR introduce a breaking change?** No **What needs...
https://github.com/react-component/virtual-list/blob/fe039bfb4b3b00a8136c463616abd6000f16816c/src/hooks/useScrollTo.tsx#L21-L25
### Reproduction link [](https://codesandbox.io/s/cai-dan-suo-jin-rrw51q) ### Steps to reproduce 设置 inlineIndent 参数 ### What is expected? 忽略顶级菜单缩进,分组标签按照正常菜单逻辑缩进 ### What is actually happening? 顶级菜单未忽略缩进,分组标签忽略了缩进参数 | Environment | Info | |...
- Add spanish language name - Add language fallback under chinese font file non exists
[[中文版模板 / Chinese template](https://github.com/ant-design/ant-design/blob/master/.github/PULL_REQUEST_TEMPLATE/pr_cn.md)] ### 🤔 This is a ... - [x] New feature - [ ] Bug fix - [ ] Site / documentation update - [ ] Demo...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `yarn` dependencies of...
Re export `Config` definition for node module. 
### Reproduction link [](https://stackblitz.com/edit/react-b9mjyk) ### Steps to reproduce 设置 Popconfirm 的 placement="topRight",并保证左上角没有足够的显示位置。其它 placement 未详细测试,估计也有此类问题! ### What is expected? 箭头显示在正确位置  ### What is actually happening? 箭头显示在错误位置  |...