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

Typo in shouldRender documentation #16455

Closed
amessinger opened this issue Apr 3, 2018 · 1 comment
Closed

Typo in shouldRender documentation #16455

amessinger opened this issue Apr 3, 2018 · 1 comment
Labels

Comments

@amessinger
Copy link

Currently, shouldRender documentation states that setting its value to true will disable rendering.

When this flag is set to `true`, it will disable the entire rendering
pipeline. Essentially, this puts the app into "routing-only" mode. No
templates will be rendered, and no Components will be created.

Setting its value to false will actually disable rendering. true is the default value and will cause the application to render.

@Serabe
Copy link
Member

Serabe commented Apr 6, 2018

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants