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

[Enhancement kbss-cvut/termit-ui#473] Annotator: resolve "memory leak" and reset filter on occurrence marking #499

Conversation

lukaskabc
Copy link
Collaborator

resolves #473

fixes updating the state of an unmounted element

Copy link
Contributor

@ledsoft ledsoft left a comment

Choose a reason for hiding this comment

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

LGTM, I created a follow-up ticket for the Node upgrade.

const action = { type: ActionType.ANNOTATOR_LOAD_TERM };
return (dispatch: ThunkDispatch, getState: GetStoreState) => {
// TODO: remove throwIfAborted null check (problem with NodeJS version) support from 17.3.0 (Released 2021-12-17)
Copy link
Contributor

Choose a reason for hiding this comment

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

Let's bump minimum required Node version to 18. I recently resolved an issue with building TermIt on 20 and later, so there is no reason to stick with such an old version. Browser support is also good (since start of 2022).

@ledsoft ledsoft merged commit 6ed9c10 into kbss-cvut:development Aug 8, 2024
6 checks passed
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.

2 participants