vite-plugin-react-server
Version:
Vite plugin for React Server Components (RSC)
9 lines • 298 B
TypeScript
import type { HandleErrorFn } from "./types.js";
/**
* Simplified error handling function that:
* - Formats and logs errors
* - Handles panic thresholds
* - Returns error to throw or null to continue
*/
export declare const handleError: HandleErrorFn;
//# sourceMappingURL=handleError.d.ts.map