-
Notifications
You must be signed in to change notification settings - Fork 156
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
Move isIE check to deprecation warning banner #6629
Conversation
087b639
to
16ac77e
Compare
16ac77e
to
aa7a582
Compare
Kudos, SonarCloud Quality Gate passed! |
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.
Just one minor thing/question. Approving anyways as I'm not 100% sure myself, rest looks fine to me!
isIE11() { | ||
return !!window.MSInputMethodContext && !!document.documentMode | ||
}, | ||
IEdeprecationWarning() { |
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.
Is this correct camel case? 🤔 Thinking of ieDeprecationWarning
or IEDeprecationWarning
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.
true, ieDeprectationWarning
would be fine
Description
Could use feedback on wording and needs #6609 merged first