Cross-link Sections article to new content #35345
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Addresses #35343
I missed a spot, @kiwiingenuity. You called out the whole scenario from the Sections article, and I didn't place a cross-link there to what's going on with the layout. There's a section at the bottom of the article that pertains to how sections interact with other parts of Blazor, and it looks like that's a good spot to call it out. Otherwise, devs will be able to find the problem if they search on the error message when they try to make a layout interactive. I'll keep an 👂 open for further feedback. If devs have trouble finding content given what I've placed thus far, I'll work on surfacing this a bit more. The problem is that the error here is really more general than just for sections ... it really comes down to what's going on with the layout component in an app that adopts per-page/component rendering.
Internal previews