Skip to content

Commit

Permalink
Fix the example code to actually "make sense" (remirror#1436)
Browse files Browse the repository at this point in the history
  • Loading branch information
ankon authored Dec 21, 2021
1 parent e8a447d commit b97e66b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/remirror__react-core/src/react-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export interface ReactFrameworkOutput<Extension extends AnyExtension>
* import { PresetCore } from '@remirror/preset-core';
* import { BoldExtension } from '@remirror/extension-bold';
*
* const Editor = () => {
* const InnerEditor = () => {
* const { getRootProps, renderSsr } = useRemirror();
* return <div {...getRootProps()} />;
* }
Expand Down

0 comments on commit b97e66b

Please sign in to comment.