Skip to content

Why my toolbar buttons don't work? #1122

Answered by woojunro
andrew2558 asked this question in Q&A
Discussion options

You must be logged in to vote

I think you should also pass components and options props to Plate.

https://platejs.org

const components = createPlateComponents();
const options = createPlateOptions();

return (
    <Plate
      id="MyPlate"
      plugins={pluginsBasic}
      editableProps={editableProps}
      components={components}
      options={options}
    />
  );

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@andrew2558
Comment options

Answer selected by andrew2558
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants