[Bug] Doesn't works with React 18
aaron5670 opened this issue · 3 comments
aaron5670 commented
First, I want to thank you so much for this library! I enjoy using this.
Unfortunately, this library does not work with React 18.
Package.json
Describe the bug
Please provide a clear and concise description of what the bug is. Include relevant operating system, browser and other environment information.
How To Reproduce
Steps to reproduce the behavior:
- Make sure you are on React 18.x.
- Make sure you have the latest version of react-live-chat-loader (2.7.3).
- npm install
- See error bellow
Expected behaviour
A clean npm install
Screenshots
aaron5670 commented
This library is dead? :(
benschwarz commented
Hey @aaron5670, no the library isn’t dead, we’re busy and not using React 18 ourselves.
React 18 is version excluded in package.json. Updating that is maybe all that’s required to resolve this issue. If you find yourself with the time to explore it I’d be happy to review and merge.
aaron5670 commented
Hi @benschwarz, thank you!
I will look at it if I can find some time. :)