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

Message alert displays very slow #33

Open
GrishmaM opened this issue May 11, 2017 · 4 comments
Open

Message alert displays very slow #33

GrishmaM opened this issue May 11, 2017 · 4 comments

Comments

@GrishmaM
Copy link

GrishmaM commented May 11, 2017

After my api call i'm setting the error message to messageBar, but it take too long to appear on screen

y is it so ?

@GrishmaM GrishmaM changed the title Cannot read property 'setNewState' of null Message alert displays very slow May 16, 2017
@marlti7
Copy link

marlti7 commented Sep 13, 2017

me too. even if durationToShow set to 0.

@marlti7
Copy link

marlti7 commented Sep 14, 2017

durationToShow: props.durationToShow || 350 is not right.but when i set to 1, displays always very slow

@prawee
Copy link

prawee commented Sep 26, 2017

ctrl + T is solve

@marlti7
Copy link

marlti7 commented Sep 27, 2017

duration: props.duration || 3000, this statement is wrong(when duration is 0). the right: duration: props.duration !== 'undefined' ? props.duration : 3000

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

No branches or pull requests

3 participants