Initial value?
See original GitHub issueI see the initial value inside Client is set to []
. How is the editor initialized with a non-empty array initial value? I’m seeing Uncaught Error: Cannot get the start point in the node at path [] because it has no start text node.
with a basic setup.
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
How to solve initial value problems - Krista King Math
Problems that provide you with one or more initial conditions are called Initial Value Problems. Initial conditions take what would ...
Read more >Initial value problem - Wikipedia
In multivariable calculus, an initial value problem (IVP) is an ordinary differential equation together with an initial condition which specifies the value ...
Read more >Differential Equations : Initial-Value Problems - Varsity Tutors
Initial Value Problems : Example Question #2 ... Explanation: So this is a separable differential equation, but it is also subject to an...
Read more >Initial-Value Problems | Calculus I - Lumen Learning
Initial -value problems arise in many applications. Next we consider a problem in which a driver applies the brakes in a car. We...
Read more >Initial value & common ratio of exponential functions (video)
In an exponential function of the form f(x) = a*b^x, the initial value is usually taken to be the value of f(0), or...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Was able to figure it out - seems like adding initial content to the document is possible, but only after the component has mounted - otherwise, the YJS doc and slate
value
may be out of sync.Hi @amilich,
This should be solved with the 1.0.0 release. Slate-yjs will now overwrite the slate value with the content inside the yjs shared type on load.