-
Notifications
You must be signed in to change notification settings - Fork 604
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
Messages duplicate #346
Comments
I got the same problem... |
I found out that it's related with create react app, but I don't know why. I switched to Vite and it worked then. |
I've investigated more an found the difference that made it work for me.
which produced the error, switching it to
made it work. Hope that helps. |
Platform: - Next.js #Issue Solve... ======= Code =======
|
With react 18 strict mode enable useEffect to run twice in development, that's why this library might be bugged |
This worked for me thanks!!! |
This works for me as well. Thanks |
this worked for me too thanks for the help. |
This did it for me! |
It worked for me too |
i got the same issue |
yes its work fine, thanks to resolve this doubling issue - see the example of implementation - https://shitalacademy.com |
how to you style this component |
define -> const theme in top and use theme in "themeprovider" |
Thanks Noted |
Thanks for your helping ! |
Describe the bug
Messages are doubled with each new trigger.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
messages should appear only once, as defined in the code.
Instead, they appear multiple times (see screenshot)
Desktop (please complete the following information):
Code
The text was updated successfully, but these errors were encountered: