refactor(web): replace CRA with Vite
This commit is contained in:
@@ -17,7 +17,7 @@ export default function Edge({
|
||||
const { flowActive, onStepAdd, isCreateStepPending } =
|
||||
useContext(EdgesContext);
|
||||
|
||||
const [edgePath, labelX, labelY] = getStraightPath({
|
||||
const [, labelX, labelY] = getStraightPath({
|
||||
sourceX,
|
||||
sourceY,
|
||||
targetX,
|
||||
|
||||
Reference in New Issue
Block a user