skclusive

Results 50 comments of skclusive

is it server rendering mode? could you reproduce this error, running the samples in https://github.com/skclusive/Skclusive.Blazor.Samples? if not could you share repo to reproduce the error?

thanks. i got it. https://github.com/skclusive/Skclusive.Blazor.Samples/blob/master/Skclusive.Blazor.Dashboard/Dashboard.Server.Host/Startup.cs#L37 we need to have the following options configured. not able to auto detect due to the way server rendering and server pre-rendering works. i guess...

i noticed the sample is using server prerendering and there is a caveat in server prerendering mode. so you need to add the below code in startup.cs. ```cs services.AddHttpContextAccessor(); services.AddScoped((sp)...

i guess documentation needs to be updated. keeping it open.

@Sammy-AZ yes. that is separate issue. just need to update the site.css with default blazor styles for error-ui. will update. thanks.

could you share which repo and project that you are trying to run? Skclusive.Samples?

could you try the same in dotnet cli? i do not have windows machine to reproduce the issue.

can you provide sample snippet?

thanks. will look into this.

looks like the background color is applied on the header (aqua). but the color (yellow) not applied on the TableCell text because TableCell has higher priority css color styling. so...