You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Welcome to MobX. Please provide as much relevant information as possible!
I have a:
Question: Feel free to just state your question. For a quick answer, there are usually people online at our Gitter channel
Documentation improvement. Please don't open an issue but create a PR instead!
Issue:
Provide error messages including stacktrace
Provide a minimal sample reproduction. Create a reproduction based on this sandbox
Did you check this issue wasn't filed before?
Elaborate on your issue. What behavior did you expect?
State the versions of MobX and relevant libraries. Which browser / node / ... version? mobx 5.0.3
Idea:
What problem would it solve for you?
Do you think others will benefit from this change as well and it should in core package (see also mobx-utils)?
Are you willing to (attempt) a PR yourself?
Interface IAutorunOptions is not exported by mobx.d.ts, although it is part of the public API. So in order to use this type it needs to imported with a deep path:
Welcome to MobX. Please provide as much relevant information as possible!
I have a:
Interface
IAutorunOptions
is not exported bymobx.d.ts
, although it is part of the public API. So in order to use this type it needs to imported with a deep path:It should also be exported by
mobx.d.ts
so that it can be imported through module'mobx'
likeThe text was updated successfully, but these errors were encountered: