MCPcopy Index your code
hub / github.com/angular/angular / getHydrationAttributeNote

Function getHydrationAttributeNote

packages/core/src/hydration/error_handling.ts:460–465  ·  view source on GitHub ↗

* An attribute related note for hydration errors

()

Source from the content-addressed store, hash-verified

458 * An attribute related note for hydration errors
459 */
460function getHydrationAttributeNote(): string {
461 return (
462 'Note: attributes are only displayed to better represent the DOM' +
463 ' but have no effect on hydration mismatches.\n\n'
464 );
465}
466
467// Node string utility functions
468

Callers 2

validateMatchingNodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…