owltide/utils
Hornwitser da65103e05 Use toRaw when calling Set.difference
Vue's proxy handling interferres with the new Set methods causing them
to throw a TypeError when used on Set objects that are replaced by
proxies. Workaround by dropping the proxy when using these.

See https://github.com/vuejs/core/issues/11398
2025-06-27 18:52:16 +02:00
..
client-entity.ts Refactor base types for entities and tombstones 2025-06-24 15:19:11 +02:00
client-map.nuxt.test.ts Refactor base types for entities and tombstones 2025-06-24 15:19:11 +02:00
client-map.ts Refactor base types for entities and tombstones 2025-06-24 15:19:11 +02:00
client-schedule.nuxt.test.ts Refactor base types for entities and tombstones 2025-06-24 15:19:11 +02:00
client-schedule.ts Use toRaw when calling Set.difference 2025-06-27 18:52:16 +02:00
client-user.ts Refactor base types for entities and tombstones 2025-06-24 15:19:11 +02:00
functions.ts Implement editing of slots in ClientSchedule 2025-06-14 19:12:31 +02:00