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 believe there's a clash between id property from TransactedItem with id from package name. For now removing or renaming the id property works, maybe changing package name could work too, but it's impossible for my project.
Is there any solution?
Ignoring id property from optics could also work since I don't need it to change, but I don't know how.
The text was updated successfully, but these errors were encountered:
What version are you currently using?
1.1.5
I have this class (notice
id
parameter and the package name):This is what happens:
I believe there's a clash between
id
property fromTransactedItem
withid
from package name. For now removing or renaming theid
property works, maybe changing package name could work too, but it's impossible for my project.Is there any solution?
Ignoring
id
property from optics could also work since I don't need it to change, but I don't know how.The text was updated successfully, but these errors were encountered: