Dor

Results 8 comments of Dor

@mcansh Interesting: ) Added video https://user-images.githubusercontent.com/100094658/210115934-c1fbd815-0a50-42fb-828b-ecba1f3661b7.mp4

@mcansh And added video with debugging where it's happens. https://user-images.githubusercontent.com/100094658/210116175-fee4aeeb-3cf8-4800-b3ff-d20b6f2c26a0.mp4 Checking `tsconfig` with `tsc --showConfig` >>> https://user-images.githubusercontent.com/100094658/210116306-5a2f185e-c633-4847-a645-1a29cbb5428c.mov

@mcansh You can try it by https://github.com/md-gravity/Video-Chat-Application/tree/add-service-for-rooms-management

@mcansh I checked it without monorepo, and it works as expected. But when I `extends` from `node_modules` aka monorepo, for some reason it doesn't resolve `extends`.

@mcansh I moved from `npm` workspaces to `pnpm` and the issue was resolved. Seems `npm` handles it different and `remix` in this way can't find packages from monorepo. Thank you...

Is there some workaround? Seems `pnpm` adds some hash to the packages and when `eslint` check packages they are not equal. ```bash Error: Plugin "import" was conflicted between "package.json »...

Fixed with: `.npmrc` ```txt auto-install-peers = true ```

Is there any progress on this issue or a plan for when it might be resolved? ### Details #### Simple Select When using a simple `SELECT`, the user data is...