Navigation Menu

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

Fix resolver caching issue when setting values #9938

Merged
merged 1 commit into from Dec 1, 2021

Conversation

kurkle
Copy link
Member

@kurkle kurkle commented Dec 1, 2021

Ref: #9935

Setting an undefined property to a value in a resolver did not update the cached value, but only tried to delete it.
The value was correctly updated to the underlying object, but the resolver still returned undefined.

I think this issue originates from #9661

@kurkle kurkle added this to the Version 3.6.2 milestone Dec 1, 2021
@etimberg etimberg merged commit db995af into chartjs:master Dec 1, 2021
@kurkle kurkle deleted the resolver-caching-issue branch December 8, 2021 18:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants