Skip to content

Commit f98aede

Browse files
authored
Merge pull request #344 from simonihmig/patch-1
Update lifecycle hooks
2 parents 12cfc6f + 0fd1fb3 commit f98aede

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -370,8 +370,7 @@ Since `didInsertElement` hooks are designed to let your component
370370
directly manipulate the DOM, and that doesn't make sense on the server
371371
where there is no DOM, we do not invoke either `didInsertElement` or
372372
`willInsertElement` hooks. The only component lifecycle hooks called in
373-
FastBoot are `init`, `didReceiveAttrs`, `didUpdateAttrs`, `willRender`
374-
and `willUpdate`.
373+
FastBoot are `init`, `didReceiveAttrs`, `didUpdateAttrs` and `willDestroy`.
375374

376375
### No jQuery
377376

0 commit comments

Comments
 (0)