Query builder mutates the Entities list #15557
Labels
🐛 bug
Any issue that describes a bug
✅ status: resolved
Applies to issues that have pending PRs resolving them, or PRs that have already merged.
Description
The Entities list assigned as an
@Input
gets mutated attaching a lot of information to it.Steps to reproduce
Result
The Entities list which was a few lines long now it's huge, each fields has a lot of metadata appended to it.
Expected result
@Input
s should be treated as readonlyAttachments
Stackblitz example
The text was updated successfully, but these errors were encountered: