payload
payload copied to clipboard
fix(richtext-lexical): lexical-html export
What?
@lexical-html
is missing from the lexical-proxy
exports.
Why?
To allow @lexical-html
functionality to be used without needing to install the package separately.
How?
Adds @lexical-html
to the lexical-proxy
exports.
Fixes #9792