Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

同一个执行栈中 DataBinder 本地更新后继续更新会清除之前更新的数据 #1314

Closed
bdoycn opened this issue Jan 13, 2019 · 0 comments

Comments

@bdoycn
Copy link

bdoycn commented Jan 13, 2019

问题描述

示例

// 本地更新
this.props.updateBindingData('a', {
  url: '',
  defaultBindingData: { a: 1 }
})

// 第二次不管本地还是网络更新都会清除之前更新的数据
this.props.updateBindingData('b', {
  url: '',
  defaultBindingData: { b: 2 }
})

// 执行后 a 的数据没有更新
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants