Skip to content

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.

3 participants