Runtime Error on Extending Structs with Filter in TypeScript
Hi, seem to be running into some kind of technical limitation, but I'm not sure which one exactly. When I try to
Repro:
extend a Struct that has been refined through a filter function with another struct, I encounter the following runtime error:Repro:
