[React Compiler] useReactTable state updates not reflected in UI #75
ashimrai123
started this conversation in
Something went wrong
Replies: 1 comment
-
|
Hi there! Taking a look at your issue regarding When working with the React Compiler (React Forget), this type of behavior usually stems from how the compiler analyzes hook dependencies and component boundaries. Make sure that:
Hope this helps clarify the expected boundaries! Let me know if you have a minimal repro I can test against. |
Beta Was this translation helpful? Give feedback.
0 replies
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