We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 12cfc6f + 0fd1fb3 commit f98aedeCopy full SHA for f98aede
1 file changed
README.md
@@ -370,8 +370,7 @@ Since `didInsertElement` hooks are designed to let your component
370
directly manipulate the DOM, and that doesn't make sense on the server
371
where there is no DOM, we do not invoke either `didInsertElement` or
372
`willInsertElement` hooks. The only component lifecycle hooks called in
373
-FastBoot are `init`, `didReceiveAttrs`, `didUpdateAttrs`, `willRender`
374
-and `willUpdate`.
+FastBoot are `init`, `didReceiveAttrs`, `didUpdateAttrs` and `willDestroy`.
375
376
### No jQuery
377
0 commit comments