jd-opensource / jd-opensource/taro-ui
AtSwipeAction 提示 TypeError: Cannot read property 'width' of null
- Dominant language
- TypeScript
- Stars
- 4.7k
- Forks
- 740
- PR merge metrics
- No merged PRs in 30d
Description
**问题描述**



使用AtSwipeAction 并且渲染到页面中时报错如上
**复现步骤**
我点击新增item,给我的list push了一个新item,报错如上
```js
const renderTodoItems = () => {
return todoList.map((item, index) => {
return (
{item?.isFinished ? '✔' : '×' }
{item.content}
)
})
}
```
**期望行为**
**报错信息**
**系统信息**
Contributor guide
Assessment
This issue has not been assessed yet.