Cyclic recursion when serialising object in table.add() #1320
Answered
by
dfahlander
datdinhquoc
asked this question in
Q&A
-
Do people face this issue that I'm facing, it's cyclic recursion when inserting new doc. I have these classes:
When saving an instance of Foo using table.add(), an error about cyclic recursion is shown. |
Beta Was this translation helpful? Give feedback.
Answered by
dfahlander
May 30, 2021
Replies: 1 comment
-
Try [email protected]. It should resolve cyclic references correctly. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
datdinhquoc
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try [email protected]. It should resolve cyclic references correctly.