Fix formatting in MiniMap component usage
This commit is contained in:
@@ -202,7 +202,7 @@ MiniMapComponent.displayName = 'MiniMap';
|
|||||||
*
|
*
|
||||||
*export default function Flow() {
|
*export default function Flow() {
|
||||||
* return (
|
* return (
|
||||||
* <ReactFlow nodes={[...]]} edges={[...]]}>
|
* <ReactFlow nodes={[...]} edges={[...]}>
|
||||||
* <MiniMap nodeStrokeWidth={3} />
|
* <MiniMap nodeStrokeWidth={3} />
|
||||||
* </ReactFlow>
|
* </ReactFlow>
|
||||||
* );
|
* );
|
||||||
|
|||||||
Reference in New Issue
Block a user