Here the default is not assignable to the template constraint but instead of showing the error on the default it shows it on Array<T> inside the compiler lib making it impossible to find the issue.
Playground Link
This only seems to be happening when targeting an array
Here the default is not assignable to the template constraint but instead of showing the error on the default it shows it on
Array<T>inside the compiler lib making it impossible to find the issue.Playground Link
This only seems to be happening when targeting an array