APP-2977: Handle AppView polling errors (#11590)

This commit is contained in:
Samuel Newman
2026-09-03 01:00:56 +03:00
committed by GitHub
parent af3fbcc940
commit 58ca227922
16 changed files with 108 additions and 38 deletions
@@ -102,7 +102,7 @@ export function CreateListFromStarterPackDialog({
await until(
5,
1e3,
(res: {items: unknown[]}) => res.items.length > 0,
res => !!res?.items.length,
() =>
appviewClient.call(app.bsky.graph.getList, {
list: listUri as AtUriString,