Upgrading to Net 9 Blazor component CSS stops working
I've been upgrading from dotnet 8 to dotnet 9 and it seems my blazor css is no longer being found and bundled. Any ideas? No 404 errors on the browser
1 Reply
The common components comes from a different package that is referenced. I can see the CSS file with the isolation Ids on
.checkboxList-group[b-ho2rk5afsd]
but the isolation IDs don't appear in the rendered html
No idea what has happened but its just fixed its self