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

Updated dependencies versions #403

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Bl20052005
Copy link
Contributor

Updated next.js v13 -> 14, framer motion v10 -> 11

technically framer motion is supposed to work with React 17 and next 13; however there seems to be no issue for now.

Other dependencies don't need to be updated as far as I can tell

@taesungh
Copy link
Member

Looks like we need to handle #168 before being able to upgrade to Next.js 14.

@taesungh
Copy link
Member

Actually I misread, there's an issue with CSR bailout:

site:build: ⨯ useSearchParams() should be wrapped in a suspense boundary at page "/guest-login". Read more: https://nextjs.org/docs/messages/missing-suspense-with-csr-bailout

but I think Next.js gets confused because it thinks the route is statically rendered when in practice, dynamic rendering is happening.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants