chore: upgrade wasm lib

This commit is contained in:
2025-01-20 16:34:11 +00:00
parent ea07f91651
commit e3a8495c01
12 changed files with 482 additions and 518 deletions

View File

@ -31,7 +31,7 @@ export function useReactions(
}
others?.(rb);
return rb;
}, [ids]);
}, [ids, others]);
return useRequestBuilder(sub);
}