Skip to content

Commit 592bbea

Browse files
author
Robert Jackson
authored
Remove reference to willRender/didRender
willRender and didRender are not run in FastBoot context
1 parent a46894f commit 592bbea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ Since `didInsertElement` hooks are designed to let your component
636636
directly manipulate the DOM, and that doesn't make sense on the server
637637
where there is no DOM, we do not invoke either `didInsertElement` or
638638
`willInsertElement` hooks. The only component lifecycle hooks called in
639-
FastBoot are `init`, `didReceiveAttrs`, `didUpdateAttrs`, `willRender`, `didRender`, and `willDestroy`.
639+
FastBoot are `init`, `didReceiveAttrs`, `didUpdateAttrs`, and `willDestroy`.
640640

641641
### No jQuery
642642

0 commit comments

Comments
 (0)