Alan Quigley

Results 6 comments of Alan Quigley

Adding `"skipLibCheck": true` to the `tsconfig.json` resolved the issue in my case. Lerna & yarn 1.x workspaces project.

`TypeError: Cannot use 'in' operator to search for 'tags' in tags - eslint - tech note at /Users/alanquigley/.vscode/extensions/patricklee.vsnotes-0.7.1/src/treeView.js:165:28`

Disabling the tags at will allow you to use your notes via the folder navigation.

This was caused by a badly formatted tags section in one of my notes.

https://developer.chrome.com/blog/private-network-access-preflight/#rollout-plan In version 104 of chrome private network requests - such as the ones used between locally running express servers and development started throwing an error on preflight OPTION requests....