mirror of
https://github.com/johndoe6345789/low-code-react-app-b.git
synced 2026-04-24 21:54:56 +00:00
Generated by Spark: wow maybe its the remapper causing issue, is ee something different then it changes
This commit is contained in:
@@ -8,7 +8,6 @@ import ReactFlow, {
|
||||
BackgroundVariant,
|
||||
useNodesState,
|
||||
useEdgesState,
|
||||
addEdge,
|
||||
Connection as RFConnection,
|
||||
MarkerType,
|
||||
ConnectionMode,
|
||||
@@ -544,7 +543,7 @@ export function FeatureIdeaCloud() {
|
||||
|
||||
console.log('[Connection] Creating new edge:', newEdge.id)
|
||||
|
||||
const updatedEdges = addEdge(newEdge, filteredEdges)
|
||||
const updatedEdges = [...filteredEdges, newEdge]
|
||||
|
||||
console.log('[Connection] Total edges AFTER addition:', updatedEdges.length)
|
||||
console.log('[Connection] Final edge list:')
|
||||
|
||||
Reference in New Issue
Block a user