Replies: 1 comment 1 reply
-
Hi @scytacki! Hmm, nice find. That looks like a bug, for sure. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it expected that
types.snapshotProcessor
will modify the type that it is wrapping?I found the following test passes:
Note that the modification only happens after
Todo2.create()
is called.I tracked this down to
SnapshotProcessor#_fixNode
which is called on instantiate, and it callsproxyNodeTypeMethods(node.type, this, "create")
.If this is unexpected, I can make an issue for it.
Beta Was this translation helpful? Give feedback.
All reactions