Conflict between RadzenMenu and RadzenPanelMenu in the same MainLayout

I found a bug when I put the RadzenMenu and RadzenPanelMenu components in the same MainLayout.

When I click on an item on RadzenMenu. The following error appears:

Radzen.Blazor.js: 819 Uncaught RangeError: Maximum call stack size exceeded
at Object.toggleMenuItem (Radzen.Blazor.js: 819)
at Object.closeOtherMenuItems (Radzen.Blazor.js: 814)
at Object.toggleMenuItem (Radzen.Blazor.js: 820)
at Object.closeOtherMenuItems (Radzen.Blazor.js: 814)
at Object.toggleMenuItem (Radzen.Blazor.js: 820)
...
...

I copied the same code that is on the example page. I'm already using .Net5

I may be doing something wrong or it is really a bug.

Confirmed! Fix will be published later today!