I am rewriting from scratch (not updating) an app that uses MudBlazor from the .NET 9 version and doing the rewrite in .NET 10. The Mud styles work correctly but any of the js interactivity specific to Mud seems to be broken - like menu dropdowns. In dev tools I see the Mud js scripts get loaded just fine - they just don't work. There is an error saying that <MudPopoverProvider /> needs to be included but it is - in MainLayout.razor as suggested by the MudBlazor docs.
Copilot recommended moving all that to App.razor which I thought was very strange but I did try and no help. The page that I am testing on has @rendermode InteractiveServer. I am at a loss. I know that MudBlazor has not released an update for .NET 10 but many say that the current version of Mud - 8.15.0 should work.