Skip to content

[ui] Toast notification wrapper remains non-empty after the toast is removed and blocks clicks on Settings #3448

@panaC

Description

@panaC

public componentWillRemove() {

componentWillRemove -> componentWillUnmount

this.ref?.current.addEventListener("transitionend", this.handleTransitionEnd, false);

handleTransitionEnd can never properly unmount and remove the toast notifcation when the dom event not fired.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions