All of your components stopped working

It is really frustrating to see all of the components stopped working. 

@using Syncfusion.Blazor.Calendars


 <div class="form-group">
                                        <label><i class="icon-calendar-7"></i> Select a date</label>
                                        <SfDateTimePicker TValue="DateTime" @bind-Value="@model.Date"></SfDateTimePicker>

                                    </div>

Just an empty spot rather than the element

tried with popup also which is not firing

It was working for 2 weeks since i started the project now everything stopped so i dont know how to proceed.

double checked every startup configuration and everything seems to be ok. console is showing no errors 

3 Replies

SN Sevvandhi Nagulan Syncfusion Team July 21, 2020 12:26 PM UTC

Hi Emrah, 

Greetings from Syncfusion support.  
   
We would like to inform you that, the reported issue is not occurred in the 18.2.45 version. So, we may suspect that the problem occurs due to the following cases.      
   
1.        Due to the Browser/NuGet cache.   
2.        Outdated custom scripts referred in the application.   
3.        When setting true to AddSyncfusionBlazor and not added proper interop file in the sample.     


Also, could you please ensure the problem after clearing the browser/NuGet cache or run the application using incognito window of the browser.      

Please find the details from the below release notes details.  

   
If you are still facing the problem, then could you please get back to us with those issue details and configuration details (.NET core version details/visual studio version details/issue reproducing sample/if possible modify the below sample to replicate the issue) that will help us to check and proceed further at our end.  
   
For your reference, we have prepared the sample and attached it below. 



Regards, 
Sevvandhi N 



EM emrah July 21, 2020 12:53 PM UTC

Hi again,

I have updated to 18.2.45 version problem still exists. 

When i use AddSyncfusionBlazor(true) in startup and add the cdn references it works. 

My visual studio version is 2019 v16.5.5
and asp.core vers is 3.1.3


SN Sevvandhi Nagulan Syncfusion Team July 22, 2020 12:40 PM UTC

Hi Emrah, 


Thanks for sharing the requested information.  

In our end we couldn't reproduce the reported issue. Could you please have some code to reproduce the issue, or share the sample replication sample? Even, if you have faced an application console error share with us. In our end it helps us validate the reported issue. 

Regards, 
Sevvandhi N 


Loader.
Up arrow icon