-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Add additional scoping for head buffering #6152
Conversation
🦋 Changeset detectedLatest commit: f345900 The changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
!preview mdx-links |
|
!preview mdx-links |
|
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.
Reading the changes, I think I understood the flow roughly 80%, but checking the logic I don't see anything incorrect, so putting an approval from me!
@bluwy let me explain the flow for future readers then:
This all became necessary because of a combination of:
This code works but does add some bloat to the codebase that would be great to get rid of. For that reason I'm going to create a proposal that removes implicit head injection (likely in combination with a new feature like head propagation). |
Changes
Testing
Docs
N/A, bug fix.