Arya Emami
Arya Emami
@mmkal Vitest is using `ExpectTypeOf` [here](https://github.com/vitest-dev/vitest/blob/8ac70111706a4444a779a75bed34c18b800ea0b3/packages/vitest/src/typecheck/expectTypeOf.ts), I still think we should rename that one too, what do you think?
Yeah that's unfortunate.
I guess we can hold off on renaming `ExpectTypeOf` but we can probably go ahead with renaming `_ExpectTypeOf`, `NegativeExpectTypeOf` and `PositiveExpectTypeOf`. What do you think?
@joekrill Can you show what your `tsconfig.json` file looks like?
@joekrill Can you run this command and try again to see if it fixes the issue: ```bash npm install https://pkg.csb.dev/reduxjs/redux-toolkit/commit/06a30ee4/@reduxjs/toolkit ```
@joekrill That would be up to the maintainers but I would rather not export a type unless we absolutely have to.
@joekrill Yes. That PR is ready. It just needs to be reviewed and yes I expect it will get merged at some point.
@mchill The issue is you should not be importing anything from the `dist` folder.
@mchill Can you try out the PR and let me know if it fixes the issue you're having?
@mchill Can you share the code snippet? And are you sure you're not importing from the `dist` folder?