Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
Closed
Description
Before You File a Documentation Request Please Confirm You Have Done The Following...
- I have looked for existingopen or closed documentation requests that match my proposal.
- I haveread the FAQ and my problem is not listed.
Suggested Changes
A lot of users have reported issues like this one:https://twitter.com/TkDodo/status/1582335847017242625
Every time I change something in my@trpcio router,@tseslint starts to complain on the usage sides in my editor (@intellijidea):
"Unsafe member access on an
any
value.(no-unsafe-member-access)"Disabling and re-enabling eslint solves this. Any ideas what that could be?
I've personally felt this in VS Code a lot.
We should document this in our FAQs for when it happens to users:
- That the current / bandaid solution is to restart your ESLint server (along with how)
- What the structural underpinnings are (with links to pending issues)