next.js/packages/next/src/next-devtools/shared/hydration-error.ts
hydration-error.ts6 lines175 B
export type HydrationErrorState = {
  // Hydration warning template format: <message> <serverContent> <clientContent>
  warning?: string
  reactOutputComponentDiff?: string
}
Quest for Codev2.0.0
/
SIGN IN