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
Given a circular reference between two components I'd expect it to be detected when a first cycle appears in the reference traversal stack, so in the example linked here:
I wouldn't recommend it though. The "CircularReferenceCounter" name is a bit misleading. It actually counts how many time the loader visited a schema reference. There are valid cases in which you will need to actually raise the value of "CircularReferenceCounter" in order to load the schema successfully.
Given a circular reference between two components I'd expect it to be detected when a first cycle appears in the reference traversal stack, so in the example linked here:
https://go.dev/play/p/0QT2aV29OSF
I'd expect to see:
without the additional cycle mentioned in the error message.
The text was updated successfully, but these errors were encountered: