Update devDependencies + Add react 18
I'm currently getting install errors due to react 18 not being supported.
I don't think anyone is going to respond. Did you upload your fix to npm under a different name? @nikeee
Nope. If anybody wants to do that, just grab my fork
@nikeee @oren-z0 I have just published a new npm package that also supports React 18. It might be helpful. https://www.npmjs.com/package/easy-react-text-loop
It's not better but it works! :)
I created a (more or less) hard-fork of this project: https://github.com/pr0gramm-com/react-text-loop-next
Differences:
- react 18
- removed test that was basically useless
- yarn -> npm
- prettier -> biome
- eslint -> biome
- CI and dependabot
- dopped cjs support
- dropped support for browsers that don't support
requestAnimationFrameorcancelAnimationFrame
Which leads to a lot slimmer and simpler project setup. We'll publish it to npm as soon as we're ironed stuff out. If the author of this package wants, they can take the entire code base. Contributions are also very welcome!