main ← fix-category-featured-topics
opened 04:08PM - 14 Oct 25 UTC
`category.topics` is already an array of `Topic` objects. Calling `.create()` ag…ain is unnecessary, and leads to strange behavior, especially when `@tracked` fields are involved.
New `@tracked` were introduced in 075d0b8ea11811bdf0d9b96547b15ed4f5a1793c, which is what surfaced this issue