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
In V1, we were able to stop the query as it was processed as a stream, we unsubscribed from the iterator and killed it.
Currently we have to use toArray on the iterator and return a promise to react-admin.
The text was updated successfully, but these errors were encountered:
In V1, we were able to stop the query as it was processed as a stream, we unsubscribed from the iterator and killed it.
Currently we have to use
toArray
on the iterator and return a promise toreact-admin
.The text was updated successfully, but these errors were encountered: