YousefED / SyncedStore

SyncedStore CRDT is an easy-to-use library for building live, collaborative applications that sync automatically.
https://syncedstore.org
MIT License
1.73k stars 52 forks source link

vue & codesandbox error - unexpected token Todo (null) #97

Open scenaristeur opened 1 year ago

scenaristeur commented 1 year ago

hi , great job ! I've got an error on codesandox /vue example

(link on readme) https://codesandbox.io/s/github/YousefED/SyncedStore/tree/main/examples/todo-vue?file=/src/App.vue

image

this one looks better (link on doc) (+ removed used "ref", and add :key in v-for) https://codesandbox.io/s/sandpack-project-forked-2wrwwp?file=/src/App.vue

YousefED commented 1 year ago

Thanks! To me it seems like valid code, so it might be a codesandbox error. If you feel like helping out, could you see if you get the same error when downloading the project to your local machine (and running eslint)?