-
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
Chat window not opening when click on bubble #310
Comments
viraj-glide
changed the title
window not opening when click on bubble
Chat window not opening when click on bubble
Jun 11, 2022
Check you react version. It didn't work for me w React 18. |
Right, it doesn't work with React 18 but works with previous versions. |
Is this package still maintained? React 18 version would be very helpful. As a workaround, you can control it manually like this:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
import { Widget } from "react-chat-widget";
import "react-chat-widget/lib/styles.css";
export default function App() {
return (
);
}
The text was updated successfully, but these errors were encountered: