Hey! Can we add react@"18.0.0" as a supported version for this package? It seems to be working fine for me in this version, but I have to install it using npm i react-credit-cards --force. Without the --force flag it fails because of the peer dependency not allowing react-18.
If you guys approve the idea, I can make a quick PR and check if tests are still passing.
Hey! Can we add react@"18.0.0" as a supported version for this package? It seems to be working fine for me in this version, but I have to install it using
npm i react-credit-cards --force. Without the--forceflag it fails because of the peer dependency not allowing react-18.If you guys approve the idea, I can make a quick PR and check if tests are still passing.