Kenan

Results 4 issues of Kenan

i got the following error in dev tool and yet it is still working. ``` app.js?id=06c12ce…:561 Uncaught TypeError: e.removeEventListener is not a function at Object.u.drop (app.js?id=06c12ce…:561) at Object.u.check (app.js?id=06c12ce…:561) at...

bug

I am getting invalid rule error for no-extraneous-dependencies rule https://github.com/import-js/eslint-plugin-import/blob/main/docs/rules/no-extraneous-dependencies.md 1:38:46 PM [vite] Internal server error: .eslintrc: Configuration for rule "import/no-extraneous-dependencies" is invalid: Value {"includeInternal":true,"includeTypes":true} should NOT have additional properties.

### What happened? i am using nx console plugin and nvm, and noticed that this was added to settings and it cause 'yarn not found' error. ``` "terminal.integrated.env.linux": { "PATH":...

bug

![Screenshot 2024-07-22 at 2 38 54 PM](https://github.com/user-attachments/assets/c17f5ae7-455d-4302-951b-46e76d46bbac) `const usePost = createQuery({ queryKey: ["posts"], fetcher: (variables: Variables): Promise => { return fetch(`/posts/${variables.id}`).then((res) => res.json()); }, // u can also pass middleware...