tszhong0411 / honghong.me

⚡ A monorepo of my personal website and blog built with TypeScript, Next.js, and Tailwind CSS
https://honghong.me
GNU General Public License v3.0
470 stars 74 forks source link

web: Attempted import error: 'useContext' is not exported from 'react' (imported as 'useContext'). #762

Closed tszhong0411 closed 2 months ago

tszhong0411 commented 4 months ago

Description:

It's fixed in the latest next.js canary version. But it is still unstable. Thus, we should fix it later.

Steps to Reproduce:

pnpm build

Expected Behavior:

No build errors

Actual Behavior:

CleanShot 2024-02-28 at 21 16 12@2x

tszhong0411 commented 2 months ago

Fixed