When I am developing my Radzen Blazor app, I have set up hot reloading, so that if I make changes, I can then do a hot reload, and the page will update in place, without even reloading the page.
However, this does not seem to work for RadzenTabs. Even if I reload the page after the hot reload, the RadzenTabs will not change appearance. It is not an issue where it is causing a "rude edit", etc, since I am not getting any error or warning that I need to restart the app, but restarting the app is the only way to get changes to the RadzenTabs to appear.
Any idea what's going on here, and any ideas for workarounds?
(EDIT: I originally thought the issue was with RadzenDataGrid, but I've narrowed it down to RadzenTabs, and edited the post to reflect that).