Generated by Spark: wow maybe its the remapper causing issue, is ee something different then it changes

This commit is contained in:
2026-01-16 17:31:18 +00:00
committed by GitHub
parent 9858038178
commit 20fa67c988

View File

@@ -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:')