Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 385 Bytes

invalid-dynamic-suspense.md

File metadata and controls

13 lines (7 loc) · 385 Bytes

Invalid Usage of suspense Option of next/dynamic

Why This Error Occurred

<Suspense> is not allowed under legacy render mode when using React older than v18.

Possible Ways to Fix It

Remove suspense: true option in next/dynamic usages.

Useful Links