Hi!
I'm trying to upgrade the syncfusion version from 19.4.0.38 to 20.3.0.47 for my Blazor server side project. Since i've made the change, i've notice multiple regression of the style of different syncfusion components of my app. For instance, I had a dropdown menu with a popup but the popup doesn't work anymore. Also I was using the SfChip components and the chips are not rendering correctly since the migration.
I have include the following directives to my host.cshtml:
<link rel='nofollow' href="_content/Syncfusion.Blazor.Themes/bootstrap5.css" rel="stylesheet" />
<script src="_content/Syncfusion.Blazor.Core/scripts/syncfusion-blazor.min.js" type="text/javascript"></script>
I want to upgrade to the 20.3.0.47 to have access to some fix from the diagram component
Thank you and have a nice day
Antoine Roy-Lachance