-
Notifications
You must be signed in to change notification settings - Fork 1
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
[enh] update to nextjs 14 #162
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
62fe9e1
to
bc0301b
Compare
177a010
to
166bd3b
Compare
<Component {...pageProps} /> | ||
</Layout>, | ||
providers, | ||
const isClient = useIsClient(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is too queiiizy. Can we refactor that and use correct server/client side component composition to avoid this types of checks?
We can schedule a task for that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@frattezi We can, but it'd require some refactoring. I'm planning to move to tailwind + daisy-ui in an upcoming PR
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agreed
- nextjs - react & react-doom - typescript
2e78ca3
to
8535e1d
Compare
* fea: setup biome * fix: yarn fmt * ref: remove lottie related files * ref: format everything * fix: remove prettier * fix: remove eslint * fix: yarn build * fix: tab size * fix: playwright * enh: update gh action * enh: update ci * fix: ci * oth: fmt * fix: adjust biome spacing * fix: run fmt * [enh] update to nextjs 14 (#162) * enh: upgrade packages - nextjs - react & react-doom - typescript * enh: upgrade ts * fix: ssr rendering issue * fix: fmt * enh: run playwright tests on prs * enh: playwright test * enh: run playwright tests for all PRs * fix: next export * fix: remove export
Descrição
This PR upgrades a few packages
Changes
TODO
src/app
This closes #160