The Built-in JavaScript isolation
feature has been marked as deprecated in 2022 Vol1 release. This link
demonstrated how to use JavaScript to set TimeZone based on client's computer location: https://blazor.syncfusion.com/documentation/scheduler/timezone#display-appointments-based-on-clients-time-zone
I literally just copied that code for that function, but now I have no way not to remove options.IgnoreScriptIsolation = False in newer versions of Syncfusion Blazor. If I want that set timezone depending on client's location function back, what should I do?
Simply treat that link's code as my code in this discussion.