8000 readd transact listener · homebaseio/homebase-react@33535ac · GitHub
[go: up one dir, main page]

Skip to content

Commit 33535ac

Browse files
committed
readd transact listener
1 parent 23bc70d commit 33535ac

File tree

1 file changed

+1
-0
lines changed
  • examples/typescript-supabase-todo/src

1 file changed

+1
-0
lines changed

examples/typescript-supabase-todo/src/Todos.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ const DataSaver = (user) => {
8080
});
8181
}
8282
});
83+
client.addTransactListener(transactListener)
8384
const on = (action: any) => (ds: any) => client.transactSilently([[action, ...ds.val()]])
8485
subscription1 = supabase
8586
.from('entities')

0 commit comments

Comments
 (0)
0