Optional override for lexical component renderer #12031
Arctomachine
started this conversation in
Feature Requests & Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Need feature which allows to add custom component as override for default node rendered by lexical.
Best example: by default it renders all links as plain
<a>
, which cause page reloads. When rendering in nextjs, react router and maybe other routers too, there is access to<Link>
component which performs navigation without reloads.So there should be ability to pass these components into renderer
Beta Was this translation helpful? Give feedback.
All reactions