Skip to content

Commit 025040b

Browse files
author
Robert Jackson
authored
Merge pull request #798 from ember-fastboot/rwjblue-patch-1
Remove reference to willRender/didRender
2 parents a46894f + 592bbea commit 025040b

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)