-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Description
TanStack Table version
8.20.5
Framework/Library version
Angular 18.2.0
Describe the bug and the steps to reproduce it
Thanks for the incredible work!
I have a nx Monorepo with a buildable ui library where i want to use createAngularTable
When trying to build this library i get following message.
Public property 'table' of exported class has or is using name 'ɵSIGNAL' from external module "/home/src/angular-monorepo/node_modules/.pnpm/@angular+core@18.2.7_rxjs@7.8.1_zone.js@0.14.10/node_modules/@angular/core/index" but cannot be named.
before the Angular update the error was with 'SIGNAL'
I saw this error in the ngrx Signalstore repo and maybe it is the same issue:
ngrx/platform#4372
A repository to reproduce is here:
https://github.com/elite-benni/angular-tanstack-table-monorepo
Your Minimal, Reproducible Example - (Sandbox Highly Recommended)
https://github.com/elite-benni/angular-tanstack-table-monorepo
Screenshots or Videos (Optional)
No response
Do you intend to try to help solve this bug with your own PR?
Maybe, I'll investigate and start debugging
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.