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
[lexical] Test: Drop unnecessary document.body round-trip in #8563 repro
A detached root element is enough to drive DOM reconciliation for this repro
(the crash is in node-map lookups, not layout), so set it inline and let the
`using` editor's dispose call setRootElement(null). Removes the test extension
and document.body bookkeeping.
https://claude.ai/code/session_01EAeZ6geVH74SpUrRhY6Z8h
0 commit comments