-
### Taro UI 版本信息
v3.1.0-beta.4
### 问题描述
https://github.com/NervJS/taro-ui/blob/00a2e4d0a60d9bfbf366f46044ab66520918a57a/packages/taro-ui/src/components/float-layout/index.tsx#L51
### 复现步骤
…
-
### Taro UI 版本信息
v3.1.0-beta.4
### 问题描述
AtDrawer组件嵌套使用AtFloatLayout组件,AtDrawer会闪现一下再触发动画展示
"@tarojs/taro": "3.5.8"正常
"@tarojs/taro": "3.6.20"异常
### 复现步骤
点击AtDrawer就可
### 复现代码
``…
-
**问题描述**
import UI 组件出现 Cannot find module './style/index.scss'错误。
**复现步骤**
```js
import React, { Component } from "react";
import { connect } from "react-redux";
import { View, Button…
-
**问题描述**
Taro v3.0.15
taro-ui v3.0.0-alpha.3
平台 tt
飞书小程序,使用AtTabs,如果改变了tabList中title的值,会导致AtTabs的onClick不被调用
**复现步骤**
1. 使用AtTabs,并设置tabList的初始值
2. 修改tabList中的title值
3. 点击被修改的tab,不触发on…
-
### 相关平台
React Native
**使用框架: React**
### 复现步骤
新建taro项目,引入app.ts文件引入 import 'taro-ui/dist/style/index.rn.scss' 就报错:error: node_modules\taro-ui\dist\style\index.rn.scss: Jest worker enc…
-
通过 npm 安装taro-ui 后, 查看 node_modules/taro-ui 有个lib子目录,没有看到 package.json有说明入口,那么这个目录的用处是什么呢?
-
![image](https://user-images.githubusercontent.com/39801991/109116849-26784b80-777c-11eb-8660-debef8d4da8f.png)
实际这个文件是存在的,但是预览时会报这个错误。有时是这个文件找不到,有时是其他文件找不到。
版本信息:
npmPackages:
@tarojs/c…
-
**问题描述**
AtActivityIndicator 异常,没有动画效果,显示三个横杆,如果不设置颜色,不显示
**复现步骤**
```js
```
**期望行为**
**报错信息**
![image](https://github.com/NervJS/taro-ui/assets/25144301/c4633ede-ef03-43df-af6d-8…
-
### Taro UI 版本信息
2.1.0
### 问题描述
options/index.js中,componentDidMount执行delayQuerySelector方法得到响应后,在this.props.onQueryedDom(res[0])中发生异常;
异常的原因:res[0]解构时无width属性,导致onQueryedDom执行时异常
### 复现步骤
…
-
是这样的,我昨晚通过npm install -g @tarojs/cli下载完taro的安装工具之后,我新建了一个项目,是可以运行的,然后我就安装了taro-ui,按照taro-ui文档的快速上手来弄的,结果编译报错了,我选择是react,我没选ts。
![微信图片_20200728110625](https://user-images.githubusercontent.com/4596692…