_Bug report_
Sandbox link or minimal reproduction code
https://github.com/benkuly/mst-issue-ts2589
Describe the expected behavior
I defined the mst-model in a seperate/shared project (in the example it is named "common").
Now I want to use it in another project (in the example it is named "client").
This already works, if I define the mst-model in the same project.
Describe the observed behavior
The "common" project compiles without errors, but I get TypeScript error: Type instantiation is excessively deep and possibly infinite. TS2589 when I want to compile the "client" project.
It seems to be related with the generated declaration files in the "common" project
Thanks for your help!
Should be fixed in v3.14.0
Very cool! Thank you! :-)
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs or questions.
Most helpful comment
Should be fixed in v3.14.0