Skip to content

Commit d79d2d5

Browse files
authored
Merge pull request #557 from nlfurniss/master
update list of hooks called by fastboot
2 parents 139bef2 + 5f92de8 commit d79d2d5

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
@@ -526,7 +526,7 @@ Since `didInsertElement` hooks are designed to let your component
526526
directly manipulate the DOM, and that doesn't make sense on the server
527527
where there is no DOM, we do not invoke either `didInsertElement` or
528528
`willInsertElement` hooks. The only component lifecycle hooks called in
529-
FastBoot are `init`, `didReceiveAttrs`, `didUpdateAttrs` and `willDestroy`.
529+
FastBoot are `init`, `didReceiveAttrs`, `didUpdateAttrs`, `willRender`, `didRender`, and `willDestroy`.
530530

531531
### No jQuery
532532

0 commit comments

Comments
 (0)