Glimmer 컴포넌트 변경 감지가 작동하지 않음 - @tracked 배열 속성 변경

I believe when you track an array like described in OP you’re tracking the array reference and not changes to the individual objects within the array

Another way to handle it is using trackedObject, we use this in a handful of places throughout Discourse