fix: invalidate cached values after updating accessor functions
What's this PR
https://github.com/TanStack/table/issues/5363
The above issue reported that getValues returns stale cached values after changing accessor functions.
This PR fixes it.
8cd8449: add unit tests f66f4e6: accessor functions are also held as cache, and it determines whether the cached data are fresh or stale.
Is this good to merge?
Would love to see this merged!
@tannerlinsley can we get some eyes on this? :)
Hi @tannerlinsley, may you have a look at this one?
@KevinVandy , (sorry to tag, saw you're active merging fixes on this repo) is it possible to get a review on this PR? I'm running into this problem and would like to avoid running a fork if this has a path to merge to main
I feel like I'm also running into this one fwiw.