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
Currently, only the main Class has access to the group's property when using @expose({ groups: [...]}), if you try to access groups in the nested entities, it does not work.
Proposed solution
When creating a new class for each nested entity, the groups' data should be shared.