Skip to content

Commit

Permalink
fix: packages/g6-extension-react/README.md Usage description
Browse files Browse the repository at this point in the history
  • Loading branch information
liaodalin19903 committed Dec 11, 2024
1 parent d6e3b2e commit 6716eba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/g6-extension-react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const graph = new Graph({
node: {
type: 'react',
style: {
component: () => <GNode />,
component: () => <ReactNode />,
},
},
});
Expand All @@ -69,7 +69,7 @@ const graph = new Graph({
node: {
type: 'g',
style: {
component: () => <ReactNode />,
component: () => <GNode />,
},
},
});
Expand Down

0 comments on commit 6716eba

Please sign in to comment.