Nathan
Nathan
I'm having the same problem in an Angular project using .scss Downgrading to version v0.2.3 of the plug-in restores suggestions for my project.
It was removed from the auto generated `lib.dom.d.ts` in 4.4 https://github.com/microsoft/TypeScript/issues/45745#issuecomment-916440817 https://github.com/microsoft/TypeScript/commit/9d443b76aac0832d7f3c890441264d39307fe31a#diff-796971dc74a3f3cd77ca0a3a776d6fe27ab224cd501d9652dbeffcf45ba0f058 They are going to try and decouple the dom definitions from the typescript version in 4.5 so the...
ng build has a nice error message but the default project would be even better for me. 
I'm having the same problem. We have a remote support app and if the support person connects/disconnects 10 times we receive this error on the person being helped side. The...
I'm running the newest version of Chrome on windows 11 with the newest version `twilio-video.js` The app is written in Angular.
It seems to be related to publishing all 3 at once because when I unpublish and re-publish just the data track by itself it seems to work fine most of...
I have a minimal reproduction with plain js. You have to have two pages with a deferent identity for each page and the server side to generate the JWT tokens....
We have been using the lib in dotnet 8 successfully for a while. Based on the blog post below system.data.sqlclient is supported in dotnet 8 but will be deprecated and...
It seems to be treating all my scss files as individual entry points and or trying to compile them individually even if they are not referenced by any react code....
Ok I tracked it down to a usage of URL() with import.meta.url which was causing it to try and compile all my scss files under assets individually. ``` export const...