slate-yjs-example icon indicating copy to clipboard operation
slate-yjs-example copied to clipboard

Minimal example project for slate-yjs

Results 5 slate-yjs-example issues
Sort by recently updated
recently updated
newest added

Steps to reproduce in the demo: - Insert text into the editor of the first user - Insert text into the editor of another user - Switch focus back to...

When upgrading `slate` to 0.62, there are a lot of new errors and issues. It would be nice to have those fixed in the example/demo project.

https://github.com/BitPhinix/slate-yjs-example/blob/12f26de76d85332be0777c6863e002ca138fa32d/src/Client.tsx#L76 I am having mixed results with this. I keep getting an error ``` Unhandled Runtime Error Error: Length exceeded! ``` Do you have any tips to initializing the WebSocket...

I'm getting the error `[eslint] Delete 'cr' [prettier/prettier]`. Expanding the ruleset for the eslint configuration fixed this for me: ``` rules: { '@typescript-eslint/no-non-null-assertion': 'off', '@typescript-eslint/no-explicit-any': 'off', 'prettier/prettier': [ 'error', {...

Hi! Thanks for this awesome project! I've needed to execute: ```shell npm install --save-dev cross-env ``` No idea what else I have already installed and therefore did not notice as...