GroupColumnDefBase not being exported, causing type error when using declaration
tsconfig #5444
#6004
Open
2 tasks done
Uh oh!
There was an error while loading. Please reload this page.
TanStack Table version
v8.21.3
Framework/Library version
React v18
Describe the bug and the steps to reproduce it
This is a very similar issue to #5444
Due to this type not being exported, creating declaration files for objects that uses
columnHelper.group
throws a TypeScript error:Exported variable 'foo' has or is using name 'GroupColumnDefBase' from external module "/.../@tanstack/table-core/build/lib/types" but cannot be named.
Exporting this variable resolves this issue
Your Minimal, Reproducible Example - (Sandbox Highly Recommended)
Screenshots or Videos (Optional)
No response
Do you intend to try to help solve this bug with your own PR?
Yes
Terms & Code of Conduct
The text was updated successfully, but these errors were encountered: