Open mcarry1 opened 1 year ago
I am using @chargebee/chargebee-js-react-wrapper in react project i added below code in index.html
and using the CardComponent in different file but i am getting Cannot read properties of undefined (reading 'init')
You are probably trying to initialise chargebee before the script it's loaded. Try loading the script first and then use useEffect on mount only to init the instance.
I am using @chargebee/chargebee-js-react-wrapper in react project i added below code in index.html
and using the CardComponent in different file but i am getting Cannot read properties of undefined (reading 'init')