Matthew Pawley
Matthew Pawley
A `Record` with a numeric key is incorrectly outputted as an `array` instead of an `object`. ```typescript // foo.ts interface RecordValue { baz: 'baz'; } export type Foo = Record;...
Hi, our codebase for various reasons has a mix of [zod](https://github.com/colinhacks/zod) types and typescript types. We are hoping to generate JSON schema from the typescript types (which in turn use...
- `@testing-library/dom` version: 10.4.0 - Testing Framework and version: Jest - DOM Environment: ### Relevant code or config: ```html Header Main Section header Section header Footer ``` ### What you...