hydratable_missing_but_required() — svelte Function Reference
Architecture documentation for the hydratable_missing_but_required() function in errors.js from the svelte codebase.
Entity Profile
Dependency Diagram
graph TD 5d85ff12_3047_07ed_ba84_0e6caf3b083a["hydratable_missing_but_required()"] ff387d97_d6d2_81e0_e731_656552709d27["errors.js"] 5d85ff12_3047_07ed_ba84_0e6caf3b083a -->|defined in| ff387d97_d6d2_81e0_e731_656552709d27 790389d6_c1a9_a237_603c_ec20bbc51d49["hydratable()"] 790389d6_c1a9_a237_603c_ec20bbc51d49 -->|calls| 5d85ff12_3047_07ed_ba84_0e6caf3b083a style 5d85ff12_3047_07ed_ba84_0e6caf3b083a fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/svelte/src/internal/client/errors.js lines 301–311
export function hydratable_missing_but_required(key) {
if (DEV) {
const error = new Error(`hydratable_missing_but_required\nExpected to find a hydratable with key \`${key}\` during hydration, but did not.\nhttps://svelte.dev/e/hydratable_missing_but_required`);
error.name = 'Svelte error';
throw error;
} else {
throw new Error(`https://svelte.dev/e/hydratable_missing_but_required`);
}
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does hydratable_missing_but_required() do?
hydratable_missing_but_required() is a function in the svelte codebase, defined in packages/svelte/src/internal/client/errors.js.
Where is hydratable_missing_but_required() defined?
hydratable_missing_but_required() is defined in packages/svelte/src/internal/client/errors.js at line 301.
What calls hydratable_missing_but_required()?
hydratable_missing_but_required() is called by 1 function(s): hydratable.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free