Abhijeet Singh
Abhijeet Singh
Do you mean this one? https://github.com/swc-project/swc/blob/main/packages/core/src/index.ts#L450 I'd like to help. Should I send a PR for removing this?
Maybe cut out a new branch for v1? For example: https://github.com/TanStack/query/ This can help maintain v1 separately in the future if patch releases need to be made.
Hey @louis-bompart, can I take it up if it's not being actively worked on?
> It should work for memory cache too, also please add test cases @alexander-akait I've added the storeFilter property to MemoryCachePlugin as well. Also added unit tests for both IdleFileCachePlugin...
Merging this PR might also help with this issue: https://github.com/typescript-eslint/typescript-eslint/pull/11248
Version updates don't seem to be working either in our case since we've migrated from yarn to pnpm v9.
Isn't this issue fixed already in #5422?
> Please an immediate possible workaround is what I need for now. You can workaround this by providing an explicit type cast. From your reproducible example: ```tsx import type {...