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
{{ message }}
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.
Thank you for solution!
I wasted 5 hours trying to implement new store. Fixed with index.ts file.
So isn't it should be done when running "ignite generate model"? According to the link in the README when model is generated there should be also index.ts
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Steps to reproduce:
Error: [mobx-state-tree] expected mobx-state-tree
typeas argument 1, got undefined instead
How i fixed it:
import {FooModel} from "../foo"
I wasted 2 hours of debugging and pulling my hair. only to realize this.
The text was updated successfully, but these errors were encountered: