Kenan
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...
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":...
 `const usePost = createQuery({ queryKey: ["posts"], fetcher: (variables: Variables): Promise => { return fetch(`/posts/${variables.id}`).then((res) => res.json()); }, // u can also pass middleware...