@next/font turbo t3
You might be using incompatible version of
@next/font
(13.4.4) and next
(13.1.6). what version should i use? Also in the future where can i find the compatible versions?
I ran pnpm --filter nextjs add @next/font
Solution:Jump to solution
You might be using incompatible version of
@next/font
(13.4.4) and next
(13.1.6). what version should i use? Also in the future where can i find the compatible versions?
I ran pnpm --filter nextjs add @next/font
...10 Replies
Use
next/font
tried that too just now
Not
@next/font
pnpm --filter nextjs add next/font
Nah it’s included in next
No need for separate package
And update next to at least 13.2 I think
Or whenever they started bundling it into next
13.2 isnt with the app router right
i have no clue how this worked
i changed next to 13.2.0
then back to 13.1.6
and it works now
after i removed @next/font
not sure i understand what you mean - no next version is app router exclusive
you can use both since 13.0
ah didnt know
havent really used it
thanks my man