Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

eslint to 8.9.0 #7889

Merged
merged 1 commit into from
Feb 24, 2022
Merged

eslint to 8.9.0 #7889

merged 1 commit into from
Feb 24, 2022

Conversation

kerryarchibald
Copy link
Contributor

@kerryarchibald kerryarchibald commented Feb 24, 2022

https://github.com/vector-im/element-web/security/dependabot/3


This change is marked as an internal change (Task), so will not be included in the changelog.

Preview: https://pr7889--matrix-react-sdk.netlify.app
⚠️ Do you trust the author of this PR? Maybe this build will steal your keys or give you malware. Exercise caution. Use test accounts.

Signed-off-by: Kerry Archibald <[email protected]>
@@ -667,7 +667,11 @@ export default class RoomList extends React.PureComponent<IProps, IState> {

public focus(): void {
// focus the first focusable element in this aria treeview widget
[...this.treeRef.current?.querySelectorAll<HTMLElement>('[role="treeitem"]')]
const treeItems = this.treeRef.current?.querySelectorAll<HTMLElement>('[role="treeitem"]');
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kerryarchibald kerryarchibald added the T-Task Refactoring, enabling or disabling functionality, other engineering tasks label Feb 24, 2022
@kerryarchibald kerryarchibald marked this pull request as ready for review February 24, 2022 09:23
@kerryarchibald kerryarchibald requested a review from a team as a code owner February 24, 2022 09:23
@kerryarchibald kerryarchibald merged commit 6e143c3 into develop Feb 24, 2022
@kerryarchibald kerryarchibald deleted the kerryarchibald/eslint-8 branch February 24, 2022 14:54
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
T-Task Refactoring, enabling or disabling functionality, other engineering tasks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants