Replies: 1 comment
-
Technically, you should be able to access that type with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
If you want to extend or create a custom function using makeObservable, you may want to also pass in
CreateObservableOptions
to that custom function.The
CreateObservableOptions
type is not exported though and must be imported fromdist/api/observable
ordist/internal
- both unresolvable locations at pack time (according to dependency cruiser).Would be great if we can also export that type.
Suggested code change in PR #2717
Beta Was this translation helpful? Give feedback.
All reactions