You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm playing with TanStack DB - awesome job, really excellent experience. Happy to test the early release and report some issues I stumbled upon.
It seems like electricCollectionOptions is using something in return type which isn't exported from anywhere, so when using TS with declaration emit enabled it results in:
I verified and it's related to this:
When I use pnpm patch and export this type from package source code, everything works correctly.