Fix to make event chains synchronous (#654)
This commit is contained in:
parent
07d0604ca5
commit
226543694b
@ -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,
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user