* An attribute related note for hydration errors
()
| 458 | * An attribute related note for hydration errors |
| 459 | */ |
| 460 | function 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 |
no outgoing calls
no test coverage detected
searching dependent graphs…