You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uncaught Error: Assertion Failed: You attempted to update <balance-ember@component:light-table/columns/allovue-column::ember2352>._rowspan to "1", 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.
When passing in the
rowspan
property like this:An error gets thrown in Ember 3.16.8
Looks like it happens from this commit 1739493
The text was updated successfully, but these errors were encountered: