react-circle icon indicating copy to clipboard operation
react-circle copied to clipboard

Check React 18 compatibility

Open MH4GF opened this issue 3 years ago • 0 comments

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.

MH4GF avatar Sep 30 '22 03:09 MH4GF