Closed stonebk closed 5 months ago
@stonebk Can you check if this issue is still reproducible? We managed to release few modifications in initialization mechanism and upgrading might solve the issue.
@stonebk Can you check if this issue is still reproducible? We managed to release few modifications in initialization mechanism and upgrading might solve the issue.
I will take a look, thanks!
@Mati365 yay! v7.0.0 looks to have fixed this!
A bit of an edge case I ran into while testing. I have a component that looks something like this:
I have some small tests that run faster than it takes to initialize the editor, so
<CkEditor>
unmounts before onReady is called, but onReady is called anyways resulting in the following warning:My guess is that this is because the onReady call happens in a setTimeout:
Would be nice to not have to work around this!