@canvas-harness/react 0.0.5 → 0.1.1

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.cjs CHANGED
@@ -247,7 +247,6 @@ var useArrowTool = (ref, store, enabled, defaults) => {
247
247
  source: sourceEnd,
248
248
  target,
249
249
  pathStyle: d?.pathStyle ?? "bezier",
250
- z: 0,
251
250
  groups: [],
252
251
  ...d?.style ? { style: d.style } : {}
253
252
  });