You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generated examples via stripe samples create accept-a-payment use react 17 while stripe already claims support for react 18: stripe/react-stripe-js#273
To Reproduce
stripe samples create accept-a-payment
The text was updated successfully, but these errors were encountered:
Thank you for the report. The react sample was created using Create React App. The error reported seems to be due to a library used internally by Create React App: facebook/create-react-app#11708 (comment)
As there seems to be no releases from Create React App from the year 2022, it may be necessary to consider migrating to something like Vite.
As a temporary workaround, please use NODE_OPTIONS='--openssl-legacy-provider' option like the following: NODE_OPTIONS='--openssl-legacy-provider' react-scripts start
Bug report
Describe the bug
Generated examples via
stripe samples create accept-a-payment
use react 17 while stripe already claims support for react 18: stripe/react-stripe-js#273To Reproduce
stripe samples create accept-a-payment
The text was updated successfully, but these errors were encountered: