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
Describe the bug
There are many unneeded import dependencies in the produced Entities.
Expected behavior
It should have only the dependencies that it needs. We had solved this problem in the past with deep cloning the dependencies array, because they were mutated. Something like this is happening in dependencies of Entity.
Screenshots
The text was updated successfully, but these errors were encountered:
Describe the bug
There are many unneeded import dependencies in the produced Entities.
Expected behavior
It should have only the dependencies that it needs. We had solved this problem in the past with deep cloning the dependencies array, because they were mutated. Something like this is happening in dependencies of Entity.
Screenshots
The text was updated successfully, but these errors were encountered: