v9 ESM-only #6543
|
Hi TanStack team, and congrats on the v9 stable release! 🎉 While upgrading from the v9 alpha we noticed that @tanstack/react-table and @tanstack/table-core v9 ship as ESM-only. This is a change from v8, which shipped a dual CJS+ESM build. We're mostly curious about the reasoning and future direction here: Is this an intentional decision for v9, and if so, is there any chance a CJS build could be published alongside? That would help consumers who can't yet fully move away from CJS tooling (Jest in Node mode being the main pain point). We'd love to understand what the plan is so we can figure out the best path forward on our end. Thanks! |
Replies: 1 comment
|
All TanStack packages going forward will be ESM only. Not including this in the migration guides was an oversight though. |
All TanStack packages going forward will be ESM only. Not including this in the migration guides was an oversight though.