mirror of
https://github.com/discourse/discourse.git
synced 2025-02-13 14:55:06 +00:00
Fixes a bug I stumbled upon in dev env: ``` Error: Assertion Failed: You attempted to update <discourse@model:user::ember337>.status to "[object Object]", but it is being tracked by a tracking context, such as a template, computed property, or observer. In order to make sure the context updates properly, you must invalidate the property when updating it. You can mark the property as `@tracked`, or use `@ember/object#set` to do this. ```