Typo / better heading
This commit is contained in:
parent
216b03c4d7
commit
32e7518b6f
1 changed files with 2 additions and 2 deletions
|
|
@ -18,7 +18,7 @@
|
|||
- [`m.request`](#mrequest)
|
||||
- [`xlink` namespace required](#xlink-namespace-required)
|
||||
- [Nested arrays in views](#nested-arrays-in-views)
|
||||
- [Vnode immutability](#nested-arrays-in-views)
|
||||
- [Vnode equality checks](#vnode-equality-checks)
|
||||
|
||||
---
|
||||
|
||||
|
|
@ -503,6 +503,6 @@ Arrays now represent [fragments](fragments.md), which are structurally significa
|
|||
|
||||
***
|
||||
|
||||
## Vnode immutability
|
||||
## Vnode equality checks
|
||||
|
||||
If a vnode is strictly equal to the vnode occupying its place in the last draw, v1.x will skip that part of the tree without checking for mutations or triggering any lifecycle methods in the subtree. The component documentation contains [more detail on this issue](components.md#avoid-creating-component-instances-outside-views).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue