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 May 4, 2023. It is now read-only.
The text was updated successfully, but these errors were encountered:
edwinquaihoi
changed the title
JSOG does not work with cyclic dependencies due to typescript resolution order
JSOG does not work with cyclic dependencies due to typescript / reflect-metadata resolution order
Jan 15, 2018
sorry for my late answer. If you have a fix for the problem you can (of course) open a pull request if you like. I cannot reproduce the problem yet because you did not provide an example. Looking forward for your PR!
@edwinquaihoi I think I've run into this too (same object held in sub-array is coming up as an independent object... which then causes hibernate to complain that I'm persisting the same object twice) do you still have your solution?
I worked around this by invoking the Javascript JSOG library in Angular instead of this one. I don't exactly recall, but basically I had an object with a list, and one of the objects in the list had a reference to the parent, but was fully rendered and thus the object was re-created instead of referenced.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The following issue affects jsog-typescript microsoft/TypeScript#4521
The text was updated successfully, but these errors were encountered: