@chriskirknielsen@front-end.social
Post #1858820
2025-09-09 20:55 UTC
@aloxe Glad it could help! Tags should be deduplicated with the use of `Array.from(new Set(...))`, as a `Set` deduplicates by design. Though it won't handle upper/lowercase if that's what you're after.
Replies (1)
-
@aloxe@mast.eu.org 2025-09-09 21:02
@chriskirknielsen Ah ah I completely rewrote this part as I needed my own filters and as a result I dropped the `new Set`. And of course I missed it after that 😄