Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Dapp] NextJS and React Versions #232

Open
3 tasks
joaquinsoza opened this issue Nov 25, 2024 · 0 comments
Open
3 tasks

[Dapp] NextJS and React Versions #232

joaquinsoza opened this issue Nov 25, 2024 · 0 comments

Comments

@joaquinsoza
Copy link
Collaborator

If we do yarn build now it will work but i noticed when trying to install Vercel Analytics and/or Google Analytics the build doesnt work anymore.

Why is this? my guess some errors with other packages versions.

Looking at the package.json we have fixed versions for "next" and "react" and this versions are not stable versions.

When updating them to stable versions like "next": "^15.0.0" and "react": "^18.3.1" build doesnt work anymore and i think Vercel analytics doesnt work because of this version dependencies...


  • Update fixed development versions to stable versions of this packages and fix every build error that appears.
  • Install vercel analytics and test that it works.
  • Fix any other build error that may occur. (sometimes this build errors only appear in vercel's terminal)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant