Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3.0.0-beta.0 Cannot update rowspan #753

Open
brandynbennett opened this issue Jan 6, 2021 · 2 comments
Open

3.0.0-beta.0 Cannot update rowspan #753

brandynbennett opened this issue Jan 6, 2021 · 2 comments
Labels

Comments

@brandynbennett
Copy link

When passing in the rowspan property like this:

<tr>
  {{#each @columns as |column|}}
    {{component (concat 'light-table/columns/' column.type) column
      table=@table
      extra=@extra
      rowspan=1
      sortIcons=@sortIcons}}
  {{/each}}
</tr>

An error gets thrown in Ember 3.16.8

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.

Looks like it happens from this commit 1739493

@RobbieTheWagner
Copy link
Member

@brandynbennett is this still an issue on the latest master branch?

@brandynbennett
Copy link
Author

I'm unsure, sorry.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants