export const { StringErrorResult } = createCodecComponent(
  "StringErrorResult",
  ({ error }: Format.Errors.StringErrorResult) =>
    isStringError(error) ? (
      <StringError data={error} />