@26lights/orcha 0.34.7 → 0.34.8

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/orcha.es.js CHANGED
@@ -8079,7 +8079,7 @@ const X9 = { class: "ao-comments__header" }, Q9 = ["onSubmit"], J9 = ["placehold
8079
8079
  },
8080
8080
  emits: ["createComment", "updateComment", "removeComment"],
8081
8081
  setup(t, { emit: e }) {
8082
- const a = t, n = M(() => (a.comments || []).sort(
8082
+ const a = t, n = M(() => (a.comments || []).toSorted(
8083
8083
  (p, h) => D2(sa(p.createdAt), sa(h.createdAt))
8084
8084
  )), s = (c) => a.users.find((h) => h.id === c), o = se();
8085
8085
  De(() => {