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
The reload of data should only happen when state.reload() gets called. Sometimes we want to use .setOrderBy and .setFilter simulatenously and this would trigger two calls.
The reload of data should only happen when state.reload() gets called. Sometimes we want to use .setOrderBy and .setFilter simulatenously and this would trigger two calls.
Also the setOrderBy should be string | undefined