react-circle
react-circle copied to clipboard
Check React 18 compatibility
Hi @zzarcon ! I love this library and have been using it for a long time. Thanks for publishing it!
What
I would like to check that it is compatible with React18 .
Context
I am in the process of upgrading my own product to React18. In verifying the compatibility of dependent libraries, I noticed that this library is only checked up to React16. I would like to add a check by CI, as it should help many people to know that they are compatible.
Proposed solutions
- replace to GitHub Actions from travis CI
- Add checks for node and react matrix
- node: 8~18
- react: 16~18
If there are no problems, a PR will be submitted after this.