-
Notifications
You must be signed in to change notification settings - Fork 73
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
uncompatibility with animate.css library #155
Comments
Let's stick to one issue open for now :) |
I started having this or a similar issue when I migrated to React 18. First time dispatching a notification, it appears for a millisecond, then disappears, and then does the animation. |
Yes I still having this issue, the only solution I found for now is to stop using animate.css |
For some reason I thought the reporter reported the same issue twice, when the other one was fixed in a different thread but it seems it's not the same. I'll investigate, will let it open for now. |
Interesting, this doesn't seem to happen on |
I was also able to replicate it in a React 18 project. |
if you import the animate.css into the project, the first time you dispatch a notification if dissapears for a second, then it appears again, (at least trying to play the fade in animation)
stepts to reproduce:
create new react / nextjs app
npm install [email protected]
npm install animate.css
import react-notifications-component
import animate.css
dispatch a notification with fade in entrance animation
The text was updated successfully, but these errors were encountered: