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

[Fix] Toast message not being removed automatically #17

Merged
merged 1 commit into from
Aug 25, 2024

Conversation

rajanchavda
Copy link

Added static:true as the viewchild sometimes unable to access the tag. Also replaced cdr.detectChanges() with cdr.markForCheck()

fix #16

PR Checklist

Please check if your PR fulfills the following requirements:

  • The commit message follows our guidelines: CONTRIBUTING.md#commit
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

PR Type

What kind of change does this PR introduce?

[x] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] CI related changes
[ ] Documentation content changes
[ ] Other... Please describe:

What is the current behavior?

Issue Number: 16

What is the new behavior?

Does this PR introduce a breaking change?

[ ] Yes
[x] No

Other information

…angeDetection changes

Added static:true as the viewchild sometimes unable to access the tag. Also replaced
cdr.detectChanges() with cdr.markForCheck()

fix ngxpert#16
@rajanchavda
Copy link
Author

@shhdharmen Can you please review this ? Thanks !!

Copy link
Contributor

@shhdharmen shhdharmen left a comment

Choose a reason for hiding this comment

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

LGTM

@shhdharmen shhdharmen changed the base branch from main to beta August 25, 2024 13:21
@shhdharmen shhdharmen merged commit 21e23f3 into ngxpert:beta Aug 25, 2024
1 check passed
@shhdharmen
Copy link
Contributor

🎉 This PR is included in version 3.0.1-beta.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Copy link

🎉 This PR is included in version 3.0.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

[Bug] Sometimes toast not being removed from UI automatically
2 participants