We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cdb33b commit b9585aeCopy full SHA for b9585ae
test/unit/common/automerge-adaptor.ts
@@ -56,7 +56,7 @@ export class AutomergeTestNetworkAdapter extends NetworkAdapter {
56
} else {
57
this.emit('message', {
58
...message,
59
- data: new Uint8Array(message.data as ArrayBufferLike),
+ data: new Uint8Array(message.data as any),
60
});
61
}
62
break;
0 commit comments