Closure of child dialog resets parent SideDialog

As the title indicates, I have a sidedialog open with interactive components. When I use a button to open a child dialog with more interactive components and then close it (via any method), the parent sidedialog resets all changes I made prior to opening the child dialog. I have not incorporated any code to refresh the sidedialog upon closing a child dialog and all child dialogs of the sidedialog seem to do this.

This appears to be an issue of nesting dialogs from a sidedialog. The sidedialog state is lost/reinitialized upon closing a child dialog. I found a similar issue: DialogService OpenAsync & Close in a second/nested Dialog causes reinitialization and state loss of first/parent Dialog · Issue #174 · radzenhq/radzen-blazor · GitHub

I would like to clarify that this behavior does not occur if the parent dialog is a normal dialog window. Closing child dialogs does not reset the parent dialog.