I have a solution with 5 projects in VS2022 (v. 17.5.0) that uses several Syncfusion.Blazor (21.2.9) components . All have been working perfectly for years but after updating VS2022 to version 17.6.2 the Syncfusion.Blazor components do not render anymore, only the SfTab but not the grid and buttons inside the TabItems. I tried the below steps but it didn't help:
- Clean and rebuild the solution
- Make sure all installed NuGet packages are updated
- Reboot the computer
- Delete all inside the \Bin folder and rebuild the solution.
The only way to get it back to work was to run the VS Installer and select "Rollback to previous version". Now it is working fine again.