You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We had no trouble with <StrictMode> when using <CKEditor> directly, but when we wrapped it in a <Context> we suddenly saw two editors. This had us pulling our hair, out until we discovered that Strict Mode deliberately renders everything twice. We removed <StrictMode> to unblock our proof of concept, but thought you'd like to know!
Doesn't seem like a dup of #294 since this is with <Context>.
FWIW, we extended the editor and context similar as in the collaboration sample. Perhaps wrapping that example's <App/> in<StrictMode> will reproduce it? The sample doesn't have a CRA-style start script so I'm not sure how to run it from source.
The text was updated successfully, but these errors were encountered:
We had no trouble with
<StrictMode>
when using<CKEditor>
directly, but when we wrapped it in a<Context>
we suddenly saw two editors. This had us pulling our hair, out until we discovered that Strict Mode deliberately renders everything twice. We removed<StrictMode>
to unblock our proof of concept, but thought you'd like to know!Doesn't seem like a dup of #294 since this is with
<Context>
.FWIW, we extended the editor and context similar as in the collaboration sample. Perhaps wrapping that example's
<App/>
in<StrictMode>
will reproduce it? The sample doesn't have a CRA-stylestart
script so I'm not sure how to run it from source.The text was updated successfully, but these errors were encountered: