Open
Description
TanStack Table version
v8.20.6
Framework/Library version
Next.js 15.0.3
Describe the bug and the steps to reproduce it
Sorting is not working if reactCompiler
is set true
in next.config.ts
.
// next.config.ts
/** @type {import('next').NextConfig} */
const nextConfig = {
experimental: {
reactCompiler: true,
},
};
export default config;
Reproduction
- Start dev-server:
yarn dev
- Try table sorting on
email
column → verify that it is not working - Set
reactCompiler: false
innext.config.js
- If dev-server is not automatically restarting, restart dev-server
- Sort from
email
column and verify that it is working now
Your Minimal, Reproducible Example - (Sandbox Highly Recommended)
https://codesandbox.io/p/devbox/3sh4jc
Screenshots or Videos (Optional)
No response
Do you intend to try to help solve this bug with your own PR?
None
Terms & Code of Conduct
- I agree to follow this project's Code of Conduct
- I understand that if my bug cannot be reliable reproduced in a debuggable environment, it will probably not be fixed and this issue may even be closed.
Metadata
Metadata
Assignees
Labels
No labels
Activity