We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, shouldRender documentation states that setting its value to true will disable rendering.
shouldRender
true
ember.js/packages/ember-application/lib/system/application-instance.js
Lines 377 to 379 in 84c8eca
Setting its value to false will actually disable rendering. true is the default value and will cause the application to render.
false
The text was updated successfully, but these errors were encountered:
[DOCUMENTATION] Fix value in ApplicationInstance isBrowser property
51f2adc
Fixes emberjs#16455
Thank you!
Sorry, something went wrong.
No branches or pull requests
Currently,
shouldRender
documentation states that setting its value totrue
will disable rendering.ember.js/packages/ember-application/lib/system/application-instance.js
Lines 377 to 379 in 84c8eca
Setting its value to
false
will actually disable rendering.true
is the default value and will cause the application to render.The text was updated successfully, but these errors were encountered: