We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e07463c commit 3e1ac54Copy full SHA for 3e1ac54
rust/cubesql/cubesql/egraph-debug-template/src/index.js
@@ -46,7 +46,7 @@ const toEdge = (n) => ({
46
id: `${n.source}->${n.target}`,
47
style:
48
n.source.indexOf(`${n.target}-`) === 0
49
- ? { stroke: '#f00', 'stroke-width': 10 }
+ ? { stroke: '#f00', strokeWidth: 10 }
50
: undefined,
51
});
52
const initialNodes = data.combos
0 commit comments