-
-
Notifications
You must be signed in to change notification settings - Fork 127
Open
Description
Hello,
Currently, the fromPromise calls extendObservable with the { deep: false } option by default.
MobX's observable.map and observable.set use { deep: true }. Similarly, I believe most of the time we expect the value of the promise to be observable as well.
Maybe it makes sense to allow the user to pass their own options?
Manually converting the resolved value to an observable afterwards can be cumbersome.
Metadata
Metadata
Assignees
Labels
No labels