Replies: 1 comment
-
I can't reproduce this in e.g. https://github.com/TanStack/react-table/blob/v8.0.0-alpha.58/examples/filters/src/main.tsx but I think that's expected because Vite, according to its docs, doesn't type check:
According to https://stackoverflow.com/questions/45802988/typescript-use-correct-version-of-settimeout-node-vs-window, specifying the type as |
Beta Was this translation helpful? Give feedback.
-
Has anybody hit this error?
Running
8.0.0-alpha.58
results inhttps://github.com/TanStack/react-table/blob/v8.0.0-alpha.58/packages/table-core/src/core.ts#L137
Potentially related: microsoft/TypeScript#30128 (comment)
Beta Was this translation helpful? Give feedback.
All reactions