I\'m trying to write a react error handling component for an application.
export default function Error({e}: {e: Error}) { return ( 相关标签: