microsoft / azure-devops-extension-sample

Sample web extension for Azure DevOps
MIT License
235 stars 154 forks source link

loading styles #121

Closed Zt-freak closed 1 year ago

Zt-freak commented 1 year ago

Hi, I need help with loading styles. I can't load any css. I did not modify Common.tsx and both the lines import "./Common.scss"; and import "azure-devops-ui/Core/override.css"; are still in the file. However, React components get loaded in without any styling.

link to my component

claudiogodoy99 commented 9 months ago

Hey @Zt-freak, I'm having the same issue, did you fixe up?

Zt-freak commented 9 months ago

Hey @Zt-freak, I'm having the same issue, did you fixe up?

What worked for me was upgrading packages to a newer version.