Timewarp state not working #566
Unanswered
bhuvan1980
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a situation in my project where I cant use the timewarp nuget package; so had to copy all relevant code from open source library to my project. All works well; but seems like its not able to track if api calls have started or ended. I am using fluent UI with blazor (.net 8). In fluent data grid, we have isLoading set to the param like below:
private bool IsLoading => ActionTrackingState.IsAnyActive(typeof(AccountUserListState.FetchAccountUserListActionSet.Action));
But this never fires. It works well if I refer to nuget library.
Any thoughts!!
Beta Was this translation helpful? Give feedback.
All reactions