import React from 'react'; type Props = { className?: string githubLink: string; }; export default function ErrorBoundarySection({ className = '', githubLink }: Props) { return (
An error occurred in Ignition's UI. Please open an issue on{' '} the Ignition GitHub repo {' '} and make sure to include any errors or warnings in the developer console.