#1406·arktype

Shallow cycle error on `this[]`

Author: ssalbdivadCreated Apr 6, 2025Updated Jun 2, 2026

This is inferred time but fails at runtime:

typescript
export const ApprovalConfigStepNodeValidator = type({
  key: "this[]",
});