叶枫
叶枫
``` const config: IConfig = { // 路由配置 routes: Routers(), ``` ``` umi block add xxx --path=demo 就会报这个错误 ✖ error Error: Error: can not find import of undefined ```
目前是 `Appstroe`,是不是应该叫 `AppStroe`
因为 lodash `get({ data: 11 }, undefined)` 返回的是 `undefined`,而不是 `{}`,所以 `name` 为 `undefined` 需要返回 `undefined`
### 相关平台 微信小程序 **小程序基础库: latest** **使用框架: React** ### 复现步骤 ### 相关平台 微信小程序 **小程序基础库: latest** **使用框架: React** ### 复现步骤 https://github.com/crazyair/taro-demo-2 dev:weapp 启动项目即可看到 ### 期望结果 value 的值能正确显示 ### 实际结果 value 不显示 ###...
[[中文版模板 / Chinese template](https://github.com/ant-design/ant-design/blob/master/.github/PULL_REQUEST_TEMPLATE/pr_cn.md?plain=1)] ### 🤔 This is a ... - [x] New feature - [ ] Bug fix - [ ] Site / documentation update - [ ] Demo...
### Which react-spring target are you using? - [X] `@react-spring/web` - [ ] `@react-spring/three` - [ ] `@react-spring/native` - [ ] `@react-spring/konva` - [ ] `@react-spring/zdog` ### What version of...
### Reproduction link https://stackblitz.com/edit/react-etuypq?file=demo.tsx ### Steps to reproduce 1. 点击 Open Drawer 2. 点击 Open Modal ### What is expected? Drawer 不闪动 ### What is actually happening? Drawer 位置变了 |...
## What happens? 在 3.5.0 版本,添加 ```ts declare module 'react-router' { export interface RouteObject { name?: string; } } ``` 会让 `routes?.[0].route.name` 的 name 报错 ## Mini Showcase Repository(REQUIRED) >...
### Reproduction link [](https://stackblitz.com/edit/react-hnugwf?file=demo.tsx) ### Steps to reproduce 1. 点击 Cascader 2. hover `1` 3. hover `2` ### What is expected? 2 能被 hover 到 ### What is...