-
### 相关平台
微信小程序
### 复现仓库
[https://gist.github.com/johnsoncheg/4bf5eb258e585fd82023258dc1718a86](https://gist.github.com/johnsoncheg/4bf5eb258e585fd82023258dc1718a86)
**小程序基础库: 2.24.5**
**使用框…
-
### Describe the bug
Our project uses a custom DocumentationTemplate.mdx file. The `storybook` and `build-storybook` commands work with no issue. When I try to run the tests with this addon, a build …
-
### 相关平台
微信小程序
**小程序基础库: 3.0.0**
**使用框架: React**
### 复现步骤
https://github.com/NervJS/taro/tree/next/examples/new-blended
在页面或者在控制台加定时器调用 getApp() 或者 Taro.getApp(),无效
### 期望结果
正常返回…
-
### Describe the bug
Integrating Mui-base Menu in the storybook throws an error:
`The compound component's child doesn't have a key. You need to provide a missingKeyGenerator to generate it.`
![Scr…
-
### 相关平台
支付宝小程序
### 复现仓库
[https://github.com/sqs8866/mapback.git](https://github.com/sqs8866/mapback.git)
**小程序基础库: enen**
**使用框架: React**
### 复现步骤
1、连续拖动地图,大概十几次,1秒1次左右的速度,就会出现。
已经滑到了…
-
### Describe the bug
Storybook fails to read new eslint configuration.
Eslint is planning to remove the old `.eslintrc.json` config setup and going to use `eslint.config.js` from version 9 on. As…
-
### Describe the bug
While updating from `6.5.12` to `7.0.12`, I'm facing a compilation error that I don't understand:
```
/Users/valentin/my-monorepo/node_modules/webpack/lib/NormalModule.js:758
…
-
### 相关平台
微信小程序
**小程序基础库: latest**
**使用框架: React**
### 复现步骤
### 相关平台
微信小程序
**小程序基础库: latest**
**使用框架: React**
### 复现步骤
https://github.com/crazyair/taro-demo-2
dev:w…
-
### 相关平台
快手小程序
**使用框架: React**
### 复现步骤
app.tsx内全局定义了globalData,后续使用Taro.getApp()获取不到globalData
### 期望结果
能够正常获取到globalData
### 实际结果
获取不到globalData
### 环境信息
```
👽 Taro v3.5…
hcxmj updated
6 months ago
-
### 相关平台
微信小程序
**小程序基础库: 3.1.1**
**使用框架: React**
### 复现步骤
我使用的函数式组件,在官网 VirtualWaterfall 的示例中直接拷贝的内容
```ts
import { createRef, memo, useEffect, useLayoutEffect } from 'react';
im…