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
I have been testing docson, but reached a problem of browser entering in a infinite loop, when I have cyclic references. There are a lot of events "MessageEvent".
It seems like the references are pre-fetched. Is there any way to disable this pre-fetched behavior?
The text was updated successfully, but these errors were encountered:
It's also happening to me, I have an article.json having a body attribute of type articlebody.json which a list of articleparts.json which is an "anyOf" some items like text, image, etc, and also iarticleparts.json to allow recursion, which is our definition of mixed lists of elements in our article bodies.
Encontering this, docson downloads my json definitions in an infinite loop :-(
I have been testing docson, but reached a problem of browser entering in a infinite loop, when I have cyclic references. There are a lot of events "MessageEvent".
It seems like the references are pre-fetched. Is there any way to disable this pre-fetched behavior?
The text was updated successfully, but these errors were encountered: