Skip to content

Commit

Permalink
docs: add a missing statement in the readme's code sample (#1058)
Browse files Browse the repository at this point in the history
  • Loading branch information
thezjy committed Aug 18, 2021
1 parent 9dc3e77 commit 4a9cd96
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions readme.md
Expand Up @@ -155,6 +155,8 @@ const Button = () => {
// from `active.bold()` and keep the bold status up to date in the editor.
const { bold } = useActive();

const commands = useCommands();

return (
<>
<button
Expand Down

1 comment on commit 4a9cd96

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉 Published on https://remirror.io as production
🚀 Deployed on https://611ceeb4da7b21e450fa966c--remirror.netlify.app

Please sign in to comment.