-
Notifications
You must be signed in to change notification settings - Fork 458
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
Widget is not opening when corner button is clicked #316
Comments
I had the same issue. It was probably due to React version being too new, as this package needs ^17.0.2 (currently it is 18). I downgraded React by following this https://stackoverflow.com/a/71908461 and now it seems to work when I click. Not sure exactly why though. Also this seems to be the same issue as #310 |
I had same issue aswell and solution by @nb-programmer solved it. |
But what if we can't downgrade to react 17, what can we do in that case, or is there any other alternative lib for this? |
you can control it manually like this. It's work for me in React 18.2
|
Your solution is worked thank you @tinspham209 |
Thank you so much for your solution @tinspham209 . |
Is there any other alternative third party library for this. This seems a little bit outdated . Thank you guys . |
Can I set the chat widget open as the default behaviour? I want it always open. |
Thank you so much <3 |
this solution help me , great |
Clicking the widget is not opening the chat. What may be wrong? I used the same format as the documentation to add the widget.
The text was updated successfully, but these errors were encountered: