-
Notifications
You must be signed in to change notification settings - Fork 25.2k
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 clarification on interactive root component remark #31543
Comments
@DavidThielen thanks for contacting us. I think the confusion comes here from the fact that you can't make the |
@guardrex feel free to update the docs if you feel we need to be more explicit here. |
It's already resolved, and the update will probably go live by EOD. Thanks for the feedback on that point. |
Is there an existing issue for this?
Describe the bug
In the documentation discussing disabling pre-rendering it says:
It then goes on to say:
So it says you can't set this in App.razor. Then tells you to turn it off globally, set it to false in App.razor. This needs to say one or the other as both cannot be correct at the same time.
Expected Behavior
It should state that either prerendering can not be set in App.razor and it then shows an example of how to then set it in every top level component.
Or it should state that it can be set in App.razor and then keep the existing example.
Steps To Reproduce
Read the documentation
Exceptions (if any)
No response
.NET Version
8
Anything else?
No response
The text was updated successfully, but these errors were encountered: