fix dependency update (#50)

* Always call external onChange.

* Fix split_node missing properties bug.

* fix: dependency update build

Co-authored-by: Ulion <ulion2002@gmail.com>
This commit is contained in:
George
2021-01-18 19:56:00 +03:00
committed by GitHub
parent 1a536f2fa4
commit a67986995d
5 changed files with 74 additions and 51 deletions

View File

@@ -38,7 +38,7 @@ export default class SocketIOCollaboration {
*/
constructor(options: SocketIOCollaborationOptions) {
this.io = io(options.entry, options.connectOpts)
this.io = io(options.entry as Server, options.connectOpts)
this.backend = new AutomergeBackend()