mobxjs / mobx-utils

Utility functions and common patterns for MobX
MIT License
1.18k stars 124 forks source link

addHiddenProp should use 'defineProperty' from 'mobx' #302

Open SpringNyan opened 2 years ago

SpringNyan commented 2 years ago

When useProxies is set to "ifavailable", createTransformer may throw error in some use cases (see repro). This issue should be related to mobxjs/mobx#2876

Repro: https://codesandbox.io/s/mobx-defineproperty-forked-q4q6k?file=/src/index.ts