React Table declaration failing to merge w/ pnpm
with the file
tanstack-table.d.ts
I fail to get this ColumnMeta
merged with the tanstack types, while this works when using npm
.
2 Replies
inland-turquoiseOP•3y ago
It appears that running
pnpm add -D @tanstack/table-core
solved my problem.inland-turquoiseOP•3y ago
GitHub
ColumnDef Meta cannot be declared with pnpm · Issue #4597 · TanStac...
Describe the bug When using pnpm as a package manager, @tanstack/table-core is not installed in node_modules, as this is only a dependency of @tanstack/react-table. As such, this table-core package...