Milan Raj

Results 128 comments of Milan Raj

Still an issue in the wasm demos ❤️ ![image](https://user-images.githubusercontent.com/1588923/32973687-9f86f624-cbbe-11e7-9ec7-dfba4073b5ef.png)

Made a fork of @marcelpanse's branch to use as a git dependency from npm as well. Looking forward to when a flag is added so this can go in!

I'm also seeing UAC prompts in Windows 10 64-bit Fall Creators Update (1709) when switching between node versions with nvm. During install nvm-windows found two versions of node, v4.1.1 and...

I think there are potentially more issue than just types when using [React with web components](https://custom-elements-everywhere.com/#react). The library [@lit-labs/react](https://github.com/lit/lit/tree/main/packages/labs/react#lit-labsreact) could potentially be used to wrap web components as React components...

Original workaround using wrapped ::deep hidden, See the top level issue description for the most recent workaround not requiring a wrapper > The solution here will likely involve [dotnet/razor-tooling#7606](https://github.com/dotnet/razor-tooling/issues/7606) since...

@atmgrifter00 That does look like a cleaner way to use the `::deep` workaround (ie not requiring a wrapping element) and is described in the Blazor docs as [Child component support](https://docs.microsoft.com/en-us/aspnet/core/blazor/components/css-isolation?view=aspnetcore-6.0#child-component-support)....

> I could imagine a similar concept like that in Blazor / ASP.net that could apply for web components. @javiercn Does something like that already exist to support the built-in...

I bet you could do it with a beachball postbump hook. We are using that hook to update the package-lock.json file in an npm 7 monorepo after each package bumps...

We also hit this and found we needed `persistCredentials: true` for AzDo pipelines.