A change in Next.js 14.1 causes the build to fail #22
Closed
njbmartin
started this conversation in
Show and tell
Replies: 1 comment
-
@njbmartin according to the latest release of next.js this is a serious issue but I'm wondering if we can introduce feature of wrapping suspense inside the package or just update docs adding exception to the version >= 14.1. What do you think? Cause again may be the user will not always use react suspense 💁🏽♂️ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
Next.js 14.1 introduced this:
It was a rather unhelpful error, but luckily didn't take me too long to discover that Next13 Progressbar is where the problem is occurring.
Also an easy fix on my end:
Beta Was this translation helpful? Give feedback.
All reactions