-
Notifications
You must be signed in to change notification settings - Fork 394
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
docs: fix build in nextjs example #2152
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
size-limit report 📦
|
9a6f49b
to
a032163
Compare
import { HomePage } from '../../../components/HomePage' | ||
import { initLingui } from '../../../initLingui' | ||
import { initLingui, PageLangParam } from "../../../initLingui" |
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.
Please make the quote format consistent here and in a few other places below. Some imports use "
, some '
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.
interesting, it should be covered by prettier, why it doesn't
Description
this one supersede #2146
Turned out that
dev
worked, butbuild
not. So some alignments had to be done to makebuild
work without errors.Types of changes
Fixes # (issue)
Checklist