export const { BytesStaticErrorResult } = createCodecComponent(
  "BytesStaticErrorResult",
  ({ error }: Format.Errors.BytesStaticErrorResult) =>
    isBytesStaticError(error) ? (
      <BytesStaticError data={error} />