@canvas-harness/react 0.0.4 → 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -245,7 +245,6 @@ var useArrowTool = (ref, store, enabled, defaults) => {
245
245
  source: sourceEnd,
246
246
  target,
247
247
  pathStyle: d?.pathStyle ?? "bezier",
248
- z: 0,
249
248
  groups: [],
250
249
  ...d?.style ? { style: d.style } : {}
251
250
  });