You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.
Forces expressions of type `string[][]`.
Accepting `[value: any, label: string][]` would require
open-formulieren/InferNoLogic#5
To allow
```ts
type Item = [value: any, label: string] | {value: any, label: string}
type ValidItemExpression = Item[]
```
open-formulieren/InferNoLogic#6 and even a union type!
Forces expressions of type `string[][]`.
Accepting `[value: any, label: string][]` would require
open-formulieren/InferNoLogic#5
To allow
```ts
type Item = [value: any, label: string] | {value: any, label: string}
type ValidItemExpression = Item[]
```
open-formulieren/InferNoLogic#6 and even a union type!
To express an array of 2 tuples
[number, string][]
The text was updated successfully, but these errors were encountered: