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
Describe the bug
When using an Assert<> on a type with a NoCheck<sometype | null> field, the compiler fails with RangeError: Maximum call stack size exceeded.
Describe the bug
When using an
Assert<>
on a type with aNoCheck<sometype | null>
field, the compiler fails withRangeError: Maximum call stack size exceeded
.The same happens with
undefined
.Playground link
playground
Expected behavior
Compiler does not fail
Additional context
0.3.2
The text was updated successfully, but these errors were encountered: