Skip to content

Conversation

@Timer
Copy link
Member

@Timer Timer commented Sep 28, 2019

This removes the <Suspense> component from Next.js' client-side runtime to deal with a breaking change released in a React minor version.


Closes #8886

@Timer Timer added Type: Bug Upstream Related to using Next.js with a third-party dependency. (e.g., React, UI/icon libraries, etc.). labels Sep 28, 2019
@Timer Timer added this to the 9.0.7 milestone Sep 28, 2019
@timneutkens timneutkens merged commit d9c6f20 into vercel:canary Sep 28, 2019
@@ -0,0 +1,19 @@
import React, { Suspense } from 'react'

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is this test covering, isn't Suspense failing?

P. S. I'm completely new to next.js, let alone its development.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The data folder covers an experimental feature we've been developing, it's unrelated to anything else.

@timneutkens
Copy link
Member

@devknoll FYI on these changes.

@Timer Timer deleted the drop-suspense branch September 28, 2019 15:08
@vercel vercel locked as resolved and limited conversation to collaborators Feb 1, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Upstream Related to using Next.js with a third-party dependency. (e.g., React, UI/icon libraries, etc.).

Projects

None yet

Development

Successfully merging this pull request may close these issues.

"Unexpected fiber popped" / "An unexpected error has occurred"

3 participants