-
Notifications
You must be signed in to change notification settings - Fork 161
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
Typescript 4 support #8117
Typescript 4 support #8117
Conversation
96bc6f8
to
b05950f
Compare
@@ -547,7 +547,7 @@ export class IgxGridCellComponent implements OnInit, OnChanges, OnDestroy { | |||
}; | |||
} | |||
|
|||
public focused = this.active; | |||
// public focused = this.active; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rkaraivanov Couldn't figure out if this is supposed to do anything. Found just one reference to it in template, but typescript was complaining this is initialized before active
(which is completely true, it's initially undefined when this is assigned). It's not hidden, nor described.. should I just delete it or keep it hidden and deprecated for a bit?
Edit: Seems like it was swapped with active in #6910, before it was basically the host bind for the active class and it was hidden
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess deprecate it and remove it in a future version.
b05950f
to
1d028cc
Compare
Closes #8116
Additional information (check all that apply):
Checklist:
feature/README.MD
updates for the feature docsREADME.MD
CHANGELOG.MD
updates for newly added functionalityng update
migrations for the breaking changes (migrations guidelines)