-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@chargebee/chargebee-js-react-wrapper not working with react@18 yet #85
Comments
+1 Can you add support for React 18? |
The lack of chargebee's wrapper supporting this is preventing our entire app from updating our stack. Please, add support for this soon. |
We are looking into this. Will share an update at the earliest. |
This is affecting us as well, please let us know when this is changed as it is really holding us back. |
@mwalden2004 You can expect react 18 support to be available by June 24th. |
@chargebee/chargebee-js-react-wrapper 0.5.0 has been published with react 18 support. Please test using the latest version, and open github issues if there are any errors. |
Seems to be working great, only issue I saw was with StrictMode enabled see #98 |
Is this issue still open or can it be closes @welearndan ? |
When updating to the newest react version and running
npm i
with@chargebee/[email protected]
, the following error is thrown:npm ERR! While resolving: @chargebee/[email protected] npm ERR! Found: [email protected]
I think this can be fixed by updating the version number in peer-dependencies to 18 as well
The text was updated successfully, but these errors were encountered: