[React Compiler] useReactTable state updates not reflected in UI #75
ashimrai123
started this conversation in
Something went wrong
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What I did
babel-plugin-react-compilerenabled.setData(...)to change the row data.What I expected
useReactTablelogic should pick up the new data array and recompute the row model.What actually happened
datastate updates (verified viaconsole.log).babel-plugin-react-compiler, everything works normally — state updates reflect in the table.Minimal reproducible example
Beta Was this translation helpful? Give feedback.
All reactions