export type HydrationErrorState = {
    warning?: string;
    reactOutputComponentDiff?: string;
};
