-
Notifications
You must be signed in to change notification settings - Fork 254
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
Set "replaceEnabled" to false, alert won't show up #94
Comments
It looks like the animation routine is not invoked when if (this.state.isOpen == false) {
this.animate(1);
} |
Hi @testshallpass Any update for this issue? |
Sorry for the delay. I must have initially interpreted the issue wrong. I am not able to reproduce it. |
Here's my steps:
|
@testshallpass @wellyshen if alertWithType is not called from user interaction,message bar will not animate in. the fix is easy.I will send a PR |
I was able to reproduce with a timeout as suggested. I have pinpointed the issue to it being the |
Issue Description
Thank you for this great library. When I set the
replaceEnabled
to false. The alert component won't show up. But it works fine when thereplaceEnabled
set to true.Steps to Reproduce / Code Snippets
Expected Results
Alert show up and animation won't dismiss while message changed.
Additional Information
The text was updated successfully, but these errors were encountered: