mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
e41a52286f
This reverts commit 9bc15994ce.
PR Close #55326
10 lines
544 B
Markdown
10 lines
544 B
Markdown
@name Hydration Missing Siblings
|
|
@category runtime
|
|
@shortDescription During hydration, Angular expected more sibling DOM nodes to be present than what was found.
|
|
|
|
@description
|
|
This error is similar to the [error NG0500](errors/NG0500), but it indicates that Angular hydration process expected more siblings present in the DOM structure at a particular location. Please refer to the [error NG0500](errors/NG0500) page for additional information.
|
|
|
|
@debugging
|
|
See the [error NG0500](errors/NG0500) for more information on how to debug this error.
|