-
Notifications
You must be signed in to change notification settings - Fork 642
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3.2.0 object-node.d.ts subpathAtom error #968
Comments
I've seen this before with One way to address it might be adding back |
Actually, there are no explicit imports of |
Should be fixed in 3.2.1 now, sorry about that! |
@RainerAtSpirit what kind of issues are you running into with TS3.0? just curiours |
3.2.1 seems to work. I was in the process of upgrading to typescript 3.0.1 (from 2.7.2). So I'm clear, any issues with mst and typescript 3.0.1? |
@xaviergonz TS3.0.1 produces a bunch of Typing errors in our projects. Haven't found the root issue yet, so we're down to TS2.8.4. Probably related to the fact that we're creating common things like stores as separate private npm packages and then consume those in our projects. d.ts output changed between 2.8.4/2.9.2 and 3.0.1 and there are some issues related to that on the typescript repo. |
With a clean npm init project:
"mobx": "5.0.3",
"mobx-state-tree": "3.2.0"
has this value:
installed 3.1.1 and it looks like this:
Is this a problem with the build?
The text was updated successfully, but these errors were encountered: