-
**问题描述**
我使用的cli和项目的依赖包都升级到2.1.4版本了,结果还是报错
**报错信息**
./.temp/app.js
Module build failed (from ./node_modules/@tarojs/webpack-runner/node_modules/babel-loader/lib/index.js):
SyntaxError: E:/workP…
-
### 问题描述
代码功能是页面内有个AtTextarea文本框和一个清空内容的按钮,用户点击清空按钮时将内容清空。
通过setState的方式已经实现,但是我改成通过dva的方式时,出现错误。dva的dispatch函数不被识别。
### 复现步骤
项目配置为taro+dva+typescript+taro-ui,使用dva时,编译通过,但小程序在运行时无法识别p…
-
**问题描述**
在测试color-ui的form表单功能在微信小程序上的效果,开发者工具“不能使用模版消息”
**复现步骤**
```js
import Taro from '@tarojs/taro'
import { AtForm, AtInput, AtButton } from 'taro-ui'
export default class Inde…
-
### 问题描述
taro是最新的2.0.1,根据文档直接生成的,也是对比config/index.js里的plugin与[文档](https://nervjs.github.io/taro/docs/migrate-to-2.html#%E5%BC%82%E6%AD%A5%E7%BC%96%E7%A8%8B%E8%B0%83%E6%95%B4)一致
同样没有开启小程序开发工具的ES6…
-
**问题描述**
比如querystring,比如Buffer
**复现步骤**
`package.json`中有如下包,在项目某个js中import这些包,会报错
```json
{ "dependencies": { "querystring": "^0.2.0", "buffer": "^5.2.1" } }
```
在`node_modules`文件夹中可以找到这些包…
-
Please provide us with the information requested in this bug report. Without these details, we won't be able to fully evaluate this issue.
Bug reports lacking detail, or for any other reason than to…
-
### 问题描述
taro版本2.0.0
taro-ui版本2.2.4
编译可以正常通过,进到开发者工具预览会提示 Cannot read property 'defaultProps' of undefined
### 复现步骤
```js
import Taro, { Component } from "@tarojs/taro"
import { View } f…
-
**Describe the bug**
If you have a variable product and make any single variation "Out of Stock", then head to bulk edit the product (or others) and make no changes but select Update this changes ALL…
-
**问题描述**
支付宝小程序引用 mini-html-parser2 后,打包时会漏掉该包引用的一个文件
**复现步骤**
1. git clone git@github.com:hao-li/taro-problem-sample.git
2. yarn
3. yarn build:alipay
4. 使用 Mini Program Studio(支付宝开发者工具)打开 dis…
-
**问题描述**
支付宝小程序 Cannot read property 'compid' of undefined
**复现步骤**
1. git clone git@github.com:hao-li/taro-problem-sample.git
2. yarn
3. yarn build:alipay
4. 使用 Mini Program Studio(支付宝开发者工具)打…