Patch Changes #4912 by @zbeyens – Added normalizeStaticValue to @platejs/core for normalizing example editor values with deterministic node IDs and stable numeric createdAt metadata before SSR hydration. import { normalizeStaticValue } from "@platejs/core"; const value = normalizeStaticValue(exampleValue);