Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove React Suspense from Client Runtime #8887

Merged
merged 1 commit into from
Sep 28, 2019

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.).
3 participants