You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You will see this warning-> warn Your project has '@next/font' installed as a dependency, please use the built-in 'next/font' instead. The '@next/font' package will be removed in Next.js 14.
Description
HOW TO REPRODUCE THE WARNING:
npm run dev
warn Your project has '@next/font' installed as a dependency, please use the built-in 'next/font' instead. The '@next/font' package will be removed in Next.js 14.
This is the warning screenshot:
Refer to this next js doc for more information: https://nextjs.org/docs/pages/building-your-application/upgrading/codemods#use-built-in-font
The text was updated successfully, but these errors were encountered: