Skip to content

Commit

Permalink
fix: packages/g6-extension-react/README.md Usage description (#6625)
Browse files Browse the repository at this point in the history
  • Loading branch information
liaodalin19903 authored Dec 11, 2024
1 parent d6e3b2e commit ff09189
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 ff09189

Please sign in to comment.