Lists not rendering if using renderElement #346
-
Hey guys Can't figure out how if using renderElement to render some of the plugins (lists for now) in this repository. Please let me know if you have a manual (checked them all) on using renderElement for separate plugins built by me and plugins in this repo. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
For For list plugin dependencies, check the source code https://github.com/udecode/slate-plugins/blob/2a167aeb5bf33eb315ffd47c385ef86e341049ce/packages/slate-plugins/src/elements/list/ListPlugin.ts it also depends on Better docs are planned, see #363 |
Beta Was this translation helpful? Give feedback.
For
renderElement
docs: https://slate-plugins-next.netlify.app/?path=/story/api-renderelement--pageFor list plugin dependencies, check the source code https://github.com/udecode/slate-plugins/blob/2a167aeb5bf33eb315ffd47c385ef86e341049ce/packages/slate-plugins/src/elements/list/ListPlugin.ts it also depends on
withList
Better docs are planned, see #363