-
Notifications
You must be signed in to change notification settings - Fork 47k
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
[Flight] Warn for keyless fragments in an array #30588
[Flight] Warn for keyless fragments in an array #30588
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
env: (0, request.environmentName)(), | ||
owner: task.debugOwner, | ||
}: ReactComponentInfo); | ||
if (enableOwnerStacks) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do you need this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
or were you supposed to remove the flag gate above?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh yea
1e89e1f
to
b069bff
Compare
b069bff
to
00e41aa
Compare
Conceptually this is the same as rendering this as if it was a built-in Server Component.