-
直接引用编译报错:
![1589868492800](https://user-images.githubusercontent.com/26533125/82290757-36d3ec80-99da-11ea-92f3-30139cdb72e2.jpg)
Taro CLI 3.0.0-beta.5 environment info:
System:
OS: mac…
-
error: bundling failed: Error: Unable to resolve module `./index.scss` from `/Users/edz/workspace/taroRnAppLearn/node_modules/taro-listview/dist/weapp/components/list-view/index.tsx`:
-
-
一个手机端项目,使用大大的组件,封装成一个公共的组件,在消息tab页,待办tab页引用它,,如果先进入消息tab页,下拉刷新可以正常显示,然后进入待办tab页,下拉刷新没有动画。
-
文档中也没有出现。我这边只要传入这个变量,列表就会变空白。
-
![image](https://user-images.githubusercontent.com/33006878/64044756-340a4080-cb9a-11e9-8796-1d5c4a1114d4.png)
是否可以给出一个完整的代码demo?并且将代码修复下错误
-
项目引用了@tarojs/cli,版本为1.3.15
这个依赖组件本身没有用到吧 ?
它的存在会导致和全局的cli冲突.
-
### 问题描述
A组件嵌套了B组件,A组件中把state值当作props传给B,并在A的componentDidMount中设置 A新的state,并在B的componentDidMount中设置自己新的state,**B组件的componentWillReceiveProps会触发两次,并且两次nextProps和当前props值相同**,作为组件类普遍都在 componentWil…
-
**问题描述**
if 表达式下的循环体内,自定义组件属性引用 item 值进行计算会出现问题
**复现步骤**
```js
export default class Test extends Component {
constructor(props) {
super(props);
this.state = {
listForTest: [
…