alpha: getting the memo() function when calling column.getFacetedUniqueValues()
#5882
Open
2 tasks done
column.getFacetedUniqueValues()
#5882
TanStack Table version
alpha
Framework/Library version
qwik 1.12
Describe the bug and the steps to reproduce it
I want to get qwik working with SSR in v9. To that end I want to see what the current state is.
I'm just trying the qwik filter example and after I added
noSerialize(header)
before line 234 ofexamples/qwik/filters/src/main.tsx
to make it work, I get the errorInspection shows me that the value is not an object but instead the
memo
function, and I need to call it to get the actual result (socolumn.getFacetedUniqueValues()().keys()
. What is going wrong?Your Minimal, Reproducible Example - (Sandbox Highly Recommended)
just the repo
Screenshots or Videos (Optional)
No response
Do you intend to try to help solve this bug with your own PR?
Maybe, I'll investigate and start debugging
Terms & Code of Conduct
The text was updated successfully, but these errors were encountered: