export const { MagicErrorResult } = createCodecComponent(
  "MagicErrorResult",
  ({ error }: Format.Errors.MagicErrorResult) =>
    isMagicError(error) ? (
      <MagicError data={error} />