Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect field name parsing #38

Open
inoyakaigor opened this issue Oct 28, 2022 · 1 comment
Open

Incorrect field name parsing #38

inoyakaigor opened this issue Oct 28, 2022 · 1 comment

Comments

@inoyakaigor
Copy link
Contributor

inoyakaigor commented Oct 28, 2022

I found that class properties that is arrays has incorrect names in logs but not all the time:
image

I think in case of correct name changed exactly this property (store.arrayField): [] → [{…}, {…}, {…}]
While name is incorrect the changes are taking place within the object: store.arrayField[0].someProp = 1

UPD:
It happens there:
image
result:
image

@kubk
Copy link
Owner

kubk commented Oct 28, 2022

Thanks, probably it's better to keep the original name here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants