Skip to content

invalidSnapshotReference error #2064

Answered by BrianHung
msamec asked this question in Q&A
Discussion options

You must be logged in to vote

The todo you created is not attached to the rootStore, so it will result in a invalidSnapshotReference when it tries to resolve up the user.

The following should work:

const store = RootStore.create()
store.addUser({ id: "1", name: "User" })
store.addTodo({ id: "1", name: "Todo", user: "1" });

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@coolsoftwaretyler
Comment options

Answer selected by coolsoftwaretyler
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants