Skip to content
This repository was archived by the owner on Sep 1, 2020. It is now read-only.

Commit 6f4f1c6

Browse files
authored
Fix example
1 parent dc5cabf commit 6f4f1c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import { ContextMenu, MenuItem, ContextMenuLayer } from "react-contextmenu";
2929
const MyComponent = ContextMenuLayer("some_unique_identifier")(
3030
React.createClass({
3131
render() {
32-
<div className="well"></div>
32+
return <div className="well"></div>;
3333
}
3434
})
3535
);

0 commit comments

Comments
 (0)