You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for using this library and for reporting this bug. You are using the service correctly, it's a bug that I have (hopefully) dealt with this properly in PR #126. Sorry for the lack of documentation, this will be fixed soon.
I have a form that lets the user edit an entity and save the changes in the end, and implemented it like this:
My problem is, when I click on Save:
API_UPDATE_INIT
,isUpdating
does not change.API_UPDATE_SUCCESS
,isUpdating
goes from0
to-1
.Am I possibly using the service incorrectly? (Please note: documentation is missing in that department.)
I need this working because I need a way to check whether the application is loading, and I'm checking fields like
isUpdating
to achieve that.The text was updated successfully, but these errors were encountered: