Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error TS18046: 'e' is of type 'unknown'. #208

Open
adrian-kawanshi opened this issue Feb 24, 2023 · 5 comments
Open

error TS18046: 'e' is of type 'unknown'. #208

adrian-kawanshi opened this issue Feb 24, 2023 · 5 comments

Comments

@adrian-kawanshi
Copy link

error missing type in this line:

@SemchSemch
Copy link

i have the same problem

@ehsandevs
Copy link

same

@DnlVldz-git
Copy link

Same

@meoyawn
Copy link

meoyawn commented Jun 7, 2023

solved with https://github.com/ds300/patch-package

@prmichaelsen
Copy link

Would love to see this fixed in the lib itself

For now I just updated my tsconfig:

{
  "compilerOptions": {
    // ...
    // added this line
    "useUnknownInCatchVariables": false,
  },
  // ...
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants