Nii Mante
Results
2
comments of
Nii Mante
Uncaught TypeError: ystate is undefined when using Collaboration and CollaborationCursor and esbuild
This is likely due to dependency mismatches. I had `y-prosemirror` installed with version 1.2.0, and tiptap 2.0.0-beta.218 packages. I was getting the ystate undefined error. **The fix was to pin...
That's a nice option. For my purposes, I needed to load my own custom network (with it's own weights and structure). I ended up using [https://github.com/mvitez/thnets](https://github.com/mvitez/thnets) to do this. It's...