Why my toolbar buttons don't work? #1122
Answered
by
woojunro
andrew2558
asked this question in
Q&A
-
I don't know what went wrong |
Beta Was this translation helpful? Give feedback.
Answered by
woojunro
Oct 19, 2021
Replies: 1 comment 1 reply
-
I think you should also pass const components = createPlateComponents();
const options = createPlateOptions();
return (
<Plate
id="MyPlate"
plugins={pluginsBasic}
editableProps={editableProps}
components={components}
options={options}
/>
); |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
andrew2558
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think you should also pass
components
andoptions
props toPlate
.https://platejs.org