Stop a component from rendering

This probably should be a question on SO, except that I wanted to point out that a number of hooks mentioned in the component lifecycle hooks section of the 1.13 release notes are not found in the API. Me confused,more than usual.

Is it possible to cancel rendering of a component? I presume that I can return false in one of the hooks. Probably willRender? I’ve searched through the source and have found where that hook is triggered but not the hook itself.

1 Like