Closed Saraphite closed 4 months ago
Hey there!
I've recently added this package to my project and have followed the docs (twice) and I still end up with the same issue.
These are the errors:
This is all I've added. (ClientId is redacted)
If I remove the above then my application works again.
I'm using React 18.3.1 and Vite.js 5.2.0.
Please forgive me if I'm missing something obvious - I'm fairly new to front end development.
I managed to resolve this by doing one of the following things, though I'm not sure which one:
npm install
If you're facing a similar issue, I'd recommend trying the above.
Hey there!
I've recently added this package to my project and have followed the docs (twice) and I still end up with the same issue.
These are the errors:
This is all I've added. (ClientId is redacted)
If I remove the above then my application works again.
I'm using React 18.3.1 and Vite.js 5.2.0.
Please forgive me if I'm missing something obvious - I'm fairly new to front end development.