shouldRenderboolean
public
Disable rendering completely.
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.
Default: true
Please login to continue.