@wandelbots/wandelbots-js-react-components 1.15.0 → 1.15.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.js CHANGED
@@ -16210,7 +16210,7 @@ const M_ = ({
16210
16210
  br();
16211
16211
  function r() {
16212
16212
  const { joints: n } = e.jogger.motionStream.rapidlyChangingMotionState.state.joint_position;
16213
- return `{${n.map((o) => parseFloat(o.toFixed(4))).join(", ")}}`;
16213
+ return `[${n.map((o) => parseFloat(o.toFixed(4))).join(", ")}]`;
16214
16214
  }
16215
16215
  return sn(() => {
16216
16216
  t.current && (t.current.textContent = r());