export const { UfixedErrorResult } = createCodecComponent(
  "UfixedErrorResult",
  ({ error }: Format.Errors.UfixedErrorResult) =>
    isUfixedError(error) ? (
      <UfixedError data={error} />