Fix to make event chains synchronous (#654)

This commit is contained in:
Nikhil Rao 2023-03-09 16:31:31 -08:00 committed by GitHub
parent 07d0604ca5
commit 226543694b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -178,7 +178,7 @@ export const connect = async (
update = JSON.parse(update);
applyDelta(state, update.delta);
setResult({
processing: false,
processing: true,
state: state,
events: update.events,
});