danroth27 / BestForYouRecipes

Best For You recipes site in Blazor
MIT License
138 stars 56 forks source link

Star rating review doesn't reset to no stars after submitting a review #13

Open danroth27 opened 11 months ago

danroth27 commented 11 months ago

Repro steps:

Expected result:

Actual result:

image

It looks like the DOM is correctly updated, but the CSS styles just aren't getting reapplied:

image

danroth27 commented 11 months ago

This is a framework issue that is getting addressed in an upcoming patch release: https://github.com/dotnet/aspnetcore/pull/52219