Mobx observer doesn't react to observed variable if it isn't used direct?

前端 未结 0 1461
北恋
北恋 2020-12-15 14:32

Well consider the following component:

export const EditComponent = observer((props:PropTy) => {
    const {value, label, inputRef, ...rest} = props;
    c         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题