Skip to content

Commit 0fd1fb3

Browse files
authored
Update lifecycle hooks
See ember-fastboot/fastboot-website#55
1 parent 12cfc6f commit 0fd1fb3

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)