Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[autofix.ci] apply automated fixes
  • Loading branch information
autofix-ci[bot] authored Dec 15, 2025
commit daacdaa2d7efe475567992a9202b81ecb198e44f
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,7 @@ export const OutputParameter = ({
dataType: data.type,
name: output.name,
};
}, [
output.selected,
output.types,
data.id,
data.type,
output.name,
]);
}, [output.selected, output.types, data.id, data.type, output.name]);

// ID for the left handle (loop input) - includes loop_types for validation
const loopInputId = useMemo(() => {
Expand Down
Loading