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

Data mutations contain stringified primary keys #200

Closed
radubrehar opened this issue Oct 11, 2023 · 0 comments
Closed

Data mutations contain stringified primary keys #200

radubrehar opened this issue Oct 11, 2023 · 0 comments
Assignees
Labels
Type: bug Something isn't working
Milestone

Comments

@radubrehar
Copy link
Contributor

DataSource.onDataMutations is called with an object like this: { mutations }

The mutations is a Map with keys always strings, which is not correct. Primary keys could be numbers, etc - and they should be the keys in the Map, not a string.

@radubrehar radubrehar self-assigned this Oct 11, 2023
@radubrehar radubrehar added the Type: bug Something isn't working label Oct 11, 2023
@radubrehar radubrehar added this to the 3.0.3 milestone Oct 11, 2023
roblotter pushed a commit that referenced this issue Oct 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant