React Native app crashes when realm.delete(toDelete) is called multiple times or spammed · Issue #6978 · realm/realm-js · GitHub
More Web Proxy on the site http://driver.im/
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
my app crashes when this method is called concurrently. Here is my code:
const removeTokenFromRealm = useCallback(
(walletId: string, assetId: string) => {
const toDelete = realm.objects(REALM_TYPE_TOKEN).filtered('walletId = $0 AND assetId = $1', walletId, assetId);
);
The text was updated successfully, but these errors were encountered: