-
Notifications
You must be signed in to change notification settings - Fork 460
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
React chat widget v3.1.0 doesn't work #269
Comments
Hello @bharath-naik , thank you for the heads up. I'm currently looking into it 😄 |
Thank you for looking into it. Looking forward to the fix! |
Same issue |
I dug in for awhile to try to fix this, but couldn't figure it out. Seems to be something with the webpack preset-react / react 17 jsx templates. I tried a number of tweaks including switching .babelrc preset-react to 'classic' but am really unsure what the issue is. |
Any news on this issue? We'd appreciate a fix considering that the package is unusable in its current state. |
i have this issue too |
same here |
+1 |
Know somebody what can be problem? I am trying to fix it but unsuccessfully. |
I'm using when i run npm start it shows this error |
I have temporarily solution. change depencency in package.json
and run Now I have installed version newest working version 3.1.0 |
can confirm this issue on Next 12 and React 17 |
thanks @krajcikondra it works this way, but I only got the version 3.0.5 working |
Issue:
When running this project standalone or as an import, it throws error while running in browser,
Typeerror:
R.jsxdev is not a function`Steps to reproduce:
Clone this project
Npm install (all dependencies)
Npm start
Check in browser
Expected behaviour:
Chat widget opens up in browser.
See #267
(3.0.5 version works fine with no issues)
The text was updated successfully, but these errors were encountered: