Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QuarkGluonPlasma/react-course-code
/ onEdgeClick
Function
onEdgeClick
react-flow-test/src/App.tsx:64–66 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
62
})
63
64
const onEdgeClick = () => {
65
setEdges((edges) => edges.filter((edge) => edge.id !== id));
66
};
67
68
return (
69
<>
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected