We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a938ad6 commit 810da54Copy full SHA for 810da54
packages/richtext-lexical/src/field/RenderLexical/index.tsx
@@ -52,6 +52,8 @@ export const RenderLexical: React.FC<
52
...((field as RichTextField) || {}),
53
type: 'richText',
54
admin: {
55
+ ...((field as RichTextField)?.admin || {}),
56
+ // When using "fake" anchor fields, hidden is often set to true. We need to override that here to ensure the field is rendered.
57
hidden: false,
58
},
59
0 commit comments