Closed danieldanielecki closed 10 months ago
Fixed it differently in https://github.com/tamotam-com/tamotam-app/commit/7c1ea75120f3d26121c01d97c46db0ca1812d869, for now not gonna to replace Set
's with Array
's. The current solution works like a charm, and there was a lot of problems inside store
when it comes to using Set
s.
Events holding data from externally sourced could use a
Set
instead of anArray
to remove duplicates. It's essential to fix lots ofTODO
regarding anid
, which isn't unique. It'd need to be excluded somehow.