Open mohameddev19 opened 6 months ago
I read it somewhere else, forgot the source but you will need to transpile the latest package Add it on your next config, this is the config for Next 14
{
...anotherNextConfig,
transpilePackages: [ ...anotherPackages, "@codetrix-studio/capacitor-google-auth"]
}
am using Capacitor in next js project when try ti use CapacitorGoogleAuth i have this error:
How to fix this SyntaxError error? this is the component code: