Skip to content

Fixed half of the linting warnings#801

Open
sushmaviswa wants to merge 8 commits intodevfrom
797-eslint
Open

Fixed half of the linting warnings#801
sushmaviswa wants to merge 8 commits intodevfrom
797-eslint

Conversation

@sushmaviswa
Copy link
Copy Markdown
Collaborator

Completed fixing half of the warnings.

@sushmaviswa sushmaviswa reopened this Apr 20, 2026
Copy link
Copy Markdown
Contributor

@Pvtrickt Pvtrickt left a comment

Choose a reason for hiding this comment

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

lgtm

console.error(`Unable to parse backend state: ${issue} is undefined`);
}
}, [currFrame, userAnnotation]);
}, [currFrame, userAnnotation, autoNext, parser, stepForward]);
Copy link
Copy Markdown
Contributor

@goldfish088 goldfish088 May 4, 2026

Choose a reason for hiding this comment

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

Adding stepForward as a dependency here introduces a "splitting" of sending a request to the backend and highlighting the next active line of code.

We will need to look into this more - there are likely other similar instances :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants