Felipe Costa Gualberto

Results 16 comments of Felipe Costa Gualberto

Same here, I have to use now version 3.0.3 to prevent this error.

I get this error when I don't put the `CascadingBlazoredModal` in the correct place, outer the `Router` element in the `App.razor`.

Hi, any updates regarding on this? This issues invalidates using a combobox inside a `fluent-data-grid`. A workaround is appreciated, since I couldn't find one inspecting the HTML. EDIT: Removing the...

I managed to fix it. In `BlazoredModal.razor`, where you have: ``` @foreach (var modal in _modals) { @modal.ModalInstance } ``` You can make it work by adding a key on...