.net 9 'ButtonType' is an ambiguous reference between

Hi everyone,
first of all thank you for this fantastic components :slight_smile: .
I created a clean Blazor project (.net9 ) with FluentUI design.
I added Radzor and when I want to build I get this error

'ButtonType' is an ambiguous reference between 'Microsoft.FluentUI.AspNetCore.Components.ButtonType' and 'Radzen.ButtonType'

image

Is there an easy way to solve it?

Thanks for your help

Chris

You either need to remove global usings from Imports or you need to use full type when setting the property.