-
Notifications
You must be signed in to change notification settings - Fork 5
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
After upgrading to 3.8.0 typescript complains about circular dependencies in models #14
Comments
|
Where creator is just creator: types.maybeNull(types.reference(User)), |
Oh, or it's mst issue? Not sure now, because User it's classy-mst class, but ItemData is simple mst types.model |
Do you have a minimal test case demonstrating the error? |
Oh, I caught it. Problems are in mst itself. mobxjs/mobx-state-tree#1157 |
I guess this can be closed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In 3.7.0 there is no errors
The text was updated successfully, but these errors were encountered: