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'll open a PR with a test case. The issue is this: calling withChild with a property that (mistakenly) has no setter causes childrenSetAtConstruction to be true, however, if the node factory's constructor is a lambda provided by the user, children will NOT be set at construction and will be silently ignored. I think we should throw a configuration exception in that case.
The text was updated successfully, but these errors were encountered:
I'll open a PR with a test case. The issue is this: calling withChild with a property that (mistakenly) has no setter causes
childrenSetAtConstruction
to be true, however, if the node factory's constructor is a lambda provided by the user, children will NOT be set at construction and will be silently ignored. I think we should throw a configuration exception in that case.The text was updated successfully, but these errors were encountered: