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
Assume you have two entities A and B, both contain the property firstName: string.
Add a mutator decorator for the firstName property on both entity classes
In the mutator functions, add console.log("A") and console.log("B") statements so you can see which mutators execute and when
Describe the bug
If you add a mutator decorator for the firstName property on both entity classes, only one of them will run for both entities.
If you absolutely need a reproduction for this issue, let me know and I can try and create one, but I suspect that you will maybe already have an idea why it's happening. :)
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered:
Environment
No response
Reproduction
A
andB
, both contain the propertyfirstName: string
.firstName
property on both entity classesconsole.log("A")
andconsole.log("B")
statements so you can see which mutators execute and whenDescribe the bug
If you add a mutator decorator for the
firstName
property on both entity classes, only one of them will run for both entities.If you absolutely need a reproduction for this issue, let me know and I can try and create one, but I suspect that you will maybe already have an idea why it's happening. :)
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: