onReady is called after <CKEditor> is unmounted #469
Labels
resolution:resolved
This issue was already resolved (e.g. by another ticket).
squad:collaboration
Issue to be handled by the Collaboration team.
Milestone
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!
The text was updated successfully, but these errors were encountered: