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
Hello, I'm migrating from @react-google-login because the deprecation of old Google API, but I'm getting this error while building my app in local:
Failed to compile.
../node_modules/@react-oauth/google/dist/index.esm.js
Module not found: Can't resolve 'react/jsx-runtime' in 'path/to/my/project/node_modules/@react-oauth/google/dist'
I'm using the following versions:
"react": "16.10.2",
"react-dom": "16.10.2",
"typescript": "3.9.5",
"@react-oauth/google": "^0.2.1",
... rest of dependencies ommited for brevity
Thanks in advance!
Update: After realising that jsx-runtime is from react 17 (duh me), is there any way to make this library compatible with react 16?
The text was updated successfully, but these errors were encountered:
Hello, I'm migrating from @react-google-login because the deprecation of old Google API, but I'm getting this error while building my app in local:
I'm using the following versions:
Thanks in advance!
Update: After realising that jsx-runtime is from react 17 (duh me), is there any way to make this library compatible with react 16?
The text was updated successfully, but these errors were encountered: